Class IndexShardStatsBase.AbstractBuilder<BuilderT extends IndexShardStatsBase.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.indices.stats.IndexStatsBase.AbstractBuilder<BuilderT>
org.opensearch.client.opensearch.indices.stats.IndexShardStatsBase.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
IndexShardStats.Builder,NodeIndexShardStats.Builder
- Enclosing class:
IndexShardStatsBase
public abstract static class IndexShardStatsBase.AbstractBuilder<BuilderT extends IndexShardStatsBase.AbstractBuilder<BuilderT>>
extends IndexStatsBase.AbstractBuilder<BuilderT>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTAPI name:commitfinal BuilderTcommit(ShardCommit value) API name:commitfinal BuilderTAPI name:retention_leasesfinal BuilderTAPI name:retention_leasesfinal BuilderTAPI name:routingfinal BuilderTrouting(ShardRouting value) API name:routingfinal BuilderTAPI name:seq_nofinal BuilderTseqNo(ShardSequenceNumber value) API name:seq_nofinal BuilderTAPI name:shard_pathfinal BuilderTAPI name:shard_pathMethods inherited from class org.opensearch.client.opensearch.indices.stats.IndexStatsBase.AbstractBuilder
completion, completion, docs, docs, fielddata, fielddata, flush, flush, get, get, indexing, indexing, merges, merges, queryCache, queryCache, recovery, recovery, refresh, refresh, requestCache, requestCache, search, search, segments, segments, self, store, store, translog, translog, warmer, warmerMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
commit
API name:commit -
commit
API name:commit -
retentionLeases
API name:retention_leases -
retentionLeases
@Nonnull public final BuilderT retentionLeases(Function<ShardRetentionLeases.Builder, ObjectBuilder<ShardRetentionLeases>> fn) API name:retention_leases -
routing
API name:routing -
routing
@Nonnull public final BuilderT routing(Function<ShardRouting.Builder, ObjectBuilder<ShardRouting>> fn) API name:routing -
seqNo
API name:seq_no -
seqNo
@Nonnull public final BuilderT seqNo(Function<ShardSequenceNumber.Builder, ObjectBuilder<ShardSequenceNumber>> fn) API name:seq_no -
shardPath
API name:shard_path -
shardPath
API name:shard_path
-