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 ContainerNode
container()
boolean
equals(@Nullable Object obj)
int
hashCode()
T
shard()
String
toString()
-
-
-
Method Detail
-
shard
public T shard()
-
container
public ContainerNode container()
-
-