| Package | Description | 
|---|---|
| com.hazelcast.internal.memory.impl | 
 
     Internal memory management API implementations 
 | 
| Class and 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). | 
| ByteArrayAccessStrategy
 Implementation of  
ByteAccessStrategy for Java byte arrays. | 
| CustomByteAccessStrategy
 A  
ByteAccessStrategy that works with a MemoryAccessor. | 
| StandardMemoryAccessor
 Standard  
MemoryAccessor implementations
 that directly uses Unsafe for accessing to memory. | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.