| Interface | Description |
|---|---|
| IBuilder<T> |
| Class | Description |
|---|---|
| Bits | |
| DoublyLinkedList<T> | |
| ExternalizableUtil | |
| ListNode2<T> | |
| ObyCount |
Simple cardinality estimation command line utility
Usage:
> obycount [update-rate]
update-rate: output results after every update-rate elements/lines
Example:
> cat elements.txt | obycount
|
| Pair<T1,T2> | |
| TopK |
Simple TopK command line utility
Usage:
> topk [capacity] [update-rate]
capacity : size of top / k (defaults to 1000)
update-rate: output results after every update-rate elements/lines
Example:
> cat elements.txt | topk 10
|
| UnsignedIntComparator | |
| Varint |
Encodes signed and unsigned values using a common variable-length
scheme, found for example in
Google's Protocol Buffers.
|
Copyright © 2014. All Rights Reserved.