public interface MapEntityStore
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MapEntityStore.MapChanger
MapEntityStore changes applier.
|
static interface |
MapEntityStore.MapChanges
Changes to be applied on a MapEntityStore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges(MapEntityStore.MapChanges changes) |
Input<Reader,IOException> |
entityStates() |
Reader |
get(EntityReference entityReference) |
Reader get(EntityReference entityReference) throws EntityStoreException
entityReference - The reference to the entity that we want to get.EntityStoreExceptionInput<Reader,IOException> entityStates()
void applyChanges(MapEntityStore.MapChanges changes) throws IOException
IOException