| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| Modifier and Type | Method and Description |
|---|---|
static DatasetBuilder.CacheType |
DatasetBuilder.CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetBuilder.CacheType[] |
DatasetBuilder.CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DatasetBuilder.CacheType,ICacheOptions> |
DatasetBuilder.CacheSet.getCacheConfiguration() |
Map<DatasetBuilder.CacheType,ICacheOptions> |
DatasetBuilder.CacheTemplate.getCacheConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
T |
DatasetBuilder.Cachable.configureCache(DatasetBuilder.CacheType cacheType,
ICacheOptions options)
Set the builder and size parameter for the specified cache type
|
ICache |
IndirectDataset.getCache(DatasetBuilder.CacheType cacheType)
Returns a cache to allow examination of its performance
|
T |
DatasetBuilder.Cachable.setCacheBuilder(DatasetBuilder.CacheType cacheType,
ICacheBuilder builder)
Set a cache builder to use for the specified type of cache
|
T |
DatasetBuilder.Cachable.setCacheSize(DatasetBuilder.CacheType cacheType,
int cacheSize)
Set a size to use for the specified type of cache
|
| Modifier and Type | Method and Description |
|---|---|
T |
DatasetBuilder.Cachable.configureCaches(Map<DatasetBuilder.CacheType,ICacheOptions> map)
Set builders and size parameters for multiple cache types
|
T |
DatasetBuilder.Cachable.setCacheBuilders(Map<DatasetBuilder.CacheType,ICacheBuilder> map)
Set cache builders for multiple cache types
|
void |
IndirectDataset.setCacheMap(Map<DatasetBuilder.CacheType,ICache> cacheMap)
Sets the caches to use in this dataset
|
T |
DatasetBuilder.Cachable.setCacheSizes(Map<DatasetBuilder.CacheType,Integer> map)
Set cache sizes for multiple cache types
|
Copyright © 2017 51Degrees. All rights reserved.