Uses of Interface
org.opendaylight.controller.cluster.datastore.shardstrategy.ShardStrategy
-
Packages that use ShardStrategy Package Description org.opendaylight.controller.cluster.datastore.config org.opendaylight.controller.cluster.datastore.shardstrategy -
-
Uses of ShardStrategy in org.opendaylight.controller.cluster.datastore.config
Methods in org.opendaylight.controller.cluster.datastore.config that return ShardStrategy Modifier and Type Method Description @Nullable ShardStrategyModuleConfig. getShardStrategy()@Nullable ShardStrategyConfiguration. getStrategyForModule(@NonNull String moduleName)Returns the ShardStrategy for the given module name or null if the module is not found.ShardStrategyConfigurationImpl. getStrategyForModule(String moduleName)Methods in org.opendaylight.controller.cluster.datastore.config with parameters of type ShardStrategy Modifier and Type Method Description ModuleConfig.BuilderModuleConfig.Builder. shardStrategy(ShardStrategy newShardStrategy) -
Uses of ShardStrategy in org.opendaylight.controller.cluster.datastore.shardstrategy
Classes in org.opendaylight.controller.cluster.datastore.shardstrategy that implement ShardStrategy Modifier and Type Class Description classDefaultShardStrategyThe DefaultShardStrategy basically puts all data into the default shard.classModuleShardStrategyMethods in org.opendaylight.controller.cluster.datastore.shardstrategy that return ShardStrategy Modifier and Type Method Description ShardStrategyShardStrategyFactory. getStrategy(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)static ShardStrategyShardStrategyFactory. newShardStrategyInstance(String moduleName, String strategyName, Configuration configuration)
-