public class HashMapCachePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
concurrencyLevel
Concurrency level.
|
static Long |
initialCapacity
Initial capacity.
|
static Long |
loadFactor
Load factor.
|
| Constructor and Description |
|---|
HashMapCachePrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getConcurrencyLevel() |
static int |
getInitialCapacity() |
static double |
getLoadFactor() |
static void |
main(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long initialCapacity
public static Long loadFactor
public static Long concurrencyLevel
public static int getInitialCapacity()
public static double getLoadFactor()
public static int getConcurrencyLevel()
public static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.