public interface MapEntityStore
| Modifier and Type | Interface and Description |
|---|---|
static class |
MapEntityStore.MapChange
MapEntityStore change meta info.
|
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) |
Stream<Reader> |
entityStates() |
Reader |
get(EntityReference entityReference) |
Reader get(EntityReference entityReference) throws Exception
entityReference - The reference to the entity that we want to get.ExceptionStream<Reader> entityStates() throws Exception
Exceptionvoid applyChanges(MapEntityStore.MapChanges changes) throws Exception
Exception