Uses of Class
org.opendaylight.controller.cluster.datastore.config.PrefixShardConfiguration
-
Packages that use PrefixShardConfiguration Package Description org.opendaylight.controller.cluster.datastore.config org.opendaylight.controller.cluster.datastore.persisted Persisted backend structures.org.opendaylight.controller.cluster.sharding.messages -
-
Uses of PrefixShardConfiguration in org.opendaylight.controller.cluster.datastore.config
Methods in org.opendaylight.controller.cluster.datastore.config that return types with arguments of type PrefixShardConfiguration Modifier and Type Method Description Map<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier,PrefixShardConfiguration>Configuration. getAllPrefixShardConfigurations()Returns the configuration for all configured prefix shards.Map<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier,PrefixShardConfiguration>ConfigurationImpl. getAllPrefixShardConfigurations()Methods in org.opendaylight.controller.cluster.datastore.config with parameters of type PrefixShardConfiguration Modifier and Type Method Description voidConfiguration. addPrefixShardConfiguration(@NonNull PrefixShardConfiguration config)Adds a new configuration for a shard based on prefix.voidConfigurationImpl. addPrefixShardConfiguration(PrefixShardConfiguration config) -
Uses of PrefixShardConfiguration in org.opendaylight.controller.cluster.datastore.persisted
Constructor parameters in org.opendaylight.controller.cluster.datastore.persisted with type arguments of type PrefixShardConfiguration Constructor Description ShardManagerSnapshot(@NonNull List<String> shardList, Map<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier,PrefixShardConfiguration> prefixShardConfiguration) -
Uses of PrefixShardConfiguration in org.opendaylight.controller.cluster.sharding.messages
Methods in org.opendaylight.controller.cluster.sharding.messages that return PrefixShardConfiguration Modifier and Type Method Description PrefixShardConfigurationPrefixShardCreated. getConfiguration()Constructors in org.opendaylight.controller.cluster.sharding.messages with parameters of type PrefixShardConfiguration Constructor Description PrefixShardCreated(PrefixShardConfiguration configuration)
-