public static class AtomixLeaderElectorCommands.Evict extends AtomixLeaderElectorCommands.ElectionCommand<Void>
| Constructor and Description |
|---|
Evict() |
Evict(org.onosproject.cluster.NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.cluster.NodeId |
nodeId()
Returns the node identifier.
|
void |
readObject(io.atomix.catalyst.buffer.BufferInput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer) |
String |
toString() |
void |
writeObject(io.atomix.catalyst.buffer.BufferOutput<?> buffer,
io.atomix.catalyst.serializer.Serializer serializer) |
public org.onosproject.cluster.NodeId nodeId()
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 AtomixLeaderElectorCommands.ElectionCommand<Void>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 AtomixLeaderElectorCommands.ElectionCommand<Void>Copyright © 2016. All rights reserved.