Package com.zeroc.IceGrid
Class NodeDynamicInfo
java.lang.Object
com.zeroc.IceGrid.NodeDynamicInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Dynamic information about the state of a node.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe dynamic information of the adapters deployed on this node.Some static information about the node.The dynamic information of the servers deployed on this node. -
Constructor Summary
ConstructorsConstructorDescriptionNodeDynamicInfo
(NodeInfo info, List<ServerDynamicInfo> servers, List<AdapterDynamicInfo> adapters) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static NodeDynamicInfo
ice_read
(InputStream istr) static Optional<NodeDynamicInfo>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, NodeDynamicInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<NodeDynamicInfo> v) static void
ice_write
(OutputStream ostr, NodeDynamicInfo v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
info
Some static information about the node. -
servers
The dynamic information of the servers deployed on this node. -
adapters
The dynamic information of the adapters deployed on this node.
-
-
Constructor Details
-
NodeDynamicInfo
public NodeDynamicInfo() -
NodeDynamicInfo
public NodeDynamicInfo(NodeInfo info, List<ServerDynamicInfo> servers, List<AdapterDynamicInfo> adapters)
-
-
Method Details