Package | Description |
---|---|
org.corfudb.infrastructure.log | |
org.corfudb.runtime.clients | |
org.corfudb.runtime.view | |
org.corfudb.util |
Modifier and Type | Method and Description |
---|---|
TailsResponse |
StreamLogFiles.getAllTails() |
TailsResponse |
StreamLog.getAllTails()
Get global and all stream tails.
|
TailsResponse |
InMemoryStreamLog.getAllTails() |
TailsResponse |
StreamLogFiles.getTails(List<UUID> streams) |
TailsResponse |
StreamLog.getTails(List<UUID> streams)
Get the global tail and stream tails.
|
TailsResponse |
InMemoryStreamLog.getTails(List<UUID> streams) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TailsResponse> |
LogUnitClient.getAllTails()
Get all stream tails (i.e., maximum address written to every stream) and global tail.
|
CompletableFuture<TailsResponse> |
LogUnitClient.getLogTail()
Get the global tail maximum address the log unit has written.
|
Modifier and Type | Method and Description |
---|---|
TailsResponse |
AddressSpaceView.getAllTails()
Get all tails, includes: log tail and stream tails.
|
Modifier and Type | Method and Description |
---|---|
static TailsResponse |
Utils.getAllTails(Layout layout,
CorfuRuntime runtime)
Fetches the max global log tail and all stream tails from the log unit cluster.
|
Copyright © 2019 CorfuDB. All rights reserved.