| AbstractDataAccessor |
Base class for DataAccessors, provide default implementations
|
| AllNullsDataAccessor |
A DataAccessor without values, only schema
|
| BatchOrderedExecutor<T> |
Groups processing of data
|
| BooleanHolder |
Holds a native boolean value.
|
| ByteArrayCursor |
This utility class enables accessing a byte[] while leveraging
ExtendedDataInputStream features without performing copies to access
data
|
| ByteBufUtils |
Utilities for write variable length values on ByteBuf.
|
| Bytes |
A wrapper for byte[], in order to use it as keys on HashMaps
|
| ChangeThreadName |
Utility for changing thread name
|
| CleanDirectoryFileVisitor |
A FileVisitor which delete every file o directory found (excluding starting directory).
|
| CompareBytesUtils |
Java 8 compatibile version.
|
| Constants |
Useful constants
|
| ContextClassLoaderAwareObjectInputStream |
Specialized ObjectInputStream that looks for class definitions first from the ContextClassLoader.
|
| DefaultJVMHalt |
Default fast-fail procedure for the JVM
|
| DeleteFileVisitor |
A FileVisitor which delete every file o directory found (including starting directory).
|
| DiskArrayList<T> |
ArrayList backed by disk
|
| EnsureIntegerIncrementAccumulator |
Ensure increment
|
| EnsureLongIncrementAccumulator |
Ensure increment
|
| ExtendedDataInputStream |
Extended version of DataInputStream
|
| ExtendedDataOutputStream |
Extended version of DataInputStream
|
| FileUtils |
Utilities
|
| Futures |
|
| Holder<T> |
Holds an object
|
| InstrumentationUtils |
Utility for instrumenting code
|
| IntHolder |
Holds a native int value.
|
| KeyValue |
Key + Value
|
| ListWithMap<E> |
Combined strucutre linked list / hash map.
|
| LocalLockManager |
Handle locks by key
|
| LockHandle |
Handle to a lock
|
| LongHolder |
Holds a native long value.
|
| ManagedFile |
A "managed" file that give access to underlying OutputStream for write operations and permit
to sync to disk flushed data.
|
| MapDataAccessor |
A simple implementation backed by a Map
|
| MapUtils |
Utility
|
| MinDeltaLongIncrementAccumulator |
Apply new value only if a delta is reached
|
| NonClosingInputStream |
|
| NonClosingOutputStream |
|
| NullLockManager |
Handle fake locks by key in order to avoid useless concurrent access management.
|
| NullOutputStream |
Null Output Stream
|
| ODirectFileInputStream |
O_DIRECT InputStream implementation.
|
| ODirectFileOutputStream |
Implementation of OutputStream which is writing using O_DIRECT flag
|
| OpenFileUtils |
Java 8 compatibile version.
|
| ProjectedDataAccessor |
Wraps and projects a given DataAccessor
|
| RandomString |
Simple facilit to generate random strings for tests
|
| RawString |
A container for strings.
|
| RecordsBatch |
A list of tuples, backed by a Netty ByteBuf
|
| SimpleBufferedOutputStream |
Versione di java.io.BufferedOutputStream final e non sincronizzata
|
| SimpleByteArrayInputStream |
A very simple InputStream which wraps a byte buffer
|
| SingleEntryMap<K,V> |
A map with a single entry
|
| Sized<O extends Comparable<O>> |
|
| SQLUtils |
Utility
|
| SystemInstrumentation |
Utility for fault injection and code instrumentation.
|
| SystemInstrumentation.SingleInstrumentationPointListener |
Listens only for a given instrumentation point
|
| SystemProperties |
|
| TestUtils |
|
| TuplesList |
A list of tuples
|
| Version |
|
| VisibleByteArrayOutputStream |
Simple ByteArrayOutputStream which exposes the internal array
|
| XXHash64Utils |
Utility for XXHash64
|
| XXHash64Utils.HashingOutputStream |
|
| XXHash64Utils.HashingStream |
|