Package | Description |
---|---|
org.opendaylight.controller.cluster.datastore.config | |
org.opendaylight.controller.cluster.datastore.persisted |
Persisted backend structures.
|
org.opendaylight.controller.cluster.sharding.messages |
Modifier and Type | Method and Description |
---|---|
Map<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier,PrefixShardConfiguration> |
ConfigurationImpl.getAllPrefixShardConfigurations() |
Map<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier,PrefixShardConfiguration> |
Configuration.getAllPrefixShardConfigurations()
Returns the configuration for all configured prefix shards.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.addPrefixShardConfiguration(PrefixShardConfiguration config) |
void |
Configuration.addPrefixShardConfiguration(PrefixShardConfiguration config)
Adds a new configuration for a shard based on prefix.
|
Constructor and Description |
---|
ShardManagerSnapshot(List<String> shardList,
Map<org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier,PrefixShardConfiguration> prefixShardConfiguration) |
Modifier and Type | Method and Description |
---|---|
PrefixShardConfiguration |
PrefixShardCreated.getConfiguration() |
Constructor and Description |
---|
PrefixShardCreated(PrefixShardConfiguration configuration) |
Copyright © 2019 OpenDaylight. All rights reserved.