Package | Description |
---|---|
org.corfudb.runtime.view.replication |
Modifier and Type | Class and Description |
---|---|
class |
AlwaysHoleFillPolicy
A simple hole filling policy which aggressively
fills holes whenever there is a failed read.
|
class |
NeverHoleFillPolicy
This hole fill policy keeps retrying and never requires
a hole fill.
|
class |
ReadWaitHoleFillPolicy
A hole filling policy which reads several times,
waiting a static amount of time in between, before
requiring a hole fill.
|
Modifier and Type | Field and Description |
---|---|
protected IHoleFillPolicy |
AbstractReplicationProtocol.holeFillPolicy
The hole fill policy to apply.
|
Constructor and Description |
---|
AbstractReplicationProtocol(IHoleFillPolicy holeFillPolicy)
Build the replication protocol using the given hole filling policy.
|
ChainReplicationProtocol(IHoleFillPolicy holeFillPolicy) |
QuorumReplicationProtocol(IHoleFillPolicy holeFillPolicy) |
Copyright © 2019 CorfuDB. All rights reserved.