org.apache.blur.lucene.search
Class DeepPagingCache

java.lang.Object
  extended by org.apache.blur.lucene.search.DeepPagingCache

public class DeepPagingCache
extends Object


Nested Class Summary
static class DeepPagingCache.DeepPageContainer
           
static class DeepPagingCache.DeepPageKey
           
 
Constructor Summary
DeepPagingCache()
           
DeepPagingCache(long maxEntriesForDeepPaging)
           
 
Method Summary
 void add(DeepPagingCache.DeepPageKey key, DeepPagingCache.DeepPageContainer deepPageContainer)
           
 DeepPagingCache.DeepPageContainer lookup(DeepPagingCache.DeepPageKey key, int skipTo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeepPagingCache

public DeepPagingCache()

DeepPagingCache

public DeepPagingCache(long maxEntriesForDeepPaging)
Method Detail

add

public void add(DeepPagingCache.DeepPageKey key,
                DeepPagingCache.DeepPageContainer deepPageContainer)

lookup

public DeepPagingCache.DeepPageContainer lookup(DeepPagingCache.DeepPageKey key,
                                                int skipTo)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.