Package com.zeroc.IceGrid
Class NodeDescriptor
java.lang.Object
com.zeroc.IceGrid.NodeDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
A node descriptor.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe description of this node.Load factor of the node.Property set descriptors.The server instances.Servers (which are not template instances).The variables defined for the node. -
Constructor Summary
ConstructorsConstructorDescriptionNodeDescriptor
(Map<String, String> variables, List<ServerInstanceDescriptor> serverInstances, List<ServerDescriptor> servers, String loadFactor, String description, Map<String, PropertySetDescriptor> propertySets) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static NodeDescriptor
ice_read
(InputStream istr) static Optional<NodeDescriptor>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, NodeDescriptor v) static void
ice_write
(OutputStream ostr, int tag, Optional<NodeDescriptor> v) static void
ice_write
(OutputStream ostr, NodeDescriptor v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
variables
The variables defined for the node. -
serverInstances
The server instances. -
servers
Servers (which are not template instances). -
loadFactor
Load factor of the node. -
description
The description of this node. -
propertySets
Property set descriptors.
-
-
Constructor Details
-
NodeDescriptor
public NodeDescriptor() -
NodeDescriptor
public NodeDescriptor(Map<String, String> variables, List<ServerInstanceDescriptor> serverInstances, List<ServerDescriptor> servers, String loadFactor, String description, Map<String, PropertySetDescriptor> propertySets)
-
-
Method Details