public final class ChronicleCommand extends Object
Command builder for chronicle commands.
chronicle retrieves the history of changes to a key in a record,
optionally bounded by one or two timestamps.
chronicle <key> in <record> chronicle <key> in <record> from <start> chronicle <key> in <record> from <start> to <end>
| Modifier and Type | Class and Description |
|---|---|
static class |
ChronicleCommand.KeyState
The state after specifying the key for the
chronicle command. |
static class |
ChronicleCommand.RangeState
The terminal state for a
chronicle command that includes both a
start and end Timestamp. |
static class |
ChronicleCommand.RecordState
The terminal state for a
chronicle command after specifying the
key and record. |
static class |
ChronicleCommand.TimestampState
The terminal state for a
chronicle command that includes a start
Timestamp. |