@Deprecated public class RedisUriRegistry extends Object implements org.springframework.cloud.deployer.resource.registry.UriRegistry
UriRegistry implementation backed by Redis.| Constructor and Description |
|---|
RedisUriRegistry(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)
Deprecated.
Construct a
RedisArtifactRegistry with the provided
RedisConnectionFactory. |
| Modifier and Type | Method and Description |
|---|---|
URI |
find(String key)
Deprecated.
|
Map<String,URI> |
findAll()
Deprecated.
|
void |
register(String key,
URI uri)
Deprecated.
|
void |
unregister(String key)
Deprecated.
|
public RedisUriRegistry(org.springframework.data.redis.connection.RedisConnectionFactory redisConnectionFactory)
RedisArtifactRegistry with the provided
RedisConnectionFactory.redisConnectionFactory - connection factory for Redispublic URI find(String key)
find in interface org.springframework.cloud.deployer.resource.registry.UriRegistrypublic Map<String,URI> findAll()
findAll in interface org.springframework.cloud.deployer.resource.registry.UriRegistrypublic void register(String key, URI uri)
register in interface org.springframework.cloud.deployer.resource.registry.UriRegistrypublic void unregister(String key)
unregister in interface org.springframework.cloud.deployer.resource.registry.UriRegistryCopyright © 2017 Pivotal Software, Inc.. All rights reserved.