Class RootScatterGather.ShardContainer<T>
- java.lang.Object
-
- org.opendaylight.controller.cluster.datastore.utils.RootScatterGather.ShardContainer<T>
-
- Enclosing class:
- RootScatterGather
@NonNullByDefault public static final class RootScatterGather.ShardContainer<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerNodecontainer()booleanequals(@Nullable Object obj)inthashCode()Tshard()StringtoString()
-
-
-
Method Detail
-
shard
public T shard()
-
container
public ContainerNode container()
-
-