public static interface StressTestUnisolatedReadWriteIndex.TestOptions extends ConcurrencyManager.Options
Modifier and Type | Field and Description |
---|---|
static String |
FAILURE_RATE
The failure rate [0.0:1.0].
|
static String |
KEYLEN
The length of the keys used in the test.
|
static String |
MAX_LOCKS
The maximum #of locks that a writer will obtain (LTE
NRESOURCES ). |
static String |
MIN_LOCKS
The minimum #of locks that a writer will obtain (0 or more, but a
writer with zero locks will not write on anything).
|
static String |
NOPS
The #of operations in each trial.
|
static String |
NRESOURCES
The #of named resources from which
Writer s may choosen the
indices on which they will write. |
static String |
NTRIALS
The #of trials (aka transactions) to run.
|
static String |
TIMEOUT
The timeout for the test (seconds).
|
DEFAULT_READ_SERVICE_CORE_POOL_SIZE, DEFAULT_TX_SERVICE_CORE_POOL_SIZE, DEFAULT_WRITE_SERVICE_CORE_POOL_SIZE, DEFAULT_WRITE_SERVICE_GROUP_COMMIT_TIMEOUT, DEFAULT_WRITE_SERVICE_KEEP_ALIVE_TIME, DEFAULT_WRITE_SERVICE_MAXIMUM_POOL_SIZE, DEFAULT_WRITE_SERVICE_OVERFLOW_LOCK_REQUEST_TIMEOUT, DEFAULT_WRITE_SERVICE_PRESTART_ALL_CORE_THREADS, DEFAULT_WRITE_SERVICE_QUEUE_CAPACITY, READ_SERVICE_CORE_POOL_SIZE, TX_SERVICE_CORE_POOL_SIZE, WRITE_SERVICE_CORE_POOL_SIZE, WRITE_SERVICE_GROUP_COMMIT_TIMEOUT, WRITE_SERVICE_KEEP_ALIVE_TIME, WRITE_SERVICE_MAXIMUM_POOL_SIZE, WRITE_SERVICE_OVERFLOW_LOCK_REQUEST_TIMEOUT, WRITE_SERVICE_PRESTART_ALL_CORE_THREADS, WRITE_SERVICE_QUEUE_CAPACITY
DEFAULT_SHUTDOWN_TIMEOUT, SHUTDOWN_TIMEOUT
static final String TIMEOUT
static final String NRESOURCES
Writer
s may choosen the
indices on which they will write.static final String MIN_LOCKS
static final String MAX_LOCKS
NRESOURCES
). A writer will write on each resource that it
locks.static final String NTRIALS
static final String KEYLEN
static final String NOPS
static final String FAILURE_RATE
Writer
aborts by throwing a
SpuriousException
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.