Uses of Class
org.opendaylight.controller.cluster.datastore.utils.RootScatterGather.ShardContainer
-
Packages that use RootScatterGather.ShardContainer Package Description org.opendaylight.controller.cluster.datastore.utils -
-
Uses of RootScatterGather.ShardContainer in org.opendaylight.controller.cluster.datastore.utils
Methods in org.opendaylight.controller.cluster.datastore.utils that return types with arguments of type RootScatterGather.ShardContainer Modifier and Type Method Description static <T> @NonNull Stream<RootScatterGather.ShardContainer<T>>RootScatterGather. scatterAll(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode rootNode, Function<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,T> childToShard, Stream<T> allShards)static <T> @NonNull Stream<RootScatterGather.ShardContainer<T>>RootScatterGather. scatterTouched(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode rootNode, Function<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,T> childToShard)Split root container into per-shard root containers.
-