| 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  | 
GlobalMemoryAccessor
Accessor of global memory, both in CPU's native address space and on the Java heap. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
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). | 
class  | 
StandardMemoryAccessor
Standard  
MemoryAccessor implementations
 that directly uses Unsafe for accessing to memory. | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.