public class CacheSizePrms extends BasePrms
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheSizePrms.KeyType |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
indexCardinality |
static java.lang.Long |
indexType |
static java.lang.Long |
keyType |
static java.lang.Long |
numberOfEntries
How many entries to create in the cache
|
static java.lang.Long |
numIndexedValues |
static java.lang.Long |
sampleInterval
How often to record the heap size
|
static java.lang.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(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long numberOfEntries
public static java.lang.Long sampleInterval
public static java.lang.Long trimStart
public static java.lang.Long indexType
public static java.lang.Long indexCardinality
public static java.lang.Long keyType
public static java.lang.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(java.lang.String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.