Interface | Description |
---|---|
HollowTypeStateListener |
A HollowTypeStateListener is registered with a specific
HollowTypeReadState
to receive callback notifications when deltas are applied to a HollowReadStateEngine |
Class | Description |
---|---|
HollowBlobHeaderReader |
Contains serialization logic for the hollow blob headers.
|
HollowBlobReader |
A HollowBlobReader is used to populate and update data in a
HollowReadStateEngine , via the consumption
of snapshot and delta blobs. |
HollowCollectionTypeReadState |
The parent class for
HollowTypeReadState s for SET or LIST records. |
HollowReadStateEngine |
A HollowReadStateEngine is our main handle to the current state of a Hollow dataset as a data consumer.
|
HollowTypeReadState |
A HollowTypeReadState contains and is the root handle to all of the records of a specific type in
a
HollowReadStateEngine . |
PopulatedOrdinalListener |
A PopulatedOrdinalListener is (unless explicitly specified) automatically registered with each type
in a
HollowReadStateEngine . |
SetMapKeyHasher |
Hashes POJO keys according to the Set/Map hash key specification.
|
SnapshotPopulatedOrdinalsReader |