java.lang.Object
org.elasticsearch.compute.data.LongLookup
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<LongBlock>,org.elasticsearch.core.Releasable,org.elasticsearch.core.ReleasableIterator<LongBlock>
public final class LongLookup
extends Object
implements org.elasticsearch.core.ReleasableIterator<LongBlock>
Generic
Block.lookup(org.elasticsearch.compute.data.IntBlock, org.elasticsearch.common.unit.ByteSizeValue) implementation LongBlocks.
This class is generated. Edit X-Lookup.java.st instead.-
Constructor Summary
ConstructorsConstructorDescriptionLongLookup(LongBlock values, IntBlock positions, ByteSizeValue targetBlockSize) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
LongLookup
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-