All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description BaseBuffer Defines the relative positional API.BaseState Keeps key configuration state for Memory and Buffer plus some common static variables and check methods.Buffer Defines the read-only API for relative positional access to a resource.DefaultMemoryRequestServer This is a simple implementation of the MemoryRequestServer that creates space on the Java heap for the requesting application.Handle A handle for read-only Memory resource.Map Read only interface for a memory mapped fileMapHandle A Handle for a memory-mapped, read-only file resource.Memory Defines the read-only API for offset access to a resource.MemoryCloseException Specific RuntimeException for the AutoCloseable.close() method.MemoryException Specific RuntimeExceptions for the datasketches-memory component.MemoryRequestServer The MemoryRequestServer is a callback interface to provide a means for direct (off-heap), heap and ByteBuffer backed resources to request more memory.MurmurHash3v2 The MurmurHash3 is a fast, non-cryptographic, 128-bit hash function that has excellent avalanche and 2-way bit independence properties.ReadOnlyException The exception thrown when attempting to write into a read-only Resource.Utf8CodingException This exception will be thrown for errors encountered during either the encoding of characters to Utf8 bytes, or the decoding of Utf8 bytes to characters.WritableBuffer Defines the writable API for relative positional access to a resourceWritableHandle A Handle for writable direct memory or a memory-mapped, writable file resource.WritableMap Writable interface for a memory mapped fileWritableMapHandle A Handle for a memory-mapped, writable file resource.WritableMemory Defines the writable API for offset access to a resource.XxHash The XxHash is a fast, non-cryptographic, 64-bit hash function that has excellent avalanche and 2-way bit independence properties.