Class OTreeInternal.AccumulativeListener<K,V>
java.lang.Object
com.orientechnologies.orient.core.storage.index.sbtree.OTreeInternal.AccumulativeListener<K,V>
- All Implemented Interfaces:
OTreeInternal.RangeResultListener<K,V>
- Enclosing interface:
OTreeInternal<K,V>
public static class OTreeInternal.AccumulativeListener<K,V>
extends Object
implements OTreeInternal.RangeResultListener<K,V>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AccumulativeListener
public AccumulativeListener(int limit)
-
-
Method Details
-
addResult
Description copied from interface:OTreeInternal.RangeResultListenerCallback method for result entries.- Specified by:
addResultin interfaceOTreeInternal.RangeResultListener<K,V> - Parameters:
entry- result entry- Returns:
- true if continue to iterate through entries, false if no more result needed.
-
getResult
-