Modifier and Type | Class and Description |
---|---|
class |
ConfigSnapshotHolderImpl |
Modifier and Type | Method and Description |
---|---|
List<ConfigSnapshotHolder> |
Persister.loadLastConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
Persister.persistConfig(ConfigSnapshotHolder configSnapshotHolder) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigPusher.pushConfigs(List<? extends ConfigSnapshotHolder> configs) |
Modifier and Type | Class and Description |
---|---|
class |
CapabilityStrippingConfigSnapshotHolder
Inspects snapshot xml to be stored, remove all capabilities that are not referenced by it.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigSnapshotHolder> |
NoOpStorageAdapter.loadLastConfigs() |
List<ConfigSnapshotHolder> |
PersisterAggregator.loadLastConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
NoOpStorageAdapter.persistConfig(ConfigSnapshotHolder holder) |
void |
PersisterAggregator.persistConfig(ConfigSnapshotHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigPusherImpl.pushConfigs(List<? extends ConfigSnapshotHolder> configs) |
Modifier and Type | Method and Description |
---|---|
static ConfigSnapshotHolder |
XmlDirectoryPersister.loadLastConfig(File file) |
Modifier and Type | Method and Description |
---|---|
List<ConfigSnapshotHolder> |
XmlDirectoryPersister.loadLastConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
XmlDirectoryPersister.persistConfig(ConfigSnapshotHolder holder) |
Modifier and Type | Method and Description |
---|---|
ConfigSnapshotHolder |
XmlFileStorageAdapter.toConfigSnapshot(ConfigSnapshot configSnapshot) |
Modifier and Type | Method and Description |
---|---|
List<ConfigSnapshotHolder> |
XmlFileStorageAdapter.loadLastConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
XmlFileStorageAdapter.persistConfig(ConfigSnapshotHolder holder) |
Modifier and Type | Method and Description |
---|---|
static ConfigSnapshot |
ConfigSnapshot.fromConfigSnapshot(ConfigSnapshotHolder cfg) |
static ConfigSnapshot |
ConfigSnapshot.fromConfigSnapshot(ConfigSnapshotHolder cfg,
Set<String> features) |
Modifier and Type | Class and Description |
---|---|
class |
FeatureConfigSnapshotHolder |
Copyright © 2019 OpenDaylight. All rights reserved.