See: Description
| Class | Description | 
|---|---|
| AlignmentAwareMemoryAccessor | 
 
 Aligned  
MemoryAccessor which checks for and handles unaligned memory access
 by splitting a larger-size memory operation into several smaller-size ones
 (which have finer-grained alignment requirements). | 
| AlignmentUtil | |
| ByteArrayAccessStrategy | 
 Implementation of  
ByteAccessStrategy for Java byte arrays. | 
| CustomByteAccessStrategy | 
 A  
ByteAccessStrategy that works with a MemoryAccessor. | 
| EndiannessUtil | 
 A utility class with methods that read/write multibyte values from/to byte-addressed memory, with
 explicitly specified endianness. 
 | 
| MemoryManagerBean | 
 Simp]e implementation of  
MemoryManager which aggregates the
 MemoryAllocator and MemoryAccessor supplied at construction time. | 
| StandardMemoryAccessor | 
 Standard  
MemoryAccessor implementations
 that directly uses Unsafe for accessing to memory. | 
| UnsafeUtil | 
 Utility class for  
Unsafe. | 
Internal memory management API implementations
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.