|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseCache.STORE | |
---|---|
org.apache.blur.store.blockcache_v2 |
Uses of BaseCache.STORE in org.apache.blur.store.blockcache_v2 |
---|
Methods in org.apache.blur.store.blockcache_v2 that return BaseCache.STORE | |
---|---|
static BaseCache.STORE |
BaseCache.STORE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BaseCache.STORE[] |
BaseCache.STORE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.blur.store.blockcache_v2 with parameters of type BaseCache.STORE | |
---|---|
BaseCache(long totalNumberOfBytes,
Size fileBufferSize,
Size cacheBlockSize,
FileNameFilter readFilter,
FileNameFilter writeFilter,
Quiet quiet,
BaseCache.STORE store)
|
|
CacheValueBufferPool(BaseCache.STORE store,
int capacity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |