Skip to main content

Region Shortcuts Quick Reference

This section provides a quick reference for all region shortcuts.

Region Shortcuts Default Configurations summarizes the default configurations for each region shortcut. See the cross reference for additional information about each shortcut.

Table 1. Region Shortcuts Default Configurations

Region ShortcutRegion AttributesOther Attributes
LOCALscope: local
data-policy: NORMAL
LOCAL_HEAP_LRUscope: local
data-policy: NORMAL
Eviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: local-destroy

LOCAL_OVERFLOWscope: local
data-policy: NORMAL
Eviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: overflow-to-disk

LOCAL_PERSISTENTscope: local
data-policy: PERSISTENT_REPLICATE
LOCAL_PERSISTENT_OVERFLOWscope: local
data-policy: PERSISTENT_REPLICATE
Eviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: overflow-to-disk

PARTITIONdata-policy: PARTITION
PARTITION_HEAP_LRUdata-policy: PARTITIONEviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: local-destroy

PARTITION_OVERFLOWdata-policy: PARTITIONEviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: overflow-to-disk

PARTITION_PERSISTENTdata-policy: PERSISTENT_PARTITION
PARTITION_PERSISTENT_OVERFLOWdata-policy: PERSISTENT_PARTITIONEviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: overflow-to-disk

PARTITION_PROXYdata-policy: PARTITIONPartition Attributes

local-max-memory: 0

PARTITION_PROXY_REDUNDANTdata-policy: PARTITIONPartition Attributes

local-max-memory: 0

redundant-copies: 1

PARTITION_REDUNDANTdata-policy: PARTITIONPartition Attributes

redundant-copies: 1

PARTITION_REDUNDANT_HEAP_LRUdata-policy: PARTITIONEviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: local-destroy


Partition Attributes

redundant-copies: 1

PARTITION_REDUNDANT_OVERFLOWdata-policy: PARTITIONEviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: overflow-to-disk


Partition Attributes

redundant-copies: 1

PARTITION_REDUNDANT_PERSISTENTdata-policy: PERSISTENT_PARTITIONPartition Attributes

redundant-copies: 1

PARTITION_REDUNDANT_PERSISTENT_OVERFLOWdata-policy: PERSISTENT_PARTITIONEviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: overflow-to-disk


Partition Attributes

redundant-copies: 1

REPLICATEdata-policy: REPLICATE
scope: distributed-ack
REPLICATE_HEAP_LRUdata-policy: PRELOADED
scope: distributed-ack
Eviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: local-destroy

Note: Normally, you cannot have a local-destroy eviction policy on replicated regions. However, the REPLICATE_HEAP_LRU region is not the same as other replicated regions. This region is preloaded and remains in synch by registering interest in the keys of its peer's replicated regions.


Subscription Attributes

interest-policy: all

REPLICATE_OVERFLOWdata-policy: REPLICATE
scope: distributed-ack
Eviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: overflow-to-disk

REPLICATE_PERSISTENTdata-policy: PERSISTENT_REPLICATE
scope: distributed-ack
REPLICATE_PERSISTENT_OVERFLOWdata-policy: PERSISTENT_REPLICATE
scope: distributed-ack
Eviction Attributes

eviction-algorithm: lru-heap-percentage

eviction-action: overflow-to-disk

REPLICATE_PROXYdata-policy: EMPTY
scope: distributed-ack