public class RegistrationInfo extends Object implements io.vertx.core.shareddata.impl.ClusterSerializable
Constructor and Description |
---|
RegistrationInfo() |
RegistrationInfo(String nodeId,
long seq,
boolean localOnly) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
localOnly() |
String |
nodeId() |
int |
readFromBuffer(int start,
Buffer buffer) |
long |
seq() |
String |
toString() |
void |
writeToBuffer(Buffer buffer) |
public RegistrationInfo()
public RegistrationInfo(String nodeId, long seq, boolean localOnly)
public String nodeId()
public long seq()
public boolean localOnly()
public void writeToBuffer(Buffer buffer)
writeToBuffer
in interface io.vertx.core.shareddata.impl.ClusterSerializable
public int readFromBuffer(int start, Buffer buffer)
readFromBuffer
in interface io.vertx.core.shareddata.impl.ClusterSerializable
Copyright © 2022 Eclipse. All rights reserved.