Package | Description |
---|---|
org.corfudb.infrastructure.log | |
org.corfudb.runtime.exceptions |
Modifier and Type | Method and Description |
---|---|
default OverwriteCause |
StreamLog.getOverwriteCauseForAddress(long address,
LogData entry)
Get overwrite cause for a given address.
|
Modifier and Type | Method and Description |
---|---|
static OverwriteCause |
OverwriteCause.fromId(int id) |
static OverwriteCause |
OverwriteCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverwriteCause[] |
OverwriteCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OverwriteException(OverwriteCause cause) |
Copyright © 2019 CorfuDB. All rights reserved.