Package | Description |
---|---|
org.corfudb.infrastructure.management | |
org.corfudb.protocols.wireprotocol | |
org.corfudb.runtime.clients |
Modifier and Type | Method and Description |
---|---|
ClusterState |
ClusterStateCollector.collectClusterState(long epoch,
SequencerMetrics sequencerMetrics)
Provides cluster state
|
PollReport |
IDetector.poll(Layout layout,
CorfuRuntime corfuRuntime,
SequencerMetrics sequencerMetrics)
Executes the detector which runs the failure or healing detecting algorithm.
|
PollReport |
FailureDetector.poll(Layout layout,
CorfuRuntime corfuRuntime,
SequencerMetrics sequencerMetrics)
Executes the policy once.
|
Modifier and Type | Field and Description |
---|---|
static SequencerMetrics |
SequencerMetrics.NOT_READY |
static SequencerMetrics |
SequencerMetrics.READY |
static SequencerMetrics |
SequencerMetrics.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<SequencerMetrics> |
SequencerClient.requestMetrics()
Sends a metrics request to the sequencer server.
|
Copyright © 2019 CorfuDB. All rights reserved.