A B C D E F G H I J K L M N O P Q R S T U V W Y 

E

endJoin() - Method in class com.hammurapi.common.Joiner
This method is invoked after join is finished.
endJoin() - Method in class com.hammurapi.common.LocalJoiner
 
Equal<T,V,C> - Class in com.hammurapi.extract
 
Equal(double, TimeUnit, Extractor<T, V, C>, Extractor<T, V, C>, boolean) - Constructor for class com.hammurapi.extract.Equal
 
EQUAL_NM - Static variable in class com.hammurapi.extract.ComparisonResult
 
equals(Object) - Method in class com.hammurapi.common.FreezeableCollection
 
equals(Object) - Method in class com.hammurapi.extract.ComparisonPredicate
 
equals(Object) - Method in class com.hammurapi.extract.ComparisonResult
 
equals(Object) - Method in class com.hammurapi.extract.Constant
 
equals(Object) - Method in class com.hammurapi.extract.ExtractorBase
 
equals(Object) - Method in class com.hammurapi.extract.ExtractorComparator
 
equals(Object) - Method in class com.hammurapi.extract.IndexedExtractor
 
equals(Object) - Method in class com.hammurapi.extract.TimeIntervalPredicate
 
equals(Object) - Method in class com.hammurapi.store.AbstractIndex.UpdateEntry
 
equals(Object) - Method in class com.hammurapi.store.DeputyStore
 
equals(Object) - Method in class com.hammurapi.store.local.LocalHandle
 
eval(String, Map<String, Object>, Locale) - Method in class com.hammurapi.common.ScriptProcessor
 
eval(String, ScriptContext) - Method in class com.hammurapi.common.TokenExpanderScriptEngine
 
eval(Reader, ScriptContext) - Method in class com.hammurapi.common.TokenExpanderScriptEngine
 
evalToken(ScriptContext, String) - Method in class com.hammurapi.common.TokenExpanderScriptEngine
 
ExceptionHandler - Interface in com.hammurapi.common
 
execute(Runnable) - Method in class com.hammurapi.common.concurrent.CallerThreadExecutorService
 
execute(Runnable) - Method in class com.hammurapi.common.concurrent.LocalTrackingExecutorService
 
execute(Runnable) - Method in class com.hammurapi.common.concurrent.NonBlockingExecutorService
 
execute(Runnable) - Method in class com.hammurapi.common.concurrent.NonQueueingThreadPoolExecutorService
 
execute(ExecutionContext<KP>, PropertySet<KP>, Object...) - Method in interface com.hammurapi.common.concurrent.transactions.Command
 
execute(Command<KP, V>, Context, PropertySet<KP>, Object...) - Method in interface com.hammurapi.common.concurrent.transactions.ExecutionContext
Executes command either in the same thread on in a background thread but in the context of the same transaction.
execute(Runnable) - Method in class com.hammurapi.common.InlineExecutor
 
execute(S, T, PK) - Method in interface com.hammurapi.store.Store.QueryTask
Performs querying.
execute(S, Store.Handle<T, PK, S>) - Method in interface com.hammurapi.store.Store.UpdateTask
Executes update.
ExecutionContext<KP> - Interface in com.hammurapi.common.concurrent.transactions
Transactional execution context.
executorService - Variable in class com.hammurapi.common.concurrent.AbstractPropertySet
 
expand(String) - Method in class com.hammurapi.common.TokenExpander
Parses a string by replacing occurences of ${<property name>} with property values.
expandToken(String, String) - Method in class com.hammurapi.common.TokenExpander
Property parsing.
extract(C, Map<C, Map<Extractor<T, ? super V, C>, ? super V>>, T...) - Method in interface com.hammurapi.extract.Extractor
Extracts value.
extract(C, Map<C, Map<Extractor<T, ? super V, C>, ? super V>>, T...) - Method in class com.hammurapi.extract.ExtractorBase
 
extract(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.False
 
extract(C, Map<C, Map<Extractor<T, ? super T, C>, ? super T>>, T...) - Method in class com.hammurapi.extract.IndexedExtractor
 
extract(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.InstanceOfPredicate
 
extract(C, Map<C, Map<Extractor<T, ? super V, C>, ? super V>>, T...) - Method in class com.hammurapi.extract.MappedExtractor
 
extract(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.Not
 
extract(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.TimeIntervalPredicate
 
extract(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.True
 
extract(Extractor<T, V, S>) - Method in class com.hammurapi.store.local.LocalHandle
 
extract(Extractor<T, V, S>) - Method in interface com.hammurapi.store.Store.Handle
Extracts value from handle's object using given extractor and internal handle's cache.
extractInternal(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.And
 
extractInternal(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.CommutativeAnd
 
extractInternal(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.CommutativeOr
 
extractInternal(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.ComparisonPredicate
 
extractInternal(C, Map<C, Map<Extractor<T, ? super V, C>, ? super V>>, T...) - Method in class com.hammurapi.extract.Constant
 
extractInternal(C, Map<C, Map<Extractor<T, ? super V, C>, ? super V>>, T...) - Method in class com.hammurapi.extract.ExtractorBase
 
extractInternal(C, Map<C, Map<Extractor<T, ? super V, C>, ? super V>>, T...) - Method in class com.hammurapi.extract.MethodExtractor
 
extractInternal(C, Map<C, Map<Extractor<T, ? super Boolean, C>, ? super Boolean>>, T...) - Method in class com.hammurapi.extract.Or
 
Extractor<T,V,C> - Interface in com.hammurapi.extract
Extractors extract values from objects.
ExtractorBase<T,V,C> - Class in com.hammurapi.extract
Base class for extractors, implements value caching.
ExtractorBase(double, TimeUnit) - Constructor for class com.hammurapi.extract.ExtractorBase
 
ExtractorComparator<T,V extends Comparable<V>,C> - Class in com.hammurapi.extract
Comparator which uses extraction.
ExtractorComparator(Extractor<T, V, C>, C) - Constructor for class com.hammurapi.extract.ExtractorComparator
 
ExtractorException - Exception in com.hammurapi.extract
 
ExtractorException(String) - Constructor for exception com.hammurapi.extract.ExtractorException
 
ExtractorException(Throwable) - Constructor for exception com.hammurapi.extract.ExtractorException
 
ExtractorException(String, Throwable) - Constructor for exception com.hammurapi.extract.ExtractorException
 
ExtractorFactory - Interface in com.hammurapi.extract
Extractor factory service.
ExtractorUtil - Class in com.hammurapi.extract
Utility class.
A B C D E F G H I J K L M N O P Q R S T U V W Y