java.lang.Object
com.zeroc.IceGrid.NodeDynamicInfo
- All Implemented Interfaces:
Serializable,Cloneable
Dynamic information about the state of a node.
Remarks:
The Slice compiler generated this class from Slice struct ::IceGrid::NodeDynamicInfo.
- 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
ConstructorsConstructorDescriptionConstructs aNodeDynamicInfo.NodeDynamicInfo(NodeInfo info, List<ServerDynamicInfo> servers, List<AdapterDynamicInfo> adapters) Constructs aNodeDynamicInfowith values for all its fields. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static NodeDynamicInfoice_read(InputStream istr) Unmarshals aNodeDynamicInfofrom an input stream.static Optional<NodeDynamicInfo>ice_read(InputStream istr, int tag) Unmarshals an optionalNodeDynamicInfofrom an input stream.voidice_readMembers(InputStream istr) Unmarshals and sets this object's fields from an input stream.static voidice_write(OutputStream ostr, int tag, NodeDynamicInfo v) Marshals an optionalNodeDynamicInfointo an output stream.static voidice_write(OutputStream ostr, int tag, Optional<NodeDynamicInfo> v) Marshals an optionalNodeDynamicInfointo an output stream.static voidice_write(OutputStream ostr, NodeDynamicInfo v) Marshals aNodeDynamicInfointo an output stream.voidice_writeMembers(OutputStream ostr) Marshals this object's fields into an output stream.
-
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()Constructs aNodeDynamicInfo. -
NodeDynamicInfo
public NodeDynamicInfo(NodeInfo info, List<ServerDynamicInfo> servers, List<AdapterDynamicInfo> adapters) Constructs aNodeDynamicInfowith values for all its fields.- Parameters:
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.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
clone
-
ice_writeMembers
Marshals this object's fields into an output stream.- Parameters:
ostr- the output stream
-
ice_readMembers
Unmarshals and sets this object's fields from an input stream.- Parameters:
istr- the input stream
-
ice_write
Marshals aNodeDynamicInfointo an output stream.- Parameters:
ostr- the output streamv- theNodeDynamicInfoto marshal
-
ice_read
Unmarshals aNodeDynamicInfofrom an input stream.- Parameters:
istr- the input stream- Returns:
- the unmarshaled
NodeDynamicInfo
-
ice_write
Marshals an optionalNodeDynamicInfointo an output stream.- Parameters:
ostr- the output streamtag- the tagv- the value to marshal
-
ice_write
Marshals an optionalNodeDynamicInfointo an output stream.- Parameters:
ostr- the output streamtag- the tagv- the value to marshal
-
ice_read
Unmarshals an optionalNodeDynamicInfofrom an input stream.- Parameters:
istr- the input streamtag- the tag- Returns:
- the unmarshaled value
-