| Package | Description |
|---|---|
| io.atomix.copycat.server.storage.snapshot |
Classes and interfaces that aid in storing, loading, and installing on-disk state machine snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotDescriptor.Builder |
SnapshotDescriptor.builder()
Returns a descriptor builder.
|
static SnapshotDescriptor.Builder |
SnapshotDescriptor.builder(Buffer buffer)
Returns a descriptor builder for the given descriptor buffer.
|
SnapshotDescriptor.Builder |
SnapshotDescriptor.Builder.withIndex(long index)
Sets the segment index.
|
SnapshotDescriptor.Builder |
SnapshotDescriptor.Builder.withTimestamp(long timestamp)
Sets the snapshot timestamp.
|
Copyright © 2013–2016. All rights reserved.