| Package | Description |
|---|---|
| cacheperf.poc.useCase3_2 |
| Modifier and Type | Field and Description |
|---|---|
Map<UseCase3Prms.RegionName,Integer> |
UseCase3Client.regionSpec |
| Modifier and Type | Method and Description |
|---|---|
static UseCase3Prms.RegionName |
UseCase3Prms.getRegionName() |
static UseCase3Prms.RegionName |
UseCase3Prms.RegionName.toRegionName(String regionName) |
static UseCase3Prms.RegionName |
UseCase3Prms.RegionName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UseCase3Prms.RegionName[] |
UseCase3Prms.RegionName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<UseCase3Prms.RegionName,Integer> |
UseCase3Prms.getRegionSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
UseCase3Stats.endCreate(long start,
int amount,
UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.endGet(long start,
int amount,
UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.endGetAll(long start,
int amount,
UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.endPut(long start,
int amount,
UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.endPutAll(long start,
int amount,
UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.endRegisterInterest(long start,
int amount,
UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.incLatencySpikes(int amount,
UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.incNegativeLatencies(int amount,
UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.incNulls(UseCase3Prms.RegionName regionName) |
void |
UseCase3Stats.incUpdateLatency(long amount,
UseCase3Prms.RegionName regionName) |
long |
UseCase3Stats.startGet(UseCase3Prms.RegionName regionName,
int amount) |
long |
UseCase3Stats.startGetAll(UseCase3Prms.RegionName regionName,
int amount) |
long |
UseCase3Stats.startPut(UseCase3Prms.RegionName regionName,
int amount) |
long |
UseCase3Stats.startPutAll(UseCase3Prms.RegionName regionName,
int amount) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.