| Interface | Description |
|---|---|
| BucketSelector |
Selects buckets to store items in.
|
| Difference<T> |
Represents the difference between two states.
|
| Resolver<T> |
Computes the difference between two states.
|
| Summarizer |
Producer of
summaries at different levels of detail. |
| Summary |
Represents summarized data.
|
| Class | Description |
|---|---|
| FullContent |
Summary implementation simply using items content.
|
| PadAndHashBucketSelector |
Pads content and hashes it to select buckets.
|
| ResolverFromItems<T> |
Resolver using a remote summarizer to compute the delta.
|
| SummarizerFromItems |
Summarizer which iterates on items in the current state to build summaries.
|
| SummarizerFromJson |
Summarizer which deserializes JSON payloads from a remote source.
|
Copyright © 2014. All rights reserved.