Package | Description |
---|---|
org.corfudb.runtime.view |
Modifier and Type | Method and Description |
---|---|
static CacheOption |
CacheOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOption[] |
CacheOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
StreamsView.append(Object object,
TxResolutionInfo conflictInfo,
CacheOption cacheOption,
UUID... streamIDs)
Append to multiple streams simultaneously, possibly providing
information on how to resolve conflicts.
|
void |
AddressSpaceView.write(IToken token,
Object data,
CacheOption cacheOption)
Write the given log data using a token, returning
either when the write has been completed successfully,
or throwing an OverwriteException if another value
has been adopted, or a WrongEpochException if the
token epoch is invalid.
|
Copyright © 2019 CorfuDB. All rights reserved.