A C D E G I N O P Q R S T U V 

A

addChunk(Chunk) - Method in class ninja.ugly.prevail.datamodel.DataModel
Add a Chunk to the default segment of this DataModel.
addChunk(String, Chunk) - Method in class ninja.ugly.prevail.datamodel.DataModel
Add a Chunk to the given segment of this DataModel.
addChunk(Chunk, ExecutorService) - Method in class ninja.ugly.prevail.datamodel.DataModel
Add a Chunk to the default segment of this DataModel.
addChunk(String, Chunk, ExecutorService) - Method in class ninja.ugly.prevail.datamodel.DataModel
Add a Chunk to the given segment of this DataModel.
addEventDispatcher(EventDispatcher) - Method in class ninja.ugly.prevail.event.dispatcher.CompositeEventDispatcher
Add an EventDispatcher to this composite.
addEventFactory(InsertEventFactory) - Method in interface ninja.ugly.prevail.chunk.Chunk
Add an InsertEventFactory to use when generating insert events.
addEventFactory(QueryEventFactory) - Method in interface ninja.ugly.prevail.chunk.Chunk
Add an QueryEventFactory to use when generating insert events.
addEventFactory(UpdateEventFactory) - Method in interface ninja.ugly.prevail.chunk.Chunk
Add an UpdateEventFactory to use when generating insert events.
addEventFactory(DeleteEventFactory) - Method in interface ninja.ugly.prevail.chunk.Chunk
Add an DeleteEventFactory to use when generating insert events.
addEventFactory(InsertEventFactory) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
addEventFactory(QueryEventFactory) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
addEventFactory(UpdateEventFactory) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
addEventFactory(DeleteEventFactory) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
addEventFactory(InsertEventFactory) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
Add an InsertEventFactory to use when generating insert events.
addEventFactory(QueryEventFactory) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
Add an QueryEventFactory to use when generating insert events.
addEventFactory(UpdateEventFactory) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
Add an UpdateEventFactory to use when generating insert events.
addEventFactory(DeleteEventFactory) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
Add an DeleteEventFactory to use when generating insert events.
apply(V) - Method in class ninja.ugly.prevail.chunk.VolatileChunk.KeyFactory.AutoIncrementFunction
 

C

Chunk<K,V> - Interface in ninja.ugly.prevail.chunk
 
Chunk.EmptyChunk<K,V> - Class in ninja.ugly.prevail.chunk
An empty implementation of the Chunk interface
Chunk.EmptyChunk() - Constructor for class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
close() - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
close() - Method in class ninja.ugly.prevail.chunk.QueryResult.EmptyQueryResult
 
close() - Method in class ninja.ugly.prevail.chunk.VolatileChunk
 
close() - Method in class ninja.ugly.prevail.datamodel.DataModel
Close all registered chunks
CompositeEventDispatcher - Class in ninja.ugly.prevail.event.dispatcher
A composite class of multiple EventDispatchers.
CompositeEventDispatcher() - Constructor for class ninja.ugly.prevail.event.dispatcher.CompositeEventDispatcher
 
createKey(V) - Method in interface ninja.ugly.prevail.chunk.VolatileChunk.KeyFactory
 
createKey(V) - Method in class ninja.ugly.prevail.chunk.VolatileChunk.KeyFactory.DefaultKeyFactory
 

D

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.

E

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.

G

getData() - Method in class ninja.ugly.prevail.event.InsertEndEvent
 
getException() - Method in class ninja.ugly.prevail.event.DeleteExceptionEvent
 
getException() - Method in class ninja.ugly.prevail.event.InsertExceptionEvent
 
getException() - Method in class ninja.ugly.prevail.event.QueryExceptionEvent
 
getException() - Method in class ninja.ugly.prevail.event.UpdateExceptionEvent
 
getExceptions() - Method in exception ninja.ugly.prevail.datamodel.DataModel.CompositeIOException
 
getKey() - Method in class ninja.ugly.prevail.event.DeleteEndEvent
 
getKey() - Method in class ninja.ugly.prevail.event.DeleteExceptionEvent
 
getKey() - Method in class ninja.ugly.prevail.event.DeleteStartEvent
 
getKey() - Method in class ninja.ugly.prevail.event.InsertEndEvent
 
getKey() - Method in class ninja.ugly.prevail.event.QueryEndEvent
 
getKey() - Method in class ninja.ugly.prevail.event.QueryExceptionEvent
 
getKey() - Method in class ninja.ugly.prevail.event.QueryStartEvent
 
getKey() - Method in class ninja.ugly.prevail.event.UpdateEndEvent
 
getKey() - Method in class ninja.ugly.prevail.event.UpdateExceptionEvent
 
getKey() - Method in class ninja.ugly.prevail.event.UpdateStartEvent
 
getNumValuesDeleted() - Method in class ninja.ugly.prevail.event.DeleteEndEvent
 
getNumValuesUpdated() - Method in class ninja.ugly.prevail.event.UpdateEndEvent
 
getResult() - Method in class ninja.ugly.prevail.event.QueryEndEvent
 
getValue() - Method in class ninja.ugly.prevail.event.InsertExceptionEvent
 
getValue() - Method in class ninja.ugly.prevail.event.InsertStartEvent
 
getValue() - Method in class ninja.ugly.prevail.event.UpdateEndEvent
 
getValue() - Method in class ninja.ugly.prevail.event.UpdateExceptionEvent
 
getValue() - Method in class ninja.ugly.prevail.event.UpdateStartEvent
 
getValues() - Method in class ninja.ugly.prevail.chunk.VolatileChunk
Returns an unmodifiable collection of values from the backing map.

I

insert(V, InsertEventFactory<K, V>...) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
insert(V, InsertEventFactory<K, V>...) - Method in interface ninja.ugly.prevail.chunk.Chunk
Insert a value into this Chunk, returning the key at which the get can be retrieved later.
insert(V, InsertEventFactory<K, V>...) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
Insert a value into this Chunk, returning the key at which the get can be retrieved later.
insert(V, InsertEventFactory...) - Method in class ninja.ugly.prevail.datamodel.DataModel
Insert the given value to all Chunks registered at the default segment of the DataModel.
insert(String, V, InsertEventFactory...) - Method in class ninja.ugly.prevail.datamodel.DataModel
Insert the given value to all Chunks registered at the given segment of the DataModel.
InsertEndEvent<K,V> - Class in ninja.ugly.prevail.event
 
InsertEndEvent(K, V) - Constructor for class ninja.ugly.prevail.event.InsertEndEvent
 
InsertEndEventFactory<K,V> - Class in ninja.ugly.prevail.event.factory
An InsertEventFactory that just returns InsertEndEvents at the end of an insert operation.
InsertEndEventFactory() - Constructor for class ninja.ugly.prevail.event.factory.InsertEndEventFactory
 
InsertEvent - Interface in ninja.ugly.prevail.event
 
InsertEventFactory<K,V> - Interface in ninja.ugly.prevail.event.factory
An EventFactory for insert operations on Chunks.
InsertEventFactory.EmptyInsertEventFactory<K,V> - Class in ninja.ugly.prevail.event.factory
An empty implementation of the InsertEventFactory interface.
InsertEventFactory.EmptyInsertEventFactory() - Constructor for class ninja.ugly.prevail.event.factory.InsertEventFactory.EmptyInsertEventFactory
 
InsertException - Exception in ninja.ugly.prevail.exception
 
InsertException(String, Throwable) - Constructor for exception ninja.ugly.prevail.exception.InsertException
 
InsertException(String) - Constructor for exception ninja.ugly.prevail.exception.InsertException
 
InsertExceptionEvent<V> - Class in ninja.ugly.prevail.event
 
InsertExceptionEvent(V, Exception) - Constructor for class ninja.ugly.prevail.event.InsertExceptionEvent
 
InsertStartEvent<V> - Class in ninja.ugly.prevail.event
 
InsertStartEvent(V) - Constructor for class ninja.ugly.prevail.event.InsertStartEvent
 
isClosed() - Method in class ninja.ugly.prevail.chunk.QueryResult.EmptyQueryResult
 
isClosed() - Method in interface ninja.ugly.prevail.chunk.QueryResult
Returns if this QueryResult is already closed.
iterator() - Method in class ninja.ugly.prevail.chunk.QueryResult.EmptyQueryResult
Returns an empty iterator.
iterator() - Method in class ninja.ugly.prevail.chunk.QueryResult.IterableQueryResult
 
iterator() - Method in class ninja.ugly.prevail.chunk.QueryResult.SingletonQueryResult
Returns a singleton iterator containing the object passed into the contructor.

N

NetworkDataChangeEndEvent - Interface in ninja.ugly.prevail.event
 
NetworkDataChangeEvent - Interface in ninja.ugly.prevail.event
 
NetworkDataChangeExceptionEvent - Interface in ninja.ugly.prevail.event
 
NetworkDataChangeStartEvent - Interface in ninja.ugly.prevail.event
 
NetworkDeleteEndEvent<K> - Class in ninja.ugly.prevail.event
 
NetworkDeleteEndEvent(K, int) - Constructor for class ninja.ugly.prevail.event.NetworkDeleteEndEvent
 
NetworkDeleteEvent - Interface in ninja.ugly.prevail.event
 
NetworkDeleteExceptionEvent<K> - Class in ninja.ugly.prevail.event
 
NetworkDeleteExceptionEvent(K, Exception) - Constructor for class ninja.ugly.prevail.event.NetworkDeleteExceptionEvent
 
NetworkDeleteStartEvent<K> - Class in ninja.ugly.prevail.event
 
NetworkDeleteStartEvent(K) - Constructor for class ninja.ugly.prevail.event.NetworkDeleteStartEvent
 
NetworkEndEvent - Interface in ninja.ugly.prevail.event
 
NetworkEvent - Interface in ninja.ugly.prevail.event
 
NetworkExceptionEvent - Interface in ninja.ugly.prevail.event
 
NetworkInsertEndEvent<K,V> - Class in ninja.ugly.prevail.event
 
NetworkInsertEndEvent(K, V) - Constructor for class ninja.ugly.prevail.event.NetworkInsertEndEvent
 
NetworkInsertEvent - Interface in ninja.ugly.prevail.event
 
NetworkInsertExceptionEvent<K> - Class in ninja.ugly.prevail.event
 
NetworkInsertExceptionEvent(K, Exception) - Constructor for class ninja.ugly.prevail.event.NetworkInsertExceptionEvent
 
NetworkInsertStartEvent<V> - Class in ninja.ugly.prevail.event
 
NetworkInsertStartEvent(V) - Constructor for class ninja.ugly.prevail.event.NetworkInsertStartEvent
 
NetworkQueryEndEvent<K,V> - Class in ninja.ugly.prevail.event
 
NetworkQueryEndEvent(K, QueryResult<V>) - Constructor for class ninja.ugly.prevail.event.NetworkQueryEndEvent
 
NetworkQueryEvent - Interface in ninja.ugly.prevail.event
 
NetworkQueryExceptionEvent<K> - Class in ninja.ugly.prevail.event
 
NetworkQueryExceptionEvent(K, Exception) - Constructor for class ninja.ugly.prevail.event.NetworkQueryExceptionEvent
 
NetworkQueryStartEvent<K> - Class in ninja.ugly.prevail.event
 
NetworkQueryStartEvent(K) - Constructor for class ninja.ugly.prevail.event.NetworkQueryStartEvent
 
NetworkStartEvent - Interface in ninja.ugly.prevail.event
 
NetworkUpdateEndEvent<K,V> - Class in ninja.ugly.prevail.event
 
NetworkUpdateEndEvent(K, V, int) - Constructor for class ninja.ugly.prevail.event.NetworkUpdateEndEvent
 
NetworkUpdateEvent - Interface in ninja.ugly.prevail.event
 
NetworkUpdateExceptionEvent<K,V> - Class in ninja.ugly.prevail.event
 
NetworkUpdateExceptionEvent(K, V, Exception) - Constructor for class ninja.ugly.prevail.event.NetworkUpdateExceptionEvent
 
NetworkUpdateStartEvent<K,V> - Class in ninja.ugly.prevail.event
 
NetworkUpdateStartEvent(K, V) - Constructor for class ninja.ugly.prevail.event.NetworkUpdateStartEvent
 
ninja.ugly.prevail.chunk - package ninja.ugly.prevail.chunk
 
ninja.ugly.prevail.datamodel - package ninja.ugly.prevail.datamodel
 
ninja.ugly.prevail.event - package ninja.ugly.prevail.event
 
ninja.ugly.prevail.event.dispatcher - package ninja.ugly.prevail.event.dispatcher
 
ninja.ugly.prevail.event.factory - package ninja.ugly.prevail.event.factory
 
ninja.ugly.prevail.exception - package ninja.ugly.prevail.exception
 

O

onProgressUpdate(double) - Method in class ninja.ugly.prevail.chunk.DefaultChunk.OnProgressUpdateListener.EmptyOnProgressUpdateListener
 
onProgressUpdate(double) - Method in interface ninja.ugly.prevail.chunk.DefaultChunk.OnProgressUpdateListener
 

P

progressEvent(K, double) - Method in class ninja.ugly.prevail.event.factory.DeleteEventFactory.EmptyDeleteEventFactory
 
progressEvent(K, double) - Method in interface ninja.ugly.prevail.event.factory.DeleteEventFactory
Generate a progress event for deleting the given Key.
progressEvent(V, double) - Method in class ninja.ugly.prevail.event.factory.InsertEventFactory.EmptyInsertEventFactory
 
progressEvent(V, double) - Method in interface ninja.ugly.prevail.event.factory.InsertEventFactory
Generate a progress event for inserting the given value.
progressEvent(K, double) - Method in class ninja.ugly.prevail.event.factory.QueryEventFactory.EmptyQueryEventFactory
 
progressEvent(K, double) - Method in interface ninja.ugly.prevail.event.factory.QueryEventFactory
Generate a progress event for querying the given key.
progressEvent(K, V, double) - Method in class ninja.ugly.prevail.event.factory.UpdateEventFactory.EmptyUpdateEventFactory
 
progressEvent(K, V, double) - Method in interface ninja.ugly.prevail.event.factory.UpdateEventFactory
Generate a progress event for updating the given key with the given value.

Q

query(K, QueryEventFactory<K, V>...) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
query(K, QueryEventFactory<K, V>...) - Method in interface ninja.ugly.prevail.chunk.Chunk
Query a key at this Chunk, returning a QueryResult contianing the queried values.
query(K, QueryEventFactory<K, V>...) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
Query a key at this Chunk, returning a QueryResult contianing the queried values.
query(K, QueryEventFactory...) - Method in class ninja.ugly.prevail.datamodel.DataModel
Query the given key at all Chunks registered at the given segment of the DataModel.
query(String, K, QueryEventFactory...) - Method in class ninja.ugly.prevail.datamodel.DataModel
Query the given key at all Chunks registered at the default segment of the DataModel.
QueryEndEvent<K,V> - Class in ninja.ugly.prevail.event
 
QueryEndEvent(K, QueryResult<V>) - Constructor for class ninja.ugly.prevail.event.QueryEndEvent
 
QueryEndEventFactory<K,V> - Class in ninja.ugly.prevail.event.factory
A QueryEventFactory that just returns QueryEndEvents at the end of a query operation.
QueryEndEventFactory() - Constructor for class ninja.ugly.prevail.event.factory.QueryEndEventFactory
 
QueryEvent - Interface in ninja.ugly.prevail.event
 
QueryEventFactory<K,V> - Interface in ninja.ugly.prevail.event.factory
An EventFactory for query operations on Chunks.
QueryEventFactory.EmptyQueryEventFactory<K,V> - Class in ninja.ugly.prevail.event.factory
An empty implementation of the QueryEventFactory interface.
QueryEventFactory.EmptyQueryEventFactory() - Constructor for class ninja.ugly.prevail.event.factory.QueryEventFactory.EmptyQueryEventFactory
 
QueryException - Exception in ninja.ugly.prevail.exception
 
QueryException(String, Throwable) - Constructor for exception ninja.ugly.prevail.exception.QueryException
 
QueryException(String) - Constructor for exception ninja.ugly.prevail.exception.QueryException
 
QueryExceptionEvent<K> - Class in ninja.ugly.prevail.event
 
QueryExceptionEvent(K, Exception) - Constructor for class ninja.ugly.prevail.event.QueryExceptionEvent
 
QueryResult<V> - Interface in ninja.ugly.prevail.chunk
A container for the results of a query on a Chunk.
QueryResult.EmptyQueryResult<V> - Class in ninja.ugly.prevail.chunk
An empty implementation of QueryResult interface that does nothing.
QueryResult.EmptyQueryResult() - Constructor for class ninja.ugly.prevail.chunk.QueryResult.EmptyQueryResult
 
QueryResult.IterableQueryResult<V> - Class in ninja.ugly.prevail.chunk
An implementation of QueryResult interface that wraps a collection of values.
QueryResult.IterableQueryResult(Iterable<V>) - Constructor for class ninja.ugly.prevail.chunk.QueryResult.IterableQueryResult
 
QueryResult.SingletonQueryResult<V> - Class in ninja.ugly.prevail.chunk
An implementation of QueryResult interface that wraps a single value.
QueryResult.SingletonQueryResult(V) - Constructor for class ninja.ugly.prevail.chunk.QueryResult.SingletonQueryResult
 
QueryStartEvent<K> - Class in ninja.ugly.prevail.event
 
QueryStartEvent(K) - Constructor for class ninja.ugly.prevail.event.QueryStartEvent
 

R

register(Object) - Method in class ninja.ugly.prevail.event.dispatcher.CompositeEventDispatcher
 
register(Object) - Method in class ninja.ugly.prevail.event.dispatcher.EventBusEventDispatcher
Register a subscriber with this EventDispatcher.
register(Object) - Method in class ninja.ugly.prevail.event.dispatcher.EventDispatcher.EmptyEventDispatcher
 
register(Object) - Method in interface ninja.ugly.prevail.event.dispatcher.EventDispatcher
Register a subscriber with this EventDispatcher.
register(Object) - Method in class ninja.ugly.prevail.event.dispatcher.ExecutorEventDispatcher
 

S

setEventDispatcher(EventDispatcher) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
setEventDispatcher(EventDispatcher) - Method in interface ninja.ugly.prevail.chunk.Chunk
Set the EventDispatcher on this Chunk.
setEventDispatcher(EventDispatcher) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
Set the EventDispatcher on this Chunk.
startEvent(K) - Method in class ninja.ugly.prevail.event.factory.DeleteEventFactory.EmptyDeleteEventFactory
 
startEvent(K) - Method in interface ninja.ugly.prevail.event.factory.DeleteEventFactory
Generate a start event for deleting the given key.
startEvent(V) - Method in class ninja.ugly.prevail.event.factory.InsertEventFactory.EmptyInsertEventFactory
 
startEvent(V) - Method in interface ninja.ugly.prevail.event.factory.InsertEventFactory
Generate a start event for inserting the given value.
startEvent(K) - Method in class ninja.ugly.prevail.event.factory.QueryEventFactory.EmptyQueryEventFactory
 
startEvent(K) - Method in interface ninja.ugly.prevail.event.factory.QueryEventFactory
Generate a start event for querying the given key.
startEvent(K, V) - Method in class ninja.ugly.prevail.event.factory.UpdateEventFactory.EmptyUpdateEventFactory
 
startEvent(K, V) - Method in interface ninja.ugly.prevail.event.factory.UpdateEventFactory
Generate a start event for updating the given key with the given value.
StartEvent - Interface in ninja.ugly.prevail.event
Marker interface for start Events

T

toString() - Method in class ninja.ugly.prevail.chunk.VolatileChunk
 

U

unregister(Object) - Method in class ninja.ugly.prevail.event.dispatcher.CompositeEventDispatcher
 
unregister(Object) - Method in class ninja.ugly.prevail.event.dispatcher.EventBusEventDispatcher
Unregister a subscriber from this EventDispatcher.
unregister(Object) - Method in class ninja.ugly.prevail.event.dispatcher.EventDispatcher.EmptyEventDispatcher
 
unregister(Object) - Method in interface ninja.ugly.prevail.event.dispatcher.EventDispatcher
Unregister a subscriber from this EventDispatcher.
unregister(Object) - Method in class ninja.ugly.prevail.event.dispatcher.ExecutorEventDispatcher
 
update(K, V, UpdateEventFactory<K, V>...) - Method in class ninja.ugly.prevail.chunk.Chunk.EmptyChunk
 
update(K, V, UpdateEventFactory<K, V>...) - Method in interface ninja.ugly.prevail.chunk.Chunk
Update a key with a value at this Chunk, returning the number of values updated.
update(K, V, UpdateEventFactory<K, V>...) - Method in class ninja.ugly.prevail.chunk.DefaultChunk
Update a key with a value at this Chunk, returning the number of values updated.
update(K, V, UpdateEventFactory...) - Method in class ninja.ugly.prevail.datamodel.DataModel
Update the given key with the given value at all Chunks registered at the default segment of the DataModel.
update(String, K, V, UpdateEventFactory...) - Method in class ninja.ugly.prevail.datamodel.DataModel
Update the given key with the given value at all Chunks registered at the given segment of the DataModel.
UpdateEndEvent<K,V> - Class in ninja.ugly.prevail.event
 
UpdateEndEvent(K, V, int) - Constructor for class ninja.ugly.prevail.event.UpdateEndEvent
 
UpdateEndEventFactory<K,V> - Class in ninja.ugly.prevail.event.factory
A UpdateEventFactory that just returns UpdateEndEvents at the end of an update operation.
UpdateEndEventFactory() - Constructor for class ninja.ugly.prevail.event.factory.UpdateEndEventFactory
 
UpdateEvent - Interface in ninja.ugly.prevail.event
 
UpdateEventFactory<K,V> - Interface in ninja.ugly.prevail.event.factory
An EventFactory for update operations on Chunks.
UpdateEventFactory.EmptyUpdateEventFactory<K,V> - Class in ninja.ugly.prevail.event.factory
An empty implementation of the UpdateEventFactory interface.
UpdateEventFactory.EmptyUpdateEventFactory() - Constructor for class ninja.ugly.prevail.event.factory.UpdateEventFactory.EmptyUpdateEventFactory
 
UpdateException - Exception in ninja.ugly.prevail.exception
 
UpdateException(String, Throwable) - Constructor for exception ninja.ugly.prevail.exception.UpdateException
 
UpdateException(String) - Constructor for exception ninja.ugly.prevail.exception.UpdateException
 
UpdateExceptionEvent<K,V> - Class in ninja.ugly.prevail.event
 
UpdateExceptionEvent(K, V, Exception) - Constructor for class ninja.ugly.prevail.event.UpdateExceptionEvent
 
UpdateStartEvent<K,V> - Class in ninja.ugly.prevail.event
 
UpdateStartEvent(K, V) - Constructor for class ninja.ugly.prevail.event.UpdateStartEvent
 

V

VolatileChunk<K,V> - Class in ninja.ugly.prevail.chunk
A simple extension of DefaultChunk that stores data in memory.
VolatileChunk(VolatileChunk.KeyFactory<K, V>) - Constructor for class ninja.ugly.prevail.chunk.VolatileChunk
Constructs a new HashMapChunk that uses the given KeyFactory to generate keys during insertion.
VolatileChunk(Map<K, V>, VolatileChunk.KeyFactory<K, V>) - Constructor for class ninja.ugly.prevail.chunk.VolatileChunk
Constructs a new HashMapChunk that uses the given backing Map and the given KeyFactory to generate keys during insertion.
VolatileChunk.KeyFactory<K,V> - Interface in ninja.ugly.prevail.chunk
A factory class for producing keys from values.
VolatileChunk.KeyFactory.AutoIncrementFunction<V> - Class in ninja.ugly.prevail.chunk
 
VolatileChunk.KeyFactory.AutoIncrementFunction() - Constructor for class ninja.ugly.prevail.chunk.VolatileChunk.KeyFactory.AutoIncrementFunction
 
VolatileChunk.KeyFactory.AutoIncrementingIntegerKeyFactory<V> - Class in ninja.ugly.prevail.chunk
An implementation of KeyFactory that returns an auto-incrementing Integer as a key.
VolatileChunk.KeyFactory.AutoIncrementingStringKeyFactory<V> - Class in ninja.ugly.prevail.chunk
An implementation of KeyFactory that returns an auto-incrementing String as a key.
VolatileChunk.KeyFactory.AutoIncrementingStringKeyFactory() - Constructor for class ninja.ugly.prevail.chunk.VolatileChunk.KeyFactory.AutoIncrementingStringKeyFactory
 
VolatileChunk.KeyFactory.DefaultKeyFactory<K,V> - Class in ninja.ugly.prevail.chunk
 
A C D E G I N O P Q R S T U V