Modifier and Type | Method and Description |
---|---|
Persister |
StorageAdapter.instantiate(PropertiesProvider propertiesProvider) |
Modifier and Type | Class and Description |
---|---|
class |
NoOpStorageAdapter |
class |
PersisterAggregator
|
Modifier and Type | Method and Description |
---|---|
Persister |
PersisterAggregator.PersisterWithConfiguration.getStorage() |
Persister |
NoOpStorageAdapter.instantiate(PropertiesProvider propertiesProvider) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigPusherImpl.process(List<AutoCloseable> autoCloseables,
MBeanServerConnection platformMBeanServer,
Persister persisterAggregator,
boolean propagateExceptions) |
Constructor and Description |
---|
ConfigPersisterNotificationHandler(MBeanServerConnection mBeanServerConnection,
Persister persisterAggregator,
ConfigSubsystemFacadeFactory facade) |
PersisterWithConfiguration(Persister storage,
boolean readOnly) |
Modifier and Type | Class and Description |
---|---|
class |
XmlDirectoryPersister |
Modifier and Type | Method and Description |
---|---|
Persister |
XmlDirectoryStorageAdapter.instantiate(PropertiesProvider propertiesProvider) |
Modifier and Type | Class and Description |
---|---|
class |
XmlFileStorageAdapter
StorageAdapter that stores configuration in an xml file.
|
Modifier and Type | Method and Description |
---|---|
Persister |
XmlFileStorageAdapter.instantiate(PropertiesProvider propertiesProvider) |
Copyright © 2019 OpenDaylight. All rights reserved.