public class RdbmsUriRegistry extends Object implements org.springframework.cloud.deployer.resource.registry.UriRegistry
UriRegistry.| Constructor and Description |
|---|
RdbmsUriRegistry(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
URI |
find(String name) |
Map<String,URI> |
findAll() |
void |
register(String name,
URI uri) |
void |
unregister(String name) |
public RdbmsUriRegistry(DataSource dataSource)
public URI find(String name)
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 name, URI uri)
register in interface org.springframework.cloud.deployer.resource.registry.UriRegistrypublic void unregister(String name)
unregister in interface org.springframework.cloud.deployer.resource.registry.UriRegistryCopyright © 2017 Pivotal Software, Inc.. All rights reserved.