|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.lucene.search.DeepPagingCache
public class DeepPagingCache
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 |
---|
public DeepPagingCache()
public DeepPagingCache(long maxEntriesForDeepPaging)
Method Detail |
---|
public void add(DeepPagingCache.DeepPageKey key, DeepPagingCache.DeepPageContainer deepPageContainer)
public DeepPagingCache.DeepPageContainer lookup(DeepPagingCache.DeepPageKey key, int skipTo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |