See: Description
| Class | Description | 
|---|---|
| AlignmentAwareMemoryAccessor | 
 Aligned  MemoryAccessorwhich 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  ByteAccessStrategyfor Java byte arrays. | 
| CustomByteAccessStrategy | A  ByteAccessStrategythat works with aMemoryAccessor. | 
| 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  MemoryManagerwhich aggregates theMemoryAllocatorandMemoryAccessorsupplied at construction time. | 
| StandardMemoryAccessor | Standard  MemoryAccessorimplementations
 that directly usesUnsafefor accessing to memory. | 
| UnsafeUtil | Utility class for  Unsafe. | 
Internal memory management API implementations
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.