Package | Description |
---|---|
org.corfudb.runtime.clients |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ReadResponse> |
LogUnitClient.read(long address)
Asynchronously read from the logging unit.
|
CompletableFuture<ReadResponse> |
LogUnitClient.readAll(List<Long> list)
Read data from the log unit server for a list of addresses.
|
Copyright © 2019 CorfuDB. All rights reserved.