| Class | Description |
|---|---|
| Dataset |
A data set returned from the stream factory which includes a pool of
data readers that are used to fetch data from the source when the data
set is used to retrieve data not already in memory.
|
| IntegerList |
Provides a way of storing integers in a list and implements utility methods
such as
IntegerList.getRange(int, int). |
| Node |
Represents a Entities.Node which can be used with the
Stream data set.
|
| NodeV31 |
Represents a NodeV31 which can be used with the Stream data set.
|
| NodeV32 |
Represents a Node which can be used with the Stream data set.
|
| Pool |
As multiple threads need to read from the Source concurrently this class
provides a mechanism for readers to be recycled across threads and requests.
|
| Profile |
Profile entity with stream specific data access implementation.
|
| TriePool |
As multiple threads need to read from the Source concurrently this class
provides a mechanism for readers to be recycled across threads and requests.
|
| TrieSource |
Encapsulates either a byte array or a file containing the uncompressed data
structures used by the data set.
|
Copyright © 2017 51Degrees. All rights reserved.