public class TargetTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.gemstone.gemfire.cache.Cache |
cache |
static com.gemstone.gemfire.cache.Region |
region |
static String |
REGION_NAME |
| Modifier and Type | Method and Description |
|---|---|
static TargetTest |
getTestInstance()
Factory method to retrieve/lazily create the singleton instance of TargetTest
|
static void |
InitBridgeServer()
Initializes the Bridge server
|
static void |
InitEdgeClient()
Initializes the edge client
|
static void |
InitTargetP2PTest()
Initializes the Target test for the peer to peer configuration
|
static void |
loadDataMap()
Loads the datamap with number of entries
|
static void |
PutRegionSizeOnBB() |
void |
startPutAllAndCloseCache(boolean isP2P)
Starts the putAll() on a region and closes the cache after certain number of creates
|
static void |
TaskTargetClientServer()
The main task to be executed by the edge client in the Client-Server test.
|
static void |
TaskTargetP2P()
Performs the task for the P2P configuration
|
static void |
VerifyRegionSize()
This method to be used in the future, when the present is fixed
|
public static com.gemstone.gemfire.cache.Cache cache
public static com.gemstone.gemfire.cache.Region region
public static final String REGION_NAME
public static TargetTest getTestInstance()
public static void InitBridgeServer()
public static void InitEdgeClient()
public static void TaskTargetClientServer()
public static void loadDataMap()
public static void InitTargetP2PTest()
public static void TaskTargetP2P()
public void startPutAllAndCloseCache(boolean isP2P)
isP2P - true for P2P test false for client server test.public static void PutRegionSizeOnBB()
public static void VerifyRegionSize()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.