Interface DataStoring
-
- All Implemented Interfaces:
public interface DataStoringRepresents the service for persisting key-value pairs
-
-
Method Summary
Modifier and Type Method Description abstract NamedCollectiongetNamedCollection(String collectionName)Get a NamedCollection containing persistent key-value pairs -
-
Method Detail
-
getNamedCollection
abstract NamedCollection getNamedCollection(String collectionName)
Get a NamedCollection containing persistent key-value pairs
- Parameters:
collectionName- name of the Collection- Returns:
NamedCollection object containing persisted data for collectionName.
-
-
-
-