Module org.elasticsearch.compute
Class SingletonBytesRefBuilder
java.lang.Object
org.elasticsearch.compute.lucene.read.SingletonBytesRefBuilder
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.core.Releasable,BlockLoader.Builder,BlockLoader.SingletonBytesRefBuilder
public final class SingletonBytesRefBuilder
extends Object
implements BlockLoader.SingletonBytesRefBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendBytesRefs(byte[] bytes, long bytesRefLengths) appendBytesRefs(byte[] bytes, long[] offsets) build()voidclose()
-
Constructor Details
-
SingletonBytesRefBuilder
-
-
Method Details
-
appendBytesRefs
- Specified by:
appendBytesRefsin interfaceBlockLoader.SingletonBytesRefBuilder
-
appendBytesRefs
- Specified by:
appendBytesRefsin interfaceBlockLoader.SingletonBytesRefBuilder
-
build
- Specified by:
buildin interfaceBlockLoader.Builder
-
appendNull
- Specified by:
appendNullin interfaceBlockLoader.Builder
-
beginPositionEntry
- Specified by:
beginPositionEntryin interfaceBlockLoader.Builder
-
endPositionEntry
- Specified by:
endPositionEntryin interfaceBlockLoader.Builder
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-