public static class AtomixConsistentMapCommands.TransactionPrepare extends AtomixConsistentMapCommands.MapCommand<PrepareResult>
| Constructor and Description |
|---|
TransactionPrepare() |
TransactionPrepare(org.onosproject.store.service.MapTransaction<String,byte[]> mapTransaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
readObject(io.atomix.catalyst.buffer.BufferInput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer) |
String |
toString() |
org.onosproject.store.service.MapTransaction<String,byte[]> |
transaction() |
void |
writeObject(io.atomix.catalyst.buffer.BufferOutput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer) |
public TransactionPrepare()
public TransactionPrepare(org.onosproject.store.service.MapTransaction<String,byte[]> mapTransaction)
public org.onosproject.store.service.MapTransaction<String,byte[]> transaction()
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<PrepareResult>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<PrepareResult>public String toString()
toString in class AtomixConsistentMapCommands.MapCommand<PrepareResult>Copyright © 2016. All rights reserved.