public interface IToken
Clients must obtain a token to write to the log using the normal writing protocol.
Created by mwei on 4/14/17.
Modifier and Type | Method and Description |
---|---|
default Map<UUID,Long> |
getBackpointerMap()
Get the backpointer map, if it was available.
|
long |
getEpoch()
Get the epoch of the token, which represents the epoch the
token is valid in.
|
long |
getSequence()
The value of the token, which represents the global address
on the log the token is for.
|
Copyright © 2019 CorfuDB. All rights reserved.