public class SharedOffHeapWithinNode extends SharedMemory
A request for a shared memory region off heap between workers on a node.
SharedMemory._Fields
metaDataMap
Constructor and Description |
---|
SharedOffHeapWithinNode(double amount,
String name)
Create a new request for a shared memory region off heap between workers on a node.
|
clear, compareTo, deepCopy, equals, equals, fieldForId, get_name, get_off_heap_node, get_off_heap_worker, get_on_heap, getFieldValue, hashCode, is_set_name, is_set_off_heap_node, is_set_off_heap_worker, is_set_on_heap, isSet, read, set_name_isSet, set_name, set_off_heap_node_isSet, set_off_heap_node, set_off_heap_worker_isSet, set_off_heap_worker, set_on_heap_isSet, set_on_heap, setFieldValue, toString, unset_name, unset_off_heap_node, unset_off_heap_worker, unset_on_heap, validate, write
public SharedOffHeapWithinNode(double amount, String name)
Create a new request for a shared memory region off heap between workers on a node.
amount
- the number of MB to sharename
- the name of the shared region (for tracking purposes)Copyright © 2022 The Apache Software Foundation. All rights reserved.