public class NoOpStorageAdapter extends Object implements StorageAdapter, Persister
Constructor and Description |
---|
NoOpStorageAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Persister |
instantiate(PropertiesProvider propertiesProvider) |
List<ConfigSnapshotHolder> |
loadLastConfigs() |
void |
persistConfig(ConfigSnapshotHolder holder) |
public Persister instantiate(PropertiesProvider propertiesProvider)
instantiate
in interface StorageAdapter
public void persistConfig(ConfigSnapshotHolder holder) throws IOException
persistConfig
in interface Persister
IOException
public List<ConfigSnapshotHolder> loadLastConfigs() throws IOException
loadLastConfigs
in interface Persister
IOException
public void close()
close
in interface AutoCloseable
close
in interface Persister
Copyright © 2019 OpenDaylight. All rights reserved.