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