| Package | Description |
|---|---|
| com.h3c.dist.keystore |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueNode.delete(boolean force)
Delete a KeyValueNode stored by the application
in distributed KeyStore.
|
byte[] |
KeyValueNode.getLatestValue()
Get the byte stream stored in the KeyValueNode.
|
KeyValueNode |
KeyStore.getNode(String appName,
String key)
Get a KeyValueNode identified by the application name and the key.
|
byte[] |
KeyValueNode.getValue()
Get the byte stream stored in the KeyValueNode.
|
void |
KeyValueNode.setValue(byte[] data,
boolean force)
Write/rewrite the data associated with a KeyValueNode.
|
Copyright © 2014. All Rights Reserved.