- DatabaseDataChangeEndEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseDataChangeEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseDataChangeExceptionEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseDataChangeStartEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseDeleteEndEvent<K> - Class in ninja.ugly.prevail.event
-
- DatabaseDeleteEndEvent(K, int) - Constructor for class ninja.ugly.prevail.event.DatabaseDeleteEndEvent
-
- DatabaseDeleteEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseDeleteExceptionEvent<K> - Class in ninja.ugly.prevail.event
-
- DatabaseDeleteExceptionEvent(K, Exception) - Constructor for class ninja.ugly.prevail.event.DatabaseDeleteExceptionEvent
-
- DatabaseDeleteStartEvent<K> - Class in ninja.ugly.prevail.event
-
- DatabaseDeleteStartEvent(K) - Constructor for class ninja.ugly.prevail.event.DatabaseDeleteStartEvent
-
- DatabaseEndEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseExceptionEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseInsertEndEvent<K,V> - Class in ninja.ugly.prevail.event
-
- DatabaseInsertEndEvent(K, V) - Constructor for class ninja.ugly.prevail.event.DatabaseInsertEndEvent
-
- DatabaseInsertEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseInsertExceptionEvent<K> - Class in ninja.ugly.prevail.event
-
- DatabaseInsertExceptionEvent(K, Exception) - Constructor for class ninja.ugly.prevail.event.DatabaseInsertExceptionEvent
-
- DatabaseInsertStartEvent<V> - Class in ninja.ugly.prevail.event
-
- DatabaseInsertStartEvent(V) - Constructor for class ninja.ugly.prevail.event.DatabaseInsertStartEvent
-
- DatabaseQueryEndEvent<K,V> - Class in ninja.ugly.prevail.event
-
- DatabaseQueryEndEvent(K, QueryResult<V>) - Constructor for class ninja.ugly.prevail.event.DatabaseQueryEndEvent
-
- DatabaseQueryEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseQueryExceptionEvent<K> - Class in ninja.ugly.prevail.event
-
- DatabaseQueryExceptionEvent(K, Exception) - Constructor for class ninja.ugly.prevail.event.DatabaseQueryExceptionEvent
-
- DatabaseQueryStartEvent<K> - Class in ninja.ugly.prevail.event
-
- DatabaseQueryStartEvent(K) - Constructor for class ninja.ugly.prevail.event.DatabaseQueryStartEvent
-
- DatabaseStartEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseUpdateEndEvent<K,V> - Class in ninja.ugly.prevail.event
-
- DatabaseUpdateEndEvent(K, V, int) - Constructor for class ninja.ugly.prevail.event.DatabaseUpdateEndEvent
-
- DatabaseUpdateEvent - Interface in ninja.ugly.prevail.event
-
- DatabaseUpdateExceptionEvent<K,V> - Class in ninja.ugly.prevail.event
-
- DatabaseUpdateExceptionEvent(K, V, Exception) - Constructor for class ninja.ugly.prevail.event.DatabaseUpdateExceptionEvent
-
- DatabaseUpdateStartEvent<K,V> - Class in ninja.ugly.prevail.event
-
- DatabaseUpdateStartEvent(K, V) - Constructor for class ninja.ugly.prevail.event.DatabaseUpdateStartEvent
-
- DataChangeEndEvent - Interface in ninja.ugly.prevail.event
-
- DataChangeEvent - Interface in ninja.ugly.prevail.event
-
- DataChangeExceptionEvent - Interface in ninja.ugly.prevail.event
-
- DataChangeStartEvent - Interface in ninja.ugly.prevail.event
-
- DataModel - Class in ninja.ugly.prevail.datamodel
-
An event driven data model giving access to registered 'chunks' of data.
- DataModel() - Constructor for class ninja.ugly.prevail.datamodel.DataModel
-
- DataModel.CompositeIOException - Exception in ninja.ugly.prevail.datamodel
-
- DataModel.CompositeIOException(List<IOException>) - Constructor for exception ninja.ugly.prevail.datamodel.DataModel.CompositeIOException
-
- DefaultChunk<K,V> - Class in ninja.ugly.prevail.chunk
-
A default implementation of the Chunk interface that implements dispatching events.
- DefaultChunk() - Constructor for class ninja.ugly.prevail.chunk.DefaultChunk
-
- DefaultChunk.OnProgressUpdateListener - Interface in ninja.ugly.prevail.chunk
-
- DefaultChunk.OnProgressUpdateListener.EmptyOnProgressUpdateListener - Class in ninja.ugly.prevail.chunk
-
- DefaultChunk.OnProgressUpdateListener.EmptyOnProgressUpdateListener() - Constructor for class ninja.ugly.prevail.chunk.DefaultChunk.OnProgressUpdateListener.EmptyOnProgressUpdateListener
-
- delete(K, DeleteEventFactory<K>...) - Method in interface ninja.ugly.prevail.chunk.Chunk
-
Delete a key from this Chunk, returning the number of values deleted.
- delete(K, DeleteEventFactory<K>...) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
-
- delete(K, DeleteEventFactory<K>...) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
-
Delete a key from this Chunk, returning the number of values deleted.
- delete(K, DeleteEventFactory...) - Method in class ninja.ugly.prevail.datamodel.DataModel
-
Delete the given key from all Chunks registered at the default segment of the DataModel.
- delete(String, K, DeleteEventFactory...) - Method in class ninja.ugly.prevail.datamodel.DataModel
-
Delete the given key from all Chunks registered at the default segment of the DataModel.
- DeleteEndEvent<K> - Class in ninja.ugly.prevail.event
-
- DeleteEndEvent(K, int) - Constructor for class ninja.ugly.prevail.event.DeleteEndEvent
-
- DeleteEndEventFactory<K> - Class in ninja.ugly.prevail.event.factory
-
A DeleteEventFactory that just returns DeleteEndEvents at the end of a delete operation.
- DeleteEndEventFactory() - Constructor for class ninja.ugly.prevail.event.factory.DeleteEndEventFactory
-
- DeleteEvent - Interface in ninja.ugly.prevail.event
-
- DeleteEventFactory<K> - Interface in ninja.ugly.prevail.event.factory
-
An EventFactory for delete operations on Chunks.
- DeleteEventFactory.EmptyDeleteEventFactory<K> - Class in ninja.ugly.prevail.event.factory
-
An empty implementation of the DeleteEventFactory interface.
- DeleteEventFactory.EmptyDeleteEventFactory() - Constructor for class ninja.ugly.prevail.event.factory.DeleteEventFactory.EmptyDeleteEventFactory
-
- DeleteException - Exception in ninja.ugly.prevail.exception
-
- DeleteException(String, Throwable) - Constructor for exception ninja.ugly.prevail.exception.DeleteException
-
- DeleteException(String) - Constructor for exception ninja.ugly.prevail.exception.DeleteException
-
- DeleteExceptionEvent<K> - Class in ninja.ugly.prevail.event
-
- DeleteExceptionEvent(K, Exception) - Constructor for class ninja.ugly.prevail.event.DeleteExceptionEvent
-
- DeleteStartEvent<K> - Class in ninja.ugly.prevail.event
-
- DeleteStartEvent(K) - Constructor for class ninja.ugly.prevail.event.DeleteStartEvent
-
- dispatchEvent(Object) - Method in class ninja.ugly.prevail.event.dispatcher.CompositeEventDispatcher
-
- dispatchEvent(Object) - Method in class ninja.ugly.prevail.event.dispatcher.EventBusEventDispatcher
-
Dispatch an arbitrary event object to the registered subscribers.
- dispatchEvent(Object) - Method in interface ninja.ugly.prevail.event.dispatcher.EventDispatcher
-
Dispatch an arbitrary event object to the registered subscribers.
- dispatchEvent(Object) - Method in class ninja.ugly.prevail.event.dispatcher.EventDispatcher.EmptyEventDispatcher
-
- dispatchEvent(Object) - Method in class ninja.ugly.prevail.event.dispatcher.ExecutorEventDispatcher
-
- doDelete(K, DefaultChunk.OnProgressUpdateListener) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
-
Update the value at the given key in the Chunk.
- doDelete(K, DefaultChunk.OnProgressUpdateListener) - Method in class ninja.ugly.prevail.chunk.VolatileChunk
-
Delete the given key from the backing storage.
- doInsert(V, DefaultChunk.OnProgressUpdateListener) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
-
Insert a value to the Chunk.
- doInsert(V, DefaultChunk.OnProgressUpdateListener) - Method in class ninja.ugly.prevail.chunk.VolatileChunk
-
Insert the given value into the backing storage.
- doQuery(K, DefaultChunk.OnProgressUpdateListener) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
-
Query values from the Chunk.
- doQuery(K, DefaultChunk.OnProgressUpdateListener) - Method in class ninja.ugly.prevail.chunk.VolatileChunk
-
Query the given key from the backing storage.
- doUpdate(K, V, DefaultChunk.OnProgressUpdateListener) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
-
Update the value at the given key in the Chunk.
- doUpdate(K, V, DefaultChunk.OnProgressUpdateListener) - Method in class ninja.ugly.prevail.chunk.VolatileChunk
-
Update the given key in backing storage with the given value.
- EndEvent - Interface in ninja.ugly.prevail.event
-
- endEvent(K, int) - Method in class ninja.ugly.prevail.event.factory.DeleteEndEventFactory
-
- endEvent(K, int) - Method in class ninja.ugly.prevail.event.factory.DeleteEventFactory.EmptyDeleteEventFactory
-
- endEvent(K, int) - Method in interface ninja.ugly.prevail.event.factory.DeleteEventFactory
-
Generate an end event for deleting the given Key.
- endEvent(K, V) - Method in class ninja.ugly.prevail.event.factory.InsertEndEventFactory
-
- endEvent(K, V) - Method in class ninja.ugly.prevail.event.factory.InsertEventFactory.EmptyInsertEventFactory
-
- endEvent(K, V) - Method in interface ninja.ugly.prevail.event.factory.InsertEventFactory
-
Generate an end event for inserting the given value with the given key.
- endEvent(K, QueryResult<V>) - Method in class ninja.ugly.prevail.event.factory.QueryEndEventFactory
-
- endEvent(K, QueryResult<V>) - Method in class ninja.ugly.prevail.event.factory.QueryEventFactory.EmptyQueryEventFactory
-
- endEvent(K, QueryResult<V>) - Method in interface ninja.ugly.prevail.event.factory.QueryEventFactory
-
Generate an end event for querying the given key with the given QueryResult.
- endEvent(K, V, int) - Method in class ninja.ugly.prevail.event.factory.UpdateEndEventFactory
-
- endEvent(K, V, int) - Method in class ninja.ugly.prevail.event.factory.UpdateEventFactory.EmptyUpdateEventFactory
-
- endEvent(K, V, int) - Method in interface ninja.ugly.prevail.event.factory.UpdateEventFactory
-
Generate an end event for updating the given key with the given value.
- Event - Interface in ninja.ugly.prevail.event
-
Marker interface for events
- EventBusEventDispatcher - Class in ninja.ugly.prevail.event.dispatcher
-
An implementation of the EventDispatcher interface that delegates directly to
Guava's EventBus library.
- EventBusEventDispatcher(EventBus) - Constructor for class ninja.ugly.prevail.event.dispatcher.EventBusEventDispatcher
-
Constructs an EventBusEventDispatcher wrapping the given EventBus.
- EventDispatcher - Interface in ninja.ugly.prevail.event.dispatcher
-
An EventDispatcher is responsible for delivering events generated by EventFactories during operations
on Chunks.
- EventDispatcher.EmptyEventDispatcher - Class in ninja.ugly.prevail.event.dispatcher
-
An empty implementation of the EventDispatcher.
- EventDispatcher.EmptyEventDispatcher() - Constructor for class ninja.ugly.prevail.event.dispatcher.EventDispatcher.EmptyEventDispatcher
-
- EventFactory<K,V> - Interface in ninja.ugly.prevail.event.factory
-
A marker interface for all EventFactories.
- ExceptionEvent - Interface in ninja.ugly.prevail.event
-
- exceptionEvent(K, DeleteException) - Method in class ninja.ugly.prevail.event.factory.DeleteEventFactory.EmptyDeleteEventFactory
-
- exceptionEvent(K, DeleteException) - Method in interface ninja.ugly.prevail.event.factory.DeleteEventFactory
-
Generate an exception event for deleting the given Key.
- exceptionEvent(V, InsertException) - Method in class ninja.ugly.prevail.event.factory.InsertEventFactory.EmptyInsertEventFactory
-
- exceptionEvent(V, InsertException) - Method in interface ninja.ugly.prevail.event.factory.InsertEventFactory
-
Generate an exception event for inserting the given value.
- exceptionEvent(K, QueryException) - Method in class ninja.ugly.prevail.event.factory.QueryEventFactory.EmptyQueryEventFactory
-
- exceptionEvent(K, QueryException) - Method in interface ninja.ugly.prevail.event.factory.QueryEventFactory
-
Generate an exception event for querying the given key.
- exceptionEvent(K, V, UpdateException) - Method in class ninja.ugly.prevail.event.factory.UpdateEventFactory.EmptyUpdateEventFactory
-
- exceptionEvent(K, V, UpdateException) - Method in interface ninja.ugly.prevail.event.factory.UpdateEventFactory
-
Generate an exception event for updating the given key with the given value.
- ExecutorEventDispatcher - Class in ninja.ugly.prevail.event.dispatcher
-
An implementation of the EventDispatcher interface that performs all operations on
a background executor.
- ExecutorEventDispatcher(EventDispatcher, Executor) - Constructor for class ninja.ugly.prevail.event.dispatcher.ExecutorEventDispatcher
-
Constructs an ExecutorEventDispatcher wrapping the given EventBus and performing
all operations (dispatching events, registering and unregistering subscribers) on the
given Executor.