@InterfaceAudience.Private public abstract class MasterStateStore extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
MasterStateStore(MasterRegion masterRegion,
String stateName,
ZKWatcher watcher,
String zkPath) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
getState() |
protected void |
setState(byte[] state) |
protected MasterStateStore(MasterRegion masterRegion, String stateName, ZKWatcher watcher, String zkPath) throws IOException, org.apache.zookeeper.KeeperException
IOExceptionorg.apache.zookeeper.KeeperExceptionprotected final byte[] getState()
throws IOException
IOExceptionprotected final void setState(byte[] state)
throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.