| Package | Description |
|---|---|
| com.hazelcast.internal.memory |
SPI that deals with memory operations.
|
| Modifier and Type | Method and Description |
|---|---|
static GlobalMemoryAccessorType |
GlobalMemoryAccessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalMemoryAccessorType[] |
GlobalMemoryAccessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GlobalMemoryAccessor |
GlobalMemoryAccessorRegistry.getGlobalMemoryAccessor(GlobalMemoryAccessorType type)
Returns the
MemoryAccessor instance appropriate to the given GlobalMemoryAccessorType. |
Copyright © 2018. All Rights Reserved.