public interface FabricRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Connect to registry.
|
void |
disconnect()
Disconnect from registry closing any resources.
|
String[] |
getContainerProfiles(String containerVersion)
Gets container profiles.
|
String |
getContainerVersion()
Gets container version.
|
String |
getTextNode(String key)
Reads a text node from the specified zookeeper location.
|
void |
writeTextNode(String key,
String value)
Writes a test node to the specified zookeeper location.
|
void disconnect()
throws Exception
Exception - on errorString getContainerVersion() throws Exception
Exception - on error.String[] getContainerProfiles(String containerVersion) throws Exception
containerVersion - container's current version.Exception - on error.void writeTextNode(String key, String value) throws Exception
key - In Zookeeper registry.Exception - on error.Copyright © 2016. All rights reserved.