Uses of Class
org.opendaylight.controller.cluster.datastore.Shard
-
Packages that use Shard Package Description org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard -
-
Uses of Shard in org.opendaylight.controller.cluster.datastore
Classes in org.opendaylight.controller.cluster.datastore with type parameters of type Shard Modifier and Type Class Description static class
Shard.AbstractBuilder<T extends Shard.AbstractBuilder<T,S>,S extends Shard>
Constructors in org.opendaylight.controller.cluster.datastore with parameters of type Shard Constructor Description ShardDataTree(Shard shard, SchemaContext schemaContext, TreeType treeType)
-
Uses of Shard in org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard
Methods in org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard with parameters of type Shard Modifier and Type Method Description static ShardStats
ShardMBeanFactory. getShardStatsMBean(String shardName, String mxBeanType, @NonNull Shard shard)
Constructors in org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard with parameters of type Shard Constructor Description ShardStats(String shardName, String mxBeanType, @Nullable Shard shard)
-