Module org.elasticsearch.compute
Package org.elasticsearch.compute.data
Class DocVector.FixedBuilder
java.lang.Object
org.elasticsearch.compute.data.DocVector.FixedBuilder
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.core.Releasable
- Enclosing class:
DocVector
public static class DocVector.FixedBuilder
extends Object
implements org.elasticsearch.core.Releasable
-
Method Summary
Modifier and TypeMethodDescriptionappend(int shard, int segment, int doc) build(DocVector.Config config) voidclose()shardRefCounters(IndexedByShardId<? extends org.elasticsearch.core.RefCounted> shardRefCounters)
-
Method Details
-
append
-
shardRefCounters
public DocVector.FixedBuilder shardRefCounters(IndexedByShardId<? extends org.elasticsearch.core.RefCounted> shardRefCounters) -
build
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-