Package com.zeroc.IceGrid
Class ReplicaGroupDescriptor
java.lang.Object
com.zeroc.IceGrid.ReplicaGroupDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
A replica group descriptor.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe description of this replica group.The filter to use for this replica group.The id of the replica group.The load balancing policy.The object descriptors associated with this object adapter.Default options for proxies created for the replica group. -
Constructor Summary
ConstructorsConstructorDescriptionReplicaGroupDescriptor
(String id, LoadBalancingPolicy loadBalancing, String proxyOptions, List<ObjectDescriptor> objects, String description, String filter) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static ReplicaGroupDescriptor
ice_read
(InputStream istr) static Optional<ReplicaGroupDescriptor>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, ReplicaGroupDescriptor v) static void
ice_write
(OutputStream ostr, int tag, Optional<ReplicaGroupDescriptor> v) static void
ice_write
(OutputStream ostr, ReplicaGroupDescriptor v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
id
The id of the replica group. -
loadBalancing
The load balancing policy. -
proxyOptions
Default options for proxies created for the replica group. -
objects
The object descriptors associated with this object adapter. -
description
The description of this replica group. -
filter
The filter to use for this replica group.
-
-
Constructor Details
-
ReplicaGroupDescriptor
public ReplicaGroupDescriptor() -
ReplicaGroupDescriptor
public ReplicaGroupDescriptor(String id, LoadBalancingPolicy loadBalancing, String proxyOptions, List<ObjectDescriptor> objects, String description, String filter)
-
-
Method Details