Interface DataStore<T>
- All Known Implementing Classes:
DiskDataStore
public interface DataStore<T>
-
Method Summary
-
Method Details
-
getCodec
BuilderCodec<T> getCodec() -
load
- Throws:
IOException
-
save
-
remove
- Throws:
IOException
-
list
- Throws:
IOException
-
loadAll
- Throws:
IOException
-
saveAll
-
removeAll
- Throws:
IOException
-