Interface | Description |
---|---|
BigArray |
Base abstraction of an array.
|
ByteArray |
Abstraction of an array of byte values.
|
Callback<T> | |
CancellableThreads.Interruptable | |
DoubleArray |
Abstraction of an array of double values.
|
FloatArray |
Abstraction of an array of double values.
|
IntArray |
Abstraction of an array of integer values.
|
LongArray |
Abstraction of an array of long values.
|
ObjectArray<T> |
Abstraction of an array of object values.
|
Class | Description |
---|---|
ArrayUtils | |
BigArrays |
Utility class to work with arrays.
|
BigArraysModule | |
BloomFilter |
A bloom filter.
|
BloomFilter.Factory |
A factory that can use different fpp based on size.
|
BloomFilter.Factory.Entry | |
BytesRefHash |
Specialized hash table implementation similar to Lucene's BytesRefHash that maps
BytesRef values to ids.
|
CancellableThreads |
A utility class for multi threaded operation that needs to be cancellable via interrupts.
|
DefaultBigArraysModule | |
LocaleUtils |
Utilities for for dealing with
Locale objects |
LongHash |
Specialized hash table implementation similar to BytesRefHash that maps
long values to ids.
|
LongObjectPagedHashMap<T> |
A hash table from native longs to objects.
|
LongObjectPagedHashMap.Cursor<T> | |
MinimalMap<K,V> | |
SingleObjectCache<T> |
A very simple single object cache that allows non-blocking refresh calls
triggered by expiry time.
|
Enum | Description |
---|---|
ByteUtils |
Utility methods to do byte-level encoding.
|
CollectionUtils |
Collections-related utility methods.
|
Comparators |
Comparator -related utility methods. |
Exception | Description |
---|
Copyright © 2009–2015. All rights reserved.