| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities.stream | |
| fiftyone.mobile.detection.factories |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| Cache
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.
|
| ICacheList
Interface provides access to the cache statistics which can be used for
performance tuning purposes.
|
| Node
Represents a Entities.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.
|
| StreamBaseList
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
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
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.
|
| StreamFixedListRangeIterator
Class implements the logic of IEnumerable in C#.
|
| StreamVariableList
A readonly list of variable length entity types held on persistent storage
rather than in memory.
|
| TrieSource
Encapsulates either a byte array or a file containing the uncompressed data
structures used by the data set.
|
| Class and 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.
|
| 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.
|
Copyright © 2015 51Degrees. All rights reserved.