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()booleaninthashCode()static NodeDynamicInfoice_read(InputStream istr) static Optional<NodeDynamicInfo>ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, NodeDynamicInfo v) static voidice_write(OutputStream ostr, int tag, Optional<NodeDynamicInfo> v) static voidice_write(OutputStream ostr, NodeDynamicInfo v) voidice_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