public static class AtomixConsistentMapCommands.UpdateAndGet extends AtomixConsistentMapCommands.MapCommand<MapEntryUpdateResult<String,byte[]>>
| Constructor and Description |
|---|
UpdateAndGet() |
UpdateAndGet(String key,
byte[] value,
org.onlab.util.Match<byte[]> valueMatch,
org.onlab.util.Match<Long> versionMatch) |
| Modifier and Type | Method and Description |
|---|---|
io.atomix.copycat.Command.CompactionMode |
compaction() |
String |
key()
Returns the key.
|
void |
readObject(io.atomix.catalyst.buffer.BufferInput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer) |
String |
toString() |
byte[] |
value()
Returns the value.
|
org.onlab.util.Match<byte[]> |
valueMatch()
Returns the value match.
|
org.onlab.util.Match<Long> |
versionMatch()
Returns the version match.
|
void |
writeObject(io.atomix.catalyst.buffer.BufferOutput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer) |
public String key()
public byte[] value()
public org.onlab.util.Match<byte[]> valueMatch()
public org.onlab.util.Match<Long> versionMatch()
public io.atomix.copycat.Command.CompactionMode compaction()
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 AtomixConsistentMapCommands.MapCommand<MapEntryUpdateResult<String,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 AtomixConsistentMapCommands.MapCommand<MapEntryUpdateResult<String,byte[]>>public String toString()
toString in class AtomixConsistentMapCommands.MapCommand<MapEntryUpdateResult<String,byte[]>>Copyright © 2016. All rights reserved.