Interface | Description |
---|---|
HollowAPIFactory |
An interface which can be implemented and passed to a
HollowClient to inject the HollowAPI creation behavior. |
HollowBlobRetriever | Deprecated
Implement the
HollowConsumer.BlobRetriever for use with the HollowConsumer instead. |
HollowClientMemoryConfig | Deprecated
Implement the
HollowConsumer.ObjectLongevityConfig and/or HollowConsumer.DoubleSnapshotConfig for use
with the HollowConsumer instead. |
HollowUpdateListener | Deprecated
Implement the
HollowConsumer.RefreshListener and/or HollowConsumer.ObjectLongevityDetector for
use with the HollowConsumer instead. |
Class | Description |
---|---|
FailedTransitionTracker |
Tracks the blobs which failed to be successfully applied by a HollowClient.
|
HollowAnnouncementWatcher | Deprecated
Implement the
HollowConsumer.AnnouncementWatcher for use with the HollowConsumer instead. |
HollowAnnouncementWatcher.DefaultWatcher | |
HollowAPIFactory.ForGeneratedAPI<T extends HollowAPI> | |
HollowBlob | Deprecated
Extend the
HollowConsumer.Blob for use with the
HollowConsumer.BlobRetriever instead. |
HollowClient | Deprecated
Use the
HollowConsumer API instead. |
HollowClient.Builder | |
HollowClientMemoryConfig.SpecifiedConfig | |
HollowClientUpdater |
A class comprising much of the internal state of a
HollowConsumer . |
HollowUpdatePlan |
A plan, containing one or more
HollowConsumer.Blob s, which will be used to update the current data state to a desired data state. |
HollowUpdatePlanner |
The HollowUpdatePlanner defines the logic responsible for interacting with a
HollowBlobRetriever
to create a HollowUpdatePlan . |
StackTraceRecorder | |
StaleHollowReferenceDetector |
Detect stale Hollow references and USAGE of stale hollow references.
|