public enum RegionShortcutWrapper extends Enum<RegionShortcutWrapper>
RegionShortcut
Modifier and Type | Method and Description |
---|---|
org.apache.geode.cache.DataPolicy |
getDataPolicy() |
org.apache.geode.cache.RegionShortcut |
getRegionShortcut() |
boolean |
isHeapLru() |
boolean |
isLocal() |
boolean |
isOverflow() |
boolean |
isPartition() |
boolean |
isPersistent() |
boolean |
isPersistentOverflow() |
boolean |
isProxy() |
boolean |
isRedundant() |
boolean |
isReplicate() |
static RegionShortcutWrapper |
valueOf(org.apache.geode.cache.RegionShortcut regionShortcut) |
static RegionShortcutWrapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionShortcutWrapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionShortcutWrapper LOCAL
public static final RegionShortcutWrapper LOCAL_HEAP_LRU
public static final RegionShortcutWrapper LOCAL_OVERFLOW
public static final RegionShortcutWrapper LOCAL_PERSISTENT
public static final RegionShortcutWrapper LOCAL_PERSISTENT_OVERFLOW
public static final RegionShortcutWrapper PARTITION
public static final RegionShortcutWrapper PARTITION_HEAP_LRU
public static final RegionShortcutWrapper PARTITION_OVERFLOW
public static final RegionShortcutWrapper PARTITION_PERSISTENT
public static final RegionShortcutWrapper PARTITION_PERSISTENT_OVERFLOW
public static final RegionShortcutWrapper PARTITION_PROXY
public static final RegionShortcutWrapper PARTITION_PROXY_REDUNDANT
public static final RegionShortcutWrapper PARTITION_REDUNDANT
public static final RegionShortcutWrapper PARTITION_REDUNDANT_HEAP_LRU
public static final RegionShortcutWrapper PARTITION_REDUNDANT_OVERFLOW
public static final RegionShortcutWrapper PARTITION_REDUNDANT_PERSISTENT
public static final RegionShortcutWrapper PARTITION_REDUNDANT_PERSISTENT_OVERFLOW
public static final RegionShortcutWrapper REPLICATE
public static final RegionShortcutWrapper REPLICATE_HEAP_LRU
public static final RegionShortcutWrapper REPLICATE_OVERFLOW
public static final RegionShortcutWrapper REPLICATE_PERSISTENT
public static final RegionShortcutWrapper REPLICATE_PERSISTENT_OVERFLOW
public static final RegionShortcutWrapper REPLICATE_PROXY
public static final RegionShortcutWrapper UNSPECIFIED
public static RegionShortcutWrapper[] values()
for (RegionShortcutWrapper c : RegionShortcutWrapper.values()) System.out.println(c);
public static RegionShortcutWrapper valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RegionShortcutWrapper valueOf(org.apache.geode.cache.RegionShortcut regionShortcut)
public org.apache.geode.cache.DataPolicy getDataPolicy()
public org.apache.geode.cache.RegionShortcut getRegionShortcut()
public boolean isHeapLru()
public boolean isLocal()
public boolean isOverflow()
public boolean isPartition()
public boolean isPersistent()
public boolean isPersistentOverflow()
public boolean isProxy()
public boolean isRedundant()
public boolean isReplicate()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.