| Interface | Description |
|---|---|
| ICacheList |
Interface provides access to the cache statistics which can be used for
performance tuning purposes.
|
| Class | Description |
|---|---|
| Cache<T extends BaseEntity> |
Provides an additional method to reduce the number of parameters passed when
adding an item to the cache.
|
| 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.
|
| FixedCacheList<T extends BaseEntity> |
A readonly list of fixed length entity types held on persistent storage
rather than in memory.
|
| 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.
|
| StreamBaseList<T extends BaseEntity> |
Lists can be stored as a set of related objects entirely within memory, or
the relevant objects loaded as required from a file or other permanent store
as required.
|
| StreamCacheList<T extends BaseEntity> |
Lists can be stored as a set of related objects entirely within memory, or
the relevant objects loaded as required from a file or other permanent store
as required.
|
| StreamFixedList<T extends BaseEntity> |
Lists can be stored as a set of related objects entirely within memory, or
the relevant objects loaded as required from a file or other permanent store
as required.
|
| StreamFixedListIterator<T extends BaseEntity> |
A general class that iterates over entities in StreamVariableLists.
|
| StreamFixedListRangeIterator<T> |
Class implements the logic of IEnumerable in C#.
|
| StreamVariableList<T extends BaseEntity> |
A readonly list of variable length entity types held on persistent storage
rather than in memory.
|
| StreamVariableListIterator<T extends BaseEntity> |
A general class that iterates over entities in StreamVariableLists.
|
| 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 © 2015 51Degrees. All rights reserved.