@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=OffHeapConfiguration.class) public @interface EnableOffHeap
@Configuration
annotated class to configure and enable Apache Geode Off-Heap Memory support and data storage
in Geode's cache Regions
.OffHeapConfiguration
Modifier and Type | Required Element and Description |
---|---|
String |
memorySize
Specifies the size of off-heap memory in megabytes (m) or gigabytes (g).
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
regionNames
Idenfitied the Regions by name in which the off-heap memory setting will be applied.
|
public abstract String memorySize
off-heap-memory-size=4096m
off-heap-memory-size=120g
Defaults to unset.public abstract String[] regionNames
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.