Class ShardConfig
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.config.ShardConfig
-
public class ShardConfig extends Object
Encapsulated configuration for a shard.
-
-
Constructor Summary
Constructors Constructor Description ShardConfig(@NonNull String name, @NonNull Collection<org.opendaylight.controller.cluster.access.concepts.MemberName> replicas)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull StringgetName()@NonNull Set<org.opendaylight.controller.cluster.access.concepts.MemberName>getReplicas()
-
-
-
Constructor Detail
-
ShardConfig
public ShardConfig(@NonNull String name, @NonNull Collection<org.opendaylight.controller.cluster.access.concepts.MemberName> replicas)
-
-