public class UseCase1 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
ccy_unit |
static String |
DELT |
static String |
EUR |
static com.gemstone.gemfire.cache.Region |
fxRateRegion |
static String |
GAMM |
static com.gemstone.gemfire.cache.Region |
hierarchyRegion |
static com.gemstone.gemfire.cache.Region |
industrySectorRegion |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
instrumentRegion |
static String |
LON |
static String |
NYC |
static String[] |
param_rsk |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
positionRegion |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
positionRiskRegion |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
positionUndRiskRegion |
static String[] |
region |
static com.gemstone.gemfire.cache.Region |
rootRegion |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
sensitivityRegion |
static String |
STK |
protected static UseCase1 |
testInstance |
static String |
TOK |
static String[] |
type_imnt |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
undSensitivityRegion |
static String |
USD |
static UseCase1Function |
useCase1Function |
static String |
VEGA |
static String |
XFX |
| Constructor and Description |
|---|
UseCase1() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.cache.Region |
getFxRateRegion() |
static com.gemstone.gemfire.cache.Region |
getHierarchyRegion() |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
getInstrumentRegion() |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
getInstrumentSensitivityRegion() |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
getPositionRiskRegion() |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
getPositionUndRiskRegion() |
static String |
getRandomStringFromArray(String[] array) |
static com.gemstone.gemfire.internal.cache.PartitionedRegion |
getUndSensitivityRiskRegion() |
static void |
HydraTask_dumpPRBuckets() |
static void |
HydraTask_invalidateEntries() |
static void |
HydraTask_logRegionSize() |
static void |
HydraTask_p2p_accessorInitialize() |
static void |
HydraTask_p2p_dataStoreInitialize() |
static void |
HydraTask_populateRegions() |
static void |
HydraTask_verifyColocatedRegions() |
static void |
initializeAccessor() |
static void |
initializeDataStore() |
protected void |
invalidateEntries() |
protected void |
logRegionSize() |
protected static void |
verifyBucketCoLocation(com.gemstone.gemfire.internal.cache.PartitionedRegion aRegion) |
protected static void |
verifyCustomPartition(Map map,
int bucketid) |
protected static void |
verifyCustomPartitioning(com.gemstone.gemfire.internal.cache.PartitionedRegion aRegion) |
protected static void |
verifyPrimaryBucketCoLocation(com.gemstone.gemfire.internal.cache.PartitionedRegion aRegion) |
protected static void |
verifyUniqueBucketForCustomPartioning(int bucketId)
Task to verify that there is only a single bucket id for a routing Object
|
protected static UseCase1 testInstance
public static com.gemstone.gemfire.cache.Region rootRegion
public static com.gemstone.gemfire.cache.Region fxRateRegion
public static com.gemstone.gemfire.cache.Region hierarchyRegion
public static com.gemstone.gemfire.cache.Region industrySectorRegion
public static com.gemstone.gemfire.internal.cache.PartitionedRegion positionRegion
public static com.gemstone.gemfire.internal.cache.PartitionedRegion instrumentRegion
public static com.gemstone.gemfire.internal.cache.PartitionedRegion sensitivityRegion
public static com.gemstone.gemfire.internal.cache.PartitionedRegion undSensitivityRegion
public static com.gemstone.gemfire.internal.cache.PartitionedRegion positionRiskRegion
public static com.gemstone.gemfire.internal.cache.PartitionedRegion positionUndRiskRegion
public static UseCase1Function useCase1Function
public static final String LON
public static final String NYC
public static final String TOK
public static final String[] region
public static final String DELT
public static final String VEGA
public static final String GAMM
public static final String[] param_rsk
public static final String STK
public static final String XFX
public static final String[] type_imnt
public static final String USD
public static final String EUR
public static final String[] ccy_unit
public static void HydraTask_p2p_dataStoreInitialize()
public static void HydraTask_p2p_accessorInitialize()
public static com.gemstone.gemfire.cache.Region getFxRateRegion()
public static com.gemstone.gemfire.cache.Region getHierarchyRegion()
public static com.gemstone.gemfire.internal.cache.PartitionedRegion getPositionRiskRegion()
public static com.gemstone.gemfire.internal.cache.PartitionedRegion getInstrumentSensitivityRegion()
public static com.gemstone.gemfire.internal.cache.PartitionedRegion getPositionUndRiskRegion()
public static com.gemstone.gemfire.internal.cache.PartitionedRegion getUndSensitivityRiskRegion()
public static com.gemstone.gemfire.internal.cache.PartitionedRegion getInstrumentRegion()
public static void initializeDataStore()
public static void initializeAccessor()
public static void HydraTask_populateRegions()
public static void HydraTask_dumpPRBuckets()
public static void HydraTask_logRegionSize()
public static void HydraTask_invalidateEntries()
public static void HydraTask_verifyColocatedRegions()
protected void logRegionSize()
protected void invalidateEntries()
protected static void verifyPrimaryBucketCoLocation(com.gemstone.gemfire.internal.cache.PartitionedRegion aRegion)
protected static void verifyBucketCoLocation(com.gemstone.gemfire.internal.cache.PartitionedRegion aRegion)
protected static void verifyCustomPartitioning(com.gemstone.gemfire.internal.cache.PartitionedRegion aRegion)
protected static void verifyCustomPartition(Map map, int bucketid)
protected static void verifyUniqueBucketForCustomPartioning(int bucketId)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.