public class TargetPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
byteArraySize
(int) Size of the ByteArrays associated with map entry
|
static Long |
delayInBetweenPutsMS
(int) The amount of delay to be set in the PutAllCacheWrite , to introduce delay in-between puts
(in milliseconds)
|
static Long |
entriesThresholdPercent
(int) The number of entries after which the cache closed is called
|
static Long |
numMapEntries
(int) Number of entries in the map used for performing a putAll on a region
Entries comprise of an integer and a ByteArray of a specified size;
|
| Constructor and Description |
|---|
TargetPrms() |
public static Long numMapEntries
public static Long byteArraySize
public static Long delayInBetweenPutsMS
public static Long entriesThresholdPercent
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.