Package | Description |
---|---|
org.corfudb.runtime.view.replication |
Modifier and Type | Method and Description |
---|---|
ILogData |
ReadWaitHoleFillPolicy.peekUntilHoleFillRequired(long address,
Function<Long,ILogData> peekFunction)
Apply the given peek function until hole filling is required or
committed data is returned.
|
ILogData |
AlwaysHoleFillPolicy.peekUntilHoleFillRequired(long address,
Function<Long,ILogData> peekFunction)
Apply the given peek function until hole filling is required or
committed data is returned.
|
ILogData |
IHoleFillPolicy.peekUntilHoleFillRequired(long address,
Function<Long,ILogData> peekFunction)
Apply the given peek function until hole filling is required or
committed data is returned.
|
ILogData |
NeverHoleFillPolicy.peekUntilHoleFillRequired(long address,
Function<Long,ILogData> peekFunction)
Apply the given peek function until hole filling is required or
committed data is returned.
|
Copyright © 2019 CorfuDB. All rights reserved.