| Package | Description | 
|---|---|
| com.hazelcast.internal.memory | SPI that deals with memory operations. | 
| com.hazelcast.internal.memory.impl | 
     Internal memory management API implementations | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | GlobalMemoryAccessorAccessor of global memory, both in CPU's native address space and on the Java heap. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | 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). | 
| class  | StandardMemoryAccessorStandard  MemoryAccessorimplementations
 that directly usesUnsafefor accessing to memory. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.