public class UseCase1LoadMoveClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.gemstone.gemfire.cache.Region[] |
_regions |
static boolean |
init_ |
static Random |
rand |
static int |
REGION_0A |
static int |
REGION_0B |
static String[] |
REGION_NAMES |
static String |
STRING_PAD |
| Constructor and Description |
|---|
UseCase1LoadMoveClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initEdgeCache()
A Hydra INIT task that initialize the test region in an edge
client according to the "edge" params of useCase1Client.xml
|
static void |
initServerCache()
Initializes the test region in the cache server VM according to
the "server" params in useCase1LoadMoveServer.xml.
|
static void |
invokeLoad() |
static void |
invokeMoveAtoB() |
static void |
invokeMoveBtoA() |
static void |
invokePutGetRegionB() |
public static final String STRING_PAD
public static boolean init_
public static final int REGION_0A
public static final int REGION_0B
public static final String[] REGION_NAMES
public static com.gemstone.gemfire.cache.Region[] _regions
public static Random rand
public static void initServerCache()
public static void initEdgeCache()
public static void invokeLoad()
public static void invokePutGetRegionB()
public static void invokeMoveAtoB()
public static void invokeMoveBtoA()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.