Class NodeInfo
java.lang.Object
io.vertx.core.spi.cluster.NodeInfo
- All Implemented Interfaces:
ClusterSerializable
Details about a clustered Vert.x node.
- Author:
- Thomas Segismont
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()host()metadata()intport()intreadFromBuffer(int start, Buffer buffer) Method invoked when deserializing bytes to this instance.toString()voidwriteToBuffer(Buffer buffer) Method invoked when serializing this instance.
-
Constructor Details
-
NodeInfo
public NodeInfo() -
NodeInfo
-
-
Method Details
-
host
-
port
public int port() -
metadata
-
equals
-
hashCode
-
toString
-
writeToBuffer
Description copied from interface:ClusterSerializableMethod invoked when serializing this instance.- Specified by:
writeToBufferin interfaceClusterSerializable- Parameters:
buffer- theBufferwhere the serialized bytes must be written to
-
readFromBuffer
Description copied from interface:ClusterSerializableMethod invoked when deserializing bytes to this instance.- Specified by:
readFromBufferin interfaceClusterSerializable- Parameters:
start- the position where to start reading thebufferbuffer- theBufferwhere the serialized bytes must be read from- Returns:
- the position after the last serialized byte
-