Package | Description |
---|---|
org.corfudb.protocols.wireprotocol | |
org.corfudb.runtime.clients | |
org.corfudb.runtime.view |
Constructor and Description |
---|
StreamsAddressResponse(long logTail,
Map<UUID,StreamAddressSpace> streamsAddressesMap) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
SequencerClient.bootstrap(Long initialToken,
Map<UUID,StreamAddressSpace> streamAddressSpaceMap,
Long readyStateEpoch)
Resets the sequencer with the specified initialToken.
|
CompletableFuture<Boolean> |
SequencerClient.bootstrap(Long initialToken,
Map<UUID,StreamAddressSpace> streamAddressSpaceMap,
Long readyStateEpoch,
boolean bootstrapWithoutTailsUpdate)
Resets the sequencer with the specified initialToken
|
Modifier and Type | Method and Description |
---|---|
StreamAddressSpace |
SequencerView.getStreamAddressSpace(StreamAddressRange streamsAddressesRange)
Retrieve a stream's address space from sequencer server.
|
Modifier and Type | Method and Description |
---|---|
Map<UUID,StreamAddressSpace> |
SequencerView.getStreamsAddressSpace(List<StreamAddressRange> streamsAddressesRange)
Retrieve multiple streams address space.
|
Copyright © 2019 CorfuDB. All rights reserved.