Package | Description |
---|---|
com.streamscape.ds |
Modifier and Type | Field and Description |
---|---|
static CheckpointManager.CheckpointAction |
CheckpointManager.CheckpointAction.CHECKPOINT_BY_MVCC |
static CheckpointManager.CheckpointAction |
CheckpointManager.CheckpointAction.CHECKPOINT_BY_TIMER |
static CheckpointManager.CheckpointAction |
CheckpointManager.CheckpointAction.CHECKPOINT_REQUIRED |
static CheckpointManager.CheckpointAction |
CheckpointManager.CheckpointAction.CHECKPOINT_STOP |
Modifier and Type | Method and Description |
---|---|
CheckpointManager.CheckpointAction |
CheckpointManager.CheckpointStats.CheckpointAttempt.getAction() |
static CheckpointManager.CheckpointAction |
CheckpointManager.CheckpointAction.valueOf(java.lang.String name) |
static CheckpointManager.CheckpointAction[] |
CheckpointManager.CheckpointAction.values() |
Modifier and Type | Method and Description |
---|---|
void |
CheckpointManager.CheckpointExecutor.executeCheckpoint(CheckpointManager.CheckpointAction action,
boolean withDefrag,
boolean auto,
long lockTimeout) |
Constructor and Description |
---|
CheckpointAttempt(CheckpointManager.CheckpointAction action,
long startTimestamp,
long lockTimeout,
boolean defrag,
long logSize) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.