Package | Description |
---|---|
org.corfudb.protocols.wireprotocol | |
org.corfudb.runtime.view |
Modifier and Type | Class and Description |
---|---|
class |
Token
Token returned by the sequencer is a combination of the
sequence number and the epoch at which it was acquired.
|
class |
TokenResponse
Created by mwei on 8/8/16.
|
Modifier and Type | Method and Description |
---|---|
default void |
ILogData.useToken(IToken token)
Assign a given token to this log data.
|
Modifier and Type | Method and Description |
---|---|
void |
AddressSpaceView.write(IToken token,
Object data)
Write the given log data and then add it to the address
space cache (i.e.
|
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.