public class ZkState extends Object
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.apache.curator.framework.CuratorFramework |
getCurator() |
byte[] |
readBytes(String path) |
Map<Object,Object> |
readJSON(String path) |
void |
writeBytes(String path,
byte[] bytes) |
void |
writeJSON(String path,
Map<Object,Object> data) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.