Package | Description |
---|---|
org.corfudb.protocols.wireprotocol | |
org.corfudb.runtime.clients |
Modifier and Type | Method and Description |
---|---|
IMetadata.DataRank |
IMetadata.DataRank.buildHigherRank() |
default IMetadata.DataRank |
IMetadata.getRank()
Get the rank of this append.
|
Modifier and Type | Method and Description |
---|---|
int |
IMetadata.DataRank.compareTo(IMetadata.DataRank o) |
default void |
IMetadata.setRank(IMetadata.DataRank rank)
Set the rank of this append.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
LogUnitClient.write(long address,
IMetadata.DataRank rank,
Object writeObject,
Map<UUID,Long> backpointerMap)
Asynchronously write to the logging unit.
|
Copyright © 2019 CorfuDB. All rights reserved.