public class RecycleSystem extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RecycleSystem.EdgeCacheListener |
class |
RecycleSystem.EdgeWriter |
| Modifier and Type | Field and Description |
|---|---|
protected static int |
absoluteRegionCount |
protected static String |
REGION_NAME |
| Constructor and Description |
|---|
RecycleSystem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createGatewayCache()
Initializes a Gateway Hub cache based on the
ConfigPrms. |
static void |
createGateways() |
protected static void |
createRegion(String regionConfig,
com.gemstone.gemfire.cache.Cache cache,
int noOfRegToBeCreated,
boolean registerInterest) |
protected static void |
createUserDefinedRegion(com.gemstone.gemfire.cache.Cache cache)
Creates user defined regions based on the region attributes specified.
|
static void |
destroyAndCreateRegions() |
protected static void |
destroyRegion(Set regions,
int noOfRegToBeDestroyed) |
static void |
doTask() |
static void |
getKeys() |
protected static void |
hardStop() |
static void |
invokeCacheMiss() |
static void |
printGatewayStatus() |
static void |
printResults() |
static void |
restartEdgeClient() |
static void |
restartGatewayCache()
Stop the existing Cache entities and then re-init
|
static void |
restartGatewayHubs()
Stop the existing Cache entities and then re-init
|
static void |
restartPeerCache() |
static void |
restartServerCache()
Stop the existing Cache entities and then re-init
|
static void |
setSystemReady() |
protected static void |
startCache() |
static void |
startEdgeClient()
Initializes a edge cache based on the
ConfigPrms. |
static void |
startGatewayHub()
Start a a Gateway Hub earlier created
|
static void |
startGateways()
Start a a Gateway Hub earlier created
|
static void |
startPeerCache()
Initializes a peer cache based on the
ConfigPrms. |
static void |
startServerCache()
Initializes a server cache based on the
ConfigPrms. |
static void |
stopCacheEntities()
Stop the existing Cache entities
|
static void |
stopEdgeClient() |
static void |
stopGatewayHub() |
static void |
stopGateways() |
static void |
updateKeys() |
protected static final String REGION_NAME
protected static int absoluteRegionCount
public static void doTask()
public static void updateKeys()
public static void getKeys()
public static void invokeCacheMiss()
protected static void hardStop()
public static void stopEdgeClient()
public static void stopCacheEntities()
public static void stopGateways()
public static void stopGatewayHub()
public static void startPeerCache()
ConfigPrms.public static void startServerCache()
ConfigPrms.public static void createGatewayCache()
ConfigPrms.public static void createGateways()
public static void startGateways()
public static void startGatewayHub()
public static void startEdgeClient()
ConfigPrms.public static void restartPeerCache()
public static void restartServerCache()
public static void restartGatewayCache()
public static void printGatewayStatus()
public static void restartGatewayHubs()
public static void restartEdgeClient()
public static void printResults()
protected static void startCache()
public static void destroyAndCreateRegions()
protected static void destroyRegion(Set regions, int noOfRegToBeDestroyed)
protected static void createUserDefinedRegion(com.gemstone.gemfire.cache.Cache cache)
protected static void createRegion(String regionConfig, com.gemstone.gemfire.cache.Cache cache, int noOfRegToBeCreated, boolean registerInterest)
public static void setSystemReady()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.