public static class AtomixDocumentTreeCommands.Update extends AtomixDocumentTreeCommands.DocumentTreeCommand<DocumentTreeUpdateResult<byte[]>>
| Constructor and Description |
|---|
Update() |
Update(org.onosproject.store.service.DocumentPath path,
byte[] value,
org.onlab.util.Match<byte[]> valueMatch,
org.onlab.util.Match<Long> versionMatch) |
| Modifier and Type | Method and Description |
|---|---|
void |
readObject(io.atomix.catalyst.buffer.BufferInput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer) |
String |
toString() |
byte[] |
value() |
org.onlab.util.Match<byte[]> |
valueMatch() |
org.onlab.util.Match<Long> |
versionMatch() |
void |
writeObject(io.atomix.catalyst.buffer.BufferOutput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer) |
pathpublic Update()
public Update(org.onosproject.store.service.DocumentPath path,
byte[] value,
org.onlab.util.Match<byte[]> valueMatch,
org.onlab.util.Match<Long> versionMatch)
public byte[] value()
public org.onlab.util.Match<byte[]> valueMatch()
public org.onlab.util.Match<Long> versionMatch()
public void writeObject(io.atomix.catalyst.buffer.BufferOutput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer)
writeObject in interface io.atomix.catalyst.serializer.CatalystSerializablewriteObject in class AtomixDocumentTreeCommands.DocumentTreeOperation<DocumentTreeUpdateResult<byte[]>>public void readObject(io.atomix.catalyst.buffer.BufferInput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer)
readObject in interface io.atomix.catalyst.serializer.CatalystSerializablereadObject in class AtomixDocumentTreeCommands.DocumentTreeOperation<DocumentTreeUpdateResult<byte[]>>