| Package | Description |
|---|---|
| io.atomix.copycat.server.storage |
Standalone segmented log for Copycat's Raft implementation.
|
| Modifier and Type | Method and Description |
|---|---|
StorageLevel |
Storage.level()
Returns the storage level.
|
static StorageLevel |
StorageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageLevel[] |
StorageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Storage.Builder |
Storage.Builder.withStorageLevel(StorageLevel storageLevel)
Sets the log storage level, returning the builder for method chaining.
|
| Constructor and Description |
|---|
Storage(File directory,
StorageLevel storageLevel) |
Storage(StorageLevel storageLevel) |
Storage(String directory,
StorageLevel storageLevel) |
Copyright © 2013–2016. All rights reserved.