public static interface DistributedTransactionService.Options extends AbstractTransactionService.Options
Modifier and Type | Field and Description |
---|---|
static String |
DATA_DIR
The directory in which the persistent state of this service will be
stored.
|
static String |
DEFAULT_SHAPSHOT_INTERVAL
5 minutes (in millseconds).
|
static String |
SHAPSHOT_INTERVAL
|
DEFAULT_MIN_RELEASE_AGE, MIN_RELEASE_AGE, MIN_RELEASE_AGE_1D, MIN_RELEASE_AGE_1H, MIN_RELEASE_AGE_1M, MIN_RELEASE_AGE_1W, MIN_RELEASE_AGE_5M, MIN_RELEASE_AGE_NEVER, MIN_RELEASE_AGE_NO_HISTORY
static final String DATA_DIR
static final String SHAPSHOT_INTERVAL
DATA_DIR
("300000").
Two snapshots are retained of the commit time index so that those historical commit times required for reading on committed states of the database GT the releaseTime may be on hand after a service restart. Two snapshots are maintained, with the older snapshot being overwritten each time. A snapshot is written every N milliseconds, where N is configured using this property, and also when the service is shutdown.
This MAY be ZERO (0L) to disable snapshots - a feature that is used
by the EmbeddedFederation
when run in a diskless mode.
static final String DEFAULT_SHAPSHOT_INTERVAL
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.