public static class AtomixLeaderElectorCommands.Withdraw extends AtomixLeaderElectorCommands.ElectionCommand<Void>
| Modifier and Type | Method and Description |
|---|---|
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 Withdraw()
public Withdraw(String topic)
public String topic()
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.