public class FixedPartitionPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
evictionAction
(String) Type of the eviction action used in the test.
|
static Long |
isWithPRPersistence
(Boolean) Whether test uses persistent partitioning.
|
static Long |
maxPrimaryPartitionsOnMember
(int) Maximum number of primary partitions used in test
|
static Long |
numRegions
(int) Number of regions used in the test
|
static Long |
redundantCopies
(int) RedundantCopies used in the test
|
static Long |
setResolverAsAttribute
(Boolean) Whether test uses partition resolver as partition attribute.
|
static Long |
testType
(String) Type of the test.
|
static Long |
totalNumBuckets
(int) RedundantCopies used in the test
|
static Long |
useEviction
(Boolean) Whether test uses eviction in the test.
|
static Long |
useFixedPartitioning
(boolean) True if the region should be created with a cache writer, false otherwise
|
static Long |
useSubRegion
(boolean) Whether the test should use subregion FPR (only one though)
|
| Constructor and Description |
|---|
FixedPartitionPrms() |
public static Long useFixedPartitioning
public static Long redundantCopies
public static Long totalNumBuckets
public static Long numRegions
public static Long useSubRegion
public static Long testType
public static Long maxPrimaryPartitionsOnMember
public static Long useEviction
public static Long setResolverAsAttribute
public static Long evictionAction
public static Long isWithPRPersistence
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.