public class RegionOperations extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_REGION
Adds a region using regionDefinition read from Blackboard If region Exists
then next option is tried.
|
static int |
CLEAR_REGION |
static int |
DESTROY_REGION |
static int |
INVALDIATELOCAL_REGION |
static int |
INVALIDATE_REGION |
static int |
RE_CREATE_REGION |
static AtomicInteger |
regionTotalOp |
| Constructor and Description |
|---|
RegionOperations(com.gemstone.gemfire.cache.Cache cache) |
RegionOperations(com.gemstone.gemfire.cache.Cache cache,
RegionOperationEvents operationRecorder) |
| Modifier and Type | Method and Description |
|---|---|
com.gemstone.gemfire.cache.Region |
addRegion(String templateName) |
void |
clearedRegion(com.gemstone.gemfire.cache.Region region) |
void |
closeRegion(com.gemstone.gemfire.cache.Region region) |
Set<com.gemstone.gemfire.cache.Region> |
createAllRegions() |
String |
createRegion() |
String |
createRegion(String regionTemplateName) |
com.gemstone.gemfire.cache.Region |
createRegion(String name,
String regionTemplateName) |
String |
createSubRegion(String name) |
void |
destroyRegion(com.gemstone.gemfire.cache.Region region) |
void |
doRegionOperations() |
Set<com.gemstone.gemfire.cache.Region> |
getAvailableRegions() |
RegionOperationEvents |
getOperationRecorder() |
com.gemstone.gemfire.cache.Region |
getRegion() |
static void |
HydraStartTask_ReadRegionSpecs() |
void |
invalidateRegion(com.gemstone.gemfire.cache.Region region) |
void |
setOperationRecorder(RegionOperationEvents operationRecorder) |
public static final int ADD_REGION
public static final int DESTROY_REGION
public static final int INVALIDATE_REGION
public static final int INVALDIATELOCAL_REGION
public static final int CLEAR_REGION
public static final int RE_CREATE_REGION
public static final AtomicInteger regionTotalOp
public RegionOperations(com.gemstone.gemfire.cache.Cache cache)
public RegionOperations(com.gemstone.gemfire.cache.Cache cache,
RegionOperationEvents operationRecorder)
public void setOperationRecorder(RegionOperationEvents operationRecorder)
public RegionOperationEvents getOperationRecorder()
public static void HydraStartTask_ReadRegionSpecs()
public Set<com.gemstone.gemfire.cache.Region> createAllRegions()
public Set<com.gemstone.gemfire.cache.Region> getAvailableRegions()
public com.gemstone.gemfire.cache.Region getRegion()
public String createRegion()
public com.gemstone.gemfire.cache.Region addRegion(String templateName)
public void invalidateRegion(com.gemstone.gemfire.cache.Region region)
public void closeRegion(com.gemstone.gemfire.cache.Region region)
public void clearedRegion(com.gemstone.gemfire.cache.Region region)
public void destroyRegion(com.gemstone.gemfire.cache.Region region)
public com.gemstone.gemfire.cache.Region createRegion(String name, String regionTemplateName)
public void doRegionOperations()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.