| Class and 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.
|
| Handle
A handle for read-only Memory resource.
|
| Map
Read only interface for a memory mapped file
|
| MapHandle
A Handle for a memory-mapped, read-only file resource.
|
| Memory
Defines the read-only API for offset access to a resource.
|
| 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.
|
| 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 resource
|
| WritableHandle
A Handle for writable direct memory or a memory-mapped, writable file resource.
|
| WritableMap
Writable interface for a memory mapped file
|
| WritableMapHandle
A Handle for a memory-mapped, writable file resource.
|
| WritableMemory
Defines the writable API for offset access to a resource.
|
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.