| 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 | Field and Description | 
|---|---|
| static GlobalMemoryAccessor | GlobalMemoryAccessorRegistry. AMEMLike  GlobalMemoryAccessorRegistry.MEM, but an instance specialized for aligned memory access. | 
| static GlobalMemoryAccessor | GlobalMemoryAccessorRegistry. MEMA  GlobalMemoryAccessorthat allows both aligned and unaligned native memory access. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GlobalMemoryAccessor | GlobalMemoryAccessorRegistry. getDefaultGlobalMemoryAccessor()Returns the default  GlobalMemoryAccessorinstance. | 
| static GlobalMemoryAccessor | GlobalMemoryAccessorRegistry. getGlobalMemoryAccessor(GlobalMemoryAccessorType type)Returns the  MemoryAccessorinstance appropriate to the givenGlobalMemoryAccessorType. | 
| 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.