Package | Description |
---|---|
org.corfudb.infrastructure.log | |
org.corfudb.runtime.clients | |
org.corfudb.runtime.view | |
org.corfudb.util |
Modifier and Type | Method and Description |
---|---|
StreamsAddressResponse |
StreamLogFiles.getStreamsAddressSpace() |
StreamsAddressResponse |
StreamLog.getStreamsAddressSpace()
Get the address space for every stream.
|
StreamsAddressResponse |
InMemoryStreamLog.getStreamsAddressSpace() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<StreamsAddressResponse> |
LogUnitClient.getLogAddressSpace()
Get the address space for all streams in the log.
|
CompletableFuture<StreamsAddressResponse> |
SequencerClient.getStreamsAddressSpace(List<StreamAddressRange> streamsAddressesRange)
Retrieves from the sequencer the address space for the specified streams in the given ranges.
|
Modifier and Type | Method and Description |
---|---|
StreamsAddressResponse |
AddressSpaceView.getLogAddressSpace()
Get log address space, which includes:
1.
|
Modifier and Type | Method and Description |
---|---|
static StreamsAddressResponse |
Utils.getLogAddressSpace(Layout layout,
CorfuRuntime runtime)
Retrieve the space of addresses of the log, i.e., for all streams in the log.
|
Copyright © 2019 CorfuDB. All rights reserved.