Class QueryBox


  • public final class QueryBox
    extends java.lang.Object
    Each indexed cache in the cluster has a QueryBox instance. The QueryBox keeps the active lazy iterators (actually it keeps the DocumentExtractor of the searches) on the cluster, so it can return values for the queries in a "lazy" way. When a DistributedLazyIterator is created, every nodes creates a DocumentExtractor and register it in your own QueryBox. So, the LazyIterator can fetch the values in a lazy way. EVICTION: NOT IMPLEMENTED!
    Since:
    5.1
    Author:
    Israel Lacerra <israeldl@gmail.com>
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryBox()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryBox

        public QueryBox()