public interface Persister extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
List<ConfigSnapshotHolder> |
loadLastConfigs() |
void |
persistConfig(ConfigSnapshotHolder configSnapshotHolder) |
void persistConfig(ConfigSnapshotHolder configSnapshotHolder) throws IOException
IOException
List<ConfigSnapshotHolder> loadLastConfigs() throws IOException
IOException
void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.