- lazy(KP, Callable<?>) - Method in class com.hammurapi.common.concurrent.AbstractPropertySet
-
- lazy(KP, Callable<?>) - Method in class com.hammurapi.common.concurrent.AbstractSubSet
-
- lazy(KP, Callable<?>) - Method in interface com.hammurapi.common.concurrent.PropertySet
-
Puts callable to the property set.
- leftExtractor - Variable in class com.hammurapi.extract.ComparisonPredicate
-
- LESS_RESTRICTIVE_NM - Static variable in class com.hammurapi.extract.ComparisonResult
-
- LessEqual<T,V extends Comparable<V>,C> - Class in com.hammurapi.extract
-
- LessEqual(double, TimeUnit, Extractor<T, V, C>, Extractor<T, V, C>) - Constructor for class com.hammurapi.extract.LessEqual
-
- LessThan<T,V extends Comparable<V>,C> - Class in com.hammurapi.extract
-
- LessThan(double, TimeUnit, Extractor<T, V, C>, Extractor<T, V, C>) - Constructor for class com.hammurapi.extract.LessThan
-
- LiveView<T,PK,S extends Store<T,PK,S>> - Class in com.hammurapi.store
-
- LiveView(S, Predicate<T, S>) - Constructor for class com.hammurapi.store.LiveView
-
- load() - Method in interface com.hammurapi.store.BackingStore
-
- load(PK) - Method in interface com.hammurapi.store.BackingStore
-
This method is invoked only if the object store
getByPrimaryKey() is invoked and the primary key is not
present in the object store.
- LocalAbstractPropertySet<KP,KE> - Class in com.hammurapi.common.concurrent
-
Property set which uses in-memory collections and reentrant read-write lock
- LocalAbstractPropertySet(ExecutorService, Converter, Context, PropertySet<KP>...) - Constructor for class com.hammurapi.common.concurrent.LocalAbstractPropertySet
-
- LocalHandle<T,PK,S extends Store<T,PK,S>> - Class in com.hammurapi.store.local
-
- LocalHandle(LocalStoreBase<T, PK, S>, T, PK, Map<S, Map<Extractor<T, ? super PK, S>, ? super PK>>, Predicate<T, S>[], LocalHandle.HandleStrength, boolean) - Constructor for class com.hammurapi.store.local.LocalHandle
-
- LocalHandle.HandleStrength - Enum in com.hammurapi.store.local
-
- LocalJoiner<T,C,R> - Class in com.hammurapi.common
-
LocalJoiner uses java.util.concurrent.locks.ReentrantLock to protect simultaneous access
to input collectors.
- LocalJoiner(Joiner.Collector<T>[], Class<T>, boolean) - Constructor for class com.hammurapi.common.LocalJoiner
-
- LocalStore<T,PK> - Interface in com.hammurapi.store.local
-
Local store which implements only store's methods.
- LocalStoreBase<T,PK,S extends Store<T,PK,S>> - Class in com.hammurapi.store.local
-
In-memory object store.
- LocalStoreBase(LocalStoreBase.Config<T, PK, S>) - Constructor for class com.hammurapi.store.local.LocalStoreBase
-
- LocalStoreBase.Config<T,PK,S extends Store<T,PK,S>> - Class in com.hammurapi.store.local
-
Store configuration.
- LocalStoreBase.Config() - Constructor for class com.hammurapi.store.local.LocalStoreBase.Config
-
- LocalStoreImpl<T,PK> - Class in com.hammurapi.store.local
-
In-memory object store.
- LocalStoreImpl(LocalStoreBase.Config<T, PK, LocalStore<T, PK>>) - Constructor for class com.hammurapi.store.local.LocalStoreImpl
-
- LocalStoreImpl.LocalDeputyStore<T,PK> - Class in com.hammurapi.store.local
-
- LocalStoreImpl.LocalDeputyStore(AbstractStore<T, PK, LocalStore<T, PK>>, ReadWriteLock) - Constructor for class com.hammurapi.store.local.LocalStoreImpl.LocalDeputyStore
-
- LocalStoreImpl.LocalLiveView<T,PK> - Class in com.hammurapi.store.local
-
- LocalStoreImpl.LocalLiveView(LocalStore<T, PK>, Predicate<T, LocalStore<T, PK>>) - Constructor for class com.hammurapi.store.local.LocalStoreImpl.LocalLiveView
-
- LocalStoreImpl.LocalUnmodifiableStore<T,PK> - Class in com.hammurapi.store.local
-
- LocalStoreImpl.LocalUnmodifiableStore(LocalStore<T, PK>) - Constructor for class com.hammurapi.store.local.LocalStoreImpl.LocalUnmodifiableStore
-
- LocalStringPropertySet - Class in com.hammurapi.common.concurrent
-
- LocalStringPropertySet(ExecutorService, Converter, Context, ClassLoader, PropertySet<String>...) - Constructor for class com.hammurapi.common.concurrent.LocalStringPropertySet
-
- LocalStringPropertySet(ExecutorService, Converter, Context, String, ClassLoader, PropertySet<String>...) - Constructor for class com.hammurapi.common.concurrent.LocalStringPropertySet
-
- LocalStringPropertySet(ExecutorService, Converter, Context, String, ClassLoader, ReadWriteLock, PropertySet<String>...) - Constructor for class com.hammurapi.common.concurrent.LocalStringPropertySet
-
- LocalSynapse<C,R,E extends Exception> - Class in com.hammurapi.common.concurrent
-
Synapse which operates within JVM.
- LocalSynapse(boolean, ClassLoader, Converter, Context, long, long, TimeUnit, boolean, String) - Constructor for class com.hammurapi.common.concurrent.LocalSynapse
-
- LocalTrackingExecutorService - Class in com.hammurapi.common.concurrent
-
In-JMV tracking executor service.
- LocalTrackingExecutorService(ExecutorService, boolean, String) - Constructor for class com.hammurapi.common.concurrent.LocalTrackingExecutorService
-
- LocalTrackingLock - Class in com.hammurapi.store.local
-
This class tracks number of locks acquired by current thread.
- LocalTrackingLock(Lock) - Constructor for class com.hammurapi.store.local.LocalTrackingLock
-
- lock() - Method in class com.hammurapi.store.AbstractTrackingLock
-
- lock() - Method in class com.hammurapi.store.DeputyLock
-
- lockInterruptibly() - Method in class com.hammurapi.store.AbstractTrackingLock
-
- lockInterruptibly() - Method in class com.hammurapi.store.DeputyLock
-
- log(Level, String) - Method in class com.hammurapi.common.concurrent.CompositeLogger
-
- log(Level, String, Object) - Method in class com.hammurapi.common.concurrent.CompositeLogger
-
- log(Level, String, Object[]) - Method in class com.hammurapi.common.concurrent.CompositeLogger
-
- log(Level, String, Throwable) - Method in class com.hammurapi.common.concurrent.CompositeLogger
-
- log(LogRecord) - Method in class com.hammurapi.common.concurrent.CompositeLogger
-
- log(Level, String) - Method in interface com.hammurapi.common.concurrent.Logger
-
- log(Level, String, Object) - Method in interface com.hammurapi.common.concurrent.Logger
-
- log(Level, String, Object[]) - Method in interface com.hammurapi.common.concurrent.Logger
-
- log(Level, String, Throwable) - Method in interface com.hammurapi.common.concurrent.Logger
-
- log(LogRecord) - Method in interface com.hammurapi.common.concurrent.Logger
-
- log(LogRecord) - Method in class com.hammurapi.common.concurrent.LoggerWrapper
-
- log(Level, String) - Method in class com.hammurapi.common.concurrent.LoggerWrapper
-
- log(Level, String, Object) - Method in class com.hammurapi.common.concurrent.LoggerWrapper
-
- log(Level, String, Object[]) - Method in class com.hammurapi.common.concurrent.LoggerWrapper
-
- log(Level, String, Throwable) - Method in class com.hammurapi.common.concurrent.LoggerWrapper
-
- Logger - Interface in com.hammurapi.common.concurrent
-
Logger for concurrent/distributed operations where logging along the execution path
is more convenient than traditional class-based logging.
- LoggerWrapper - Class in com.hammurapi.common.concurrent
-
A wrapper for java.util.logging.Logger
- LoggerWrapper(Logger) - Constructor for class com.hammurapi.common.concurrent.LoggerWrapper
-
- lookup(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.CompositeContext
-
- lookup(String) - Method in class com.hammurapi.common.CompositeContext
-
- lookup(String) - Method in interface com.hammurapi.common.Context
-
Looks up object by name.
- lookup(Class<T>, Predicate<T, Context>...) - Method in interface com.hammurapi.common.Context
-
Looks up single object (service) by type.
- lookup(String) - Method in class com.hammurapi.common.DefaultContext
-
- lookup(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.DefaultContext
-
- lookup(String) - Method in class com.hammurapi.common.FacadeContext
-
- lookup(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.FacadeContext
-
- lookup(String) - Method in class com.hammurapi.common.SimpleMutableContext
-
- lookup(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.SimpleMutableContext
-
- lookup(String) - Method in class com.hammurapi.common.SingletonChainingContext
-
- lookup(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.SingletonChainingContext
-
- lookupAll(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.CompositeContext
-
- lookupAll(Class<T>, Predicate<T, Context>...) - Method in interface com.hammurapi.common.Context
-
Looks up all services of given type.
- lookupAll(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.DefaultContext
-
- lookupAll(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.FacadeContext
-
- lookupAll(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.SimpleMutableContext
-
- lookupAll(Class<T>, Predicate<T, Context>...) - Method in class com.hammurapi.common.SingletonChainingContext
-