- Observable<T> - Interface in com.hammurapi.common
-
This interface serves the same role as java.util.Observable, but it's an interface, not a class.
- ObservableAdapter - Class in com.hammurapi.common
-
Wraps java.util.Observable into com.hammurapi.Observable.
- ObservableAdapter(Observable) - Constructor for class com.hammurapi.common.ObservableAdapter
-
- ObservableConverter<T> - Interface in com.hammurapi.common
-
Converts T to Observable
- Observer<T> - Interface in com.hammurapi.common
-
Observer (change listener).
- onCall(V) - Method in interface com.hammurapi.common.concurrent.CallableListener
-
- OneOffCallable<T> - Class in com.hammurapi.common.concurrent
-
Callable which callInternal() method is invoked only once.
- OneOffCallable() - Constructor for class com.hammurapi.common.concurrent.OneOffCallable
-
- onException(Exception) - Method in interface com.hammurapi.common.concurrent.CallableListener
-
- onProblem(Throwable, List<InvocationRecordingProxyFactory.InvocationRecord>) - Method in interface com.hammurapi.common.InvocationRecordingProxyFactory.ProblemListener
-
- onProgress(int, int, int, String) - Method in interface com.hammurapi.common.concurrent.transactions.ProgressMonitor
-
Reports execution progress.
- onRejectedExecution(Runnable) - Method in class com.hammurapi.common.concurrent.NonQueueingThreadPoolExecutorService
-
This method is invoked when all threads are busy and cannot accept command for
immediate execution.
- onRemoved(int) - Method in class com.hammurapi.store.AbstractStore
-
Invoked when some handles have been removed.
- onRemoved(int) - Method in class com.hammurapi.store.DeputyStore
-
- onRemoved(int) - Method in class com.hammurapi.store.local.LocalStoreBase
-
If there is a lot of cleared handles this method posts a task to compact store collections..
- onTaskCreated(Runnable) - Method in interface com.hammurapi.common.concurrent.TaskCounter
-
Invoked when a new task has been created and about to
be sent to execution.
- onTaskFinished(Runnable) - Method in interface com.hammurapi.common.concurrent.TaskCounter
-
Invoked when a task finished execution.
- openConnection(URL) - Method in class com.hammurapi.common.ScriptURLStreamHandler
-
- operands - Variable in class com.hammurapi.extract.CompositeExtractorBase
-
- operandsAreEqual(ComparisonPredicate<T, V, C>) - Method in class com.hammurapi.extract.ComparisonPredicate
-
- operandsAreReverseEqual(ComparisonPredicate<T, V, C>) - Method in class com.hammurapi.extract.ComparisonPredicate
-
- OPPOSITE_LESS_RESTRICTIVE_NM - Static variable in class com.hammurapi.extract.ComparisonResult
-
- OPPOSITE_MORE_RESTRICTIVE_NM - Static variable in class com.hammurapi.extract.ComparisonResult
-
- OPPOSITE_NM - Static variable in class com.hammurapi.extract.ComparisonResult
-
- Or<T,C> - Class in com.hammurapi.extract
-
Non-commutative OR.
- Or(double, TimeUnit) - Constructor for class com.hammurapi.extract.Or
-
- Or(double, TimeUnit, Predicate<T, C>...) - Constructor for class com.hammurapi.extract.Or
-
- Or(double, TimeUnit, Iterable<Predicate<T, C>>) - Constructor for class com.hammurapi.extract.Or
-
- ordered - Variable in class com.hammurapi.store.AbstractIndex
-
- OrderedIndex<ST,T extends ST,PK,V,S extends Store<ST,PK,S>> - Interface in com.hammurapi.store
-
Ordered index.