java.lang.Object
org.elasticsearch.compute.data.BytesRefLookup
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<BytesRefBlock>,org.elasticsearch.core.Releasable,org.elasticsearch.core.ReleasableIterator<BytesRefBlock>
public final class BytesRefLookup
extends Object
implements org.elasticsearch.core.ReleasableIterator<BytesRefBlock>
Generic
Block.lookup(org.elasticsearch.compute.data.IntBlock, org.elasticsearch.common.unit.ByteSizeValue) implementation BytesRefBlocks.
This class is generated. Edit X-Lookup.java.st instead.-
Constructor Summary
ConstructorsConstructorDescriptionBytesRefLookup(BytesRefBlock 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
-
BytesRefLookup
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<BytesRefBlock>
-
next
- Specified by:
nextin interfaceIterator<BytesRefBlock>
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-