public class CacheSizePrms extends BasePrms
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheSizePrms.KeyType |
| Modifier and Type | Field and Description |
|---|---|
static Long |
indexCardinality |
static Long |
indexType |
static Long |
keyType |
static Long |
numberOfEntries
How many entries to create in the cache
|
static Long |
numIndexedValues |
static Long |
sampleInterval
How often to record the heap size
|
static Long |
trimStart
When to start the trim interval, in number of iterations
|
| Constructor and Description |
|---|
CacheSizePrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getIndexCardinality() |
static com.gemstone.gemfire.cache.query.IndexType |
getIndexType() |
static CacheSizePrms.KeyType |
getKeyType() |
static int |
getNumberOfEntries() |
static int |
getNumIndexedValues() |
static int |
getSampleInterval() |
static int |
getTrimStart() |
static void |
main(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long numberOfEntries
public static Long sampleInterval
public static Long trimStart
public static Long indexType
public static Long indexCardinality
public static Long keyType
public static Long numIndexedValues
public static int getNumberOfEntries()
public static int getSampleInterval()
public static int getTrimStart()
public static com.gemstone.gemfire.cache.query.IndexType getIndexType()
public static int getIndexCardinality()
public static CacheSizePrms.KeyType getKeyType()
public static int getNumIndexedValues()
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.