- nanos - Variable in class com.hammurapi.extract.ExtractorBase
-
- NaturalComparator<V> - Class in com.hammurapi.store
-
Convenience class which compares objects according
natural order.
- NaturalComparator() - Constructor for class com.hammurapi.store.NaturalComparator
-
- newCondition() - Method in class com.hammurapi.store.AbstractTrackingLock
-
- newCondition() - Method in class com.hammurapi.store.DeputyLock
-
- newInstance(KE) - Method in class com.hammurapi.common.concurrent.AbstractPropertySet
-
Creates a property set which shares lock and chain with this one.
- newInstance(String) - Method in class com.hammurapi.common.concurrent.LocalStringPropertySet
-
- newInstance(Extractor<T, Object, C>, Extractor<T, Object, C>) - Method in class com.hammurapi.extract.Add
-
- newInstance(Extractor<T, V, C>, Extractor<T, V, C>) - Method in class com.hammurapi.extract.ComparisonPredicate
-
- newInstance(int[]) - Method in class com.hammurapi.extract.CompiledExtractorBase
-
- newInstance(Extractor<T, Number, C>, Extractor<T, Number, C>) - Method in class com.hammurapi.extract.Divide
-
- newInstance(Extractor<T, V, C>, Extractor<T, V, C>) - Method in class com.hammurapi.extract.Equal
-
- newInstance(Extractor<T, V, C>, Extractor<T, V, C>) - Method in class com.hammurapi.extract.GreaterEqual
-
- newInstance(Extractor<T, V, C>, Extractor<T, V, C>) - Method in class com.hammurapi.extract.GreaterThan
-
- newInstance(Extractor<T, V, C>, Extractor<T, V, C>) - Method in class com.hammurapi.extract.LessEqual
-
- newInstance(Extractor<T, V, C>, Extractor<T, V, C>) - Method in class com.hammurapi.extract.LessThan
-
- newInstance(Extractor<T, Number, C>, Extractor<T, Number, C>) - Method in class com.hammurapi.extract.Multiply
-
- newInstance(Extractor<T, V, C>, Extractor<T, V, C>) - Method in class com.hammurapi.extract.NotEqual
-
- newInstance(Extractor<T, Number, C>, Extractor<T, Number, C>) - Method in class com.hammurapi.extract.Subtract
-
- newTaskFor(Callable<T>) - Method in class com.hammurapi.common.concurrent.LocalTrackingExecutorService
-
- newTaskFor(Runnable, T) - Method in class com.hammurapi.common.concurrent.LocalTrackingExecutorService
-
- newTaskFor(Callable<T>) - Method in class com.hammurapi.common.concurrent.NonBlockingExecutorService
-
- newTaskFor(Runnable, T) - Method in class com.hammurapi.common.concurrent.NonBlockingExecutorService
-
- newTaskFor(Runnable, T) - Method in class com.hammurapi.common.concurrent.NonQueueingThreadPoolExecutorService
-
- newTaskFor(Callable<T>) - Method in class com.hammurapi.common.concurrent.NonQueueingThreadPoolExecutorService
-
- next() - Method in class com.hammurapi.common.concurrent.ArgumentIteratorAdapter
-
- NonBlockingExecutorService - Class in com.hammurapi.common.concurrent
-
- NonBlockingExecutorService(ExecutorService) - Constructor for class com.hammurapi.common.concurrent.NonBlockingExecutorService
-
- NonBlockingFutureTask<V> - Class in com.hammurapi.common.concurrent
-
Future task which cannot block in get() indefinitely.
- NonBlockingFutureTask(Callable<V>) - Constructor for class com.hammurapi.common.concurrent.NonBlockingFutureTask
-
- NonBlockingFutureTask(Runnable, V) - Constructor for class com.hammurapi.common.concurrent.NonBlockingFutureTask
-
- NonBlockingNotifyingFutureTask<V> - Class in com.hammurapi.common.concurrent
-
Future task which cannot block in get() indefinitely.
- NonBlockingNotifyingFutureTask(Callable<V>, TaskCounter) - Constructor for class com.hammurapi.common.concurrent.NonBlockingNotifyingFutureTask
-
- NonQueueingThreadPoolExecutorService - Class in com.hammurapi.common.concurrent
-
This class does not queue jobs - it either executes them immediately in a background thread
or in a caller thread if all background threads are busy.
- NonQueueingThreadPoolExecutorService(ThreadFactory, int) - Constructor for class com.hammurapi.common.concurrent.NonQueueingThreadPoolExecutorService
-
- normalize() - Method in class com.hammurapi.extract.And
-
- normalize() - Method in class com.hammurapi.extract.CommutativeAnd
-
- normalize() - Method in class com.hammurapi.extract.CommutativeOr
-
- normalize() - Method in interface com.hammurapi.extract.CompositePredicate
-
Normalizes predicate by removing less restrictive parts in AND or more restrictive parts in OR,
and analyzing if predicate is always TRUE or always FALSE.
- normalize() - Method in class com.hammurapi.extract.Or
-
- Not<T,C> - Class in com.hammurapi.extract
-
- Not(Predicate<T, C>) - Constructor for class com.hammurapi.extract.Not
-
- NOT_EQUAL_NM - Static variable in class com.hammurapi.extract.ComparisonResult
-
- NotEqual<T,V,C> - Class in com.hammurapi.extract
-
- NotEqual(double, TimeUnit, Extractor<T, V, C>, Extractor<T, V, C>, boolean) - Constructor for class com.hammurapi.extract.NotEqual
-
- NotifyingFuture<V> - Interface in com.hammurapi.common.concurrent
-
Notifies callable listeners about callable invocation.