Class ZooKeeperUtil
java.lang.Object
com.gigaspaces.internal.server.space.ZooKeeperUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ZKCollocatedClientConfigcreateZKCollocatedClientConfig(String fullSpaceName) static AttributeStorecreateZooKeeperAttributeStore(ZKCollocatedClientConfig zkConfig, org.slf4j.Logger logger, String spaceName) static ZookeeperClientcreateZooKeeperClient(ZKCollocatedClientConfig zkConfig, org.slf4j.Logger logger, String spaceName)
-
Constructor Details
-
ZooKeeperUtil
public ZooKeeperUtil()
-
-
Method Details
-
createZooKeeperAttributeStore
public static AttributeStore createZooKeeperAttributeStore(ZKCollocatedClientConfig zkConfig, org.slf4j.Logger logger, String spaceName) -
createZooKeeperClient
public static ZookeeperClient createZooKeeperClient(ZKCollocatedClientConfig zkConfig, org.slf4j.Logger logger, String spaceName) -
createZKCollocatedClientConfig
-