com.browseengine.bobo.facets.data
Class MultiValueFacetDataCache.AllocOnlyLoader
java.lang.Object
com.browseengine.bobo.util.BigNestedIntArray.Loader
com.browseengine.bobo.facets.data.MultiValueFacetDataCache.AllocOnlyLoader
- Enclosing class:
- MultiValueFacetDataCache<T>
public static final class MultiValueFacetDataCache.AllocOnlyLoader
- extends BigNestedIntArray.Loader
A loader that allocate data storage without loading data to BigNestedIntArray.
Note that this loader supports only non-negative integer data.
|
Method Summary |
void |
load()
loads data |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiValueFacetDataCache.AllocOnlyLoader
public MultiValueFacetDataCache.AllocOnlyLoader(int maxItems,
org.apache.lucene.index.Term sizeTerm,
org.apache.lucene.index.IndexReader reader)
throws IOException
- Throws:
IOException
load
public void load()
throws Exception
- Description copied from class:
BigNestedIntArray.Loader
- loads data
- Specified by:
load in class BigNestedIntArray.Loader
- Throws:
Exception
Copyright © 2011. All Rights Reserved.