datasketches-memory-java8 2.2.1 API
Memory
Overview
Note: If the requirements or promises of any method's contract are not fulfilled (that is, if there is a bug in either the method or its caller), then an unchecked exception will be thrown. The precise type of such an unchecked exception does not form part of any method's contract.
Package | Description |
---|---|
org.apache.datasketches.memory |
This package provides high performance primitive and primitive array access to direct (native),
off-heap memory and memory-mapped file resources, and consistent views into
ByteBuffer , and on-heap primitive arrays. |