com.browseengine.bobo.facets.data
Class MultiValueFacetDataCache.AllocOnlyLoader

java.lang.Object
  extended by com.browseengine.bobo.util.BigNestedIntArray.Loader
      extended by 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.


Field Summary
 
Fields inherited from class com.browseengine.bobo.util.BigNestedIntArray.Loader
reuseUsage
 
Constructor Summary
MultiValueFacetDataCache.AllocOnlyLoader(int maxItems, org.apache.lucene.index.Term sizeTerm, org.apache.lucene.index.IndexReader reader)
           
 
Method Summary
 void load()
          loads data
 
Methods inherited from class com.browseengine.bobo.util.BigNestedIntArray.Loader
add, allocate, copyPageTo, finish, initialize, reserve, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValueFacetDataCache.AllocOnlyLoader

public MultiValueFacetDataCache.AllocOnlyLoader(int maxItems,
                                                org.apache.lucene.index.Term sizeTerm,
                                                org.apache.lucene.index.IndexReader reader)
                                         throws IOException
Throws:
IOException
Method Detail

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.