HollowConsumer.BlobRetriever
for use with the HollowConsumer
instead.@Deprecated
public interface HollowBlobRetriever
HollowClient
with a blob data store.
Implementations will define how to retrieve blob data from a data store.Modifier and Type | Method and Description |
---|---|
HollowBlob |
retrieveDeltaBlob(long currentVersion)
Deprecated.
Returns a delta transition which can be applied to the currentVersion
|
HollowBlob |
retrieveReverseDeltaBlob(long currentVersion)
Deprecated.
Returns a reverse delta transition which can be applied to the currentVersion
|
HollowBlob |
retrieveSnapshotBlob(long desiredVersion)
Deprecated.
Returns the snapshot for the state with an identifier equal to or less than the desired version
|
HollowBlob retrieveSnapshotBlob(long desiredVersion)
HollowBlob retrieveDeltaBlob(long currentVersion)
HollowBlob retrieveReverseDeltaBlob(long currentVersion)