Uses of Class
org.elasticsearch.action.support.ActiveShardCount
-
-
Uses of ActiveShardCount in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return ActiveShardCount Modifier and Type Method Description ActiveShardCountClusterHealthRequest. waitForActiveShards()Methods in org.elasticsearch.action.admin.cluster.health with parameters of type ActiveShardCount Modifier and Type Method Description ClusterHealthRequestBuilderClusterHealthRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that must be active before getting the health status.ClusterHealthRequestClusterHealthRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that must be active across all indices before getting the health status. -
Uses of ActiveShardCount in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return ActiveShardCount Modifier and Type Method Description ActiveShardCountCloseIndexClusterStateUpdateRequest. waitForActiveShards()ActiveShardCountCloseIndexRequest. waitForActiveShards()Methods in org.elasticsearch.action.admin.indices.close with parameters of type ActiveShardCount Modifier and Type Method Description CloseIndexRequestBuilderCloseIndexRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for indices closing to return.CloseIndexClusterStateUpdateRequestCloseIndexClusterStateUpdateRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)CloseIndexRequestCloseIndexRequest. waitForActiveShards(ActiveShardCount waitForActiveShards) -
Uses of ActiveShardCount in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return ActiveShardCount Modifier and Type Method Description ActiveShardCountCreateIndexClusterStateUpdateRequest. waitForActiveShards()ActiveShardCountCreateIndexRequest. waitForActiveShards()Methods in org.elasticsearch.action.admin.indices.create with parameters of type ActiveShardCount Modifier and Type Method Description CreateIndexRequestBuilderCreateIndexRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for index creation to return.CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)CreateIndexRequestCreateIndexRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for index creation to return. -
Uses of ActiveShardCount in org.elasticsearch.action.admin.indices.open
Methods in org.elasticsearch.action.admin.indices.open that return ActiveShardCount Modifier and Type Method Description ActiveShardCountOpenIndexClusterStateUpdateRequest. waitForActiveShards()ActiveShardCountOpenIndexRequest. waitForActiveShards()Methods in org.elasticsearch.action.admin.indices.open with parameters of type ActiveShardCount Modifier and Type Method Description OpenIndexRequestBuilderOpenIndexRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for indices opening to return.OpenIndexClusterStateUpdateRequestOpenIndexClusterStateUpdateRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)OpenIndexRequestOpenIndexRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for indices opening to return. -
Uses of ActiveShardCount in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover with parameters of type ActiveShardCount Modifier and Type Method Description RolloverRequestBuilderRolloverRequestBuilder. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for creation of the new rollover index to return. -
Uses of ActiveShardCount in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink with parameters of type ActiveShardCount Modifier and Type Method Description voidResizeRequest. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for creation of the new shrunken index to return.ResizeRequestBuilderResizeRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for creation of the new shrunken index to return. -
Uses of ActiveShardCount in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk that return ActiveShardCount Modifier and Type Method Description ActiveShardCountBulkRequest. waitForActiveShards()Methods in org.elasticsearch.action.bulk with parameters of type ActiveShardCount Modifier and Type Method Description BulkRequestBuilderBulkRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that must be active before proceeding with the write.BulkRequestBulkRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that must be active before proceeding with the write. -
Uses of ActiveShardCount in org.elasticsearch.action.support
Fields in org.elasticsearch.action.support declared as ActiveShardCount Modifier and Type Field Description static ActiveShardCountActiveShardCount. ALLstatic ActiveShardCountActiveShardCount. DEFAULTstatic ActiveShardCountActiveShardCount. NONEstatic ActiveShardCountActiveShardCount. ONEMethods in org.elasticsearch.action.support that return ActiveShardCount Modifier and Type Method Description static ActiveShardCountActiveShardCount. from(int value)Get an ActiveShardCount instance for the given value.static ActiveShardCountActiveShardCount. parseString(String str)Parses the active shard count from the given string.static ActiveShardCountActiveShardCount. readFrom(StreamInput in)Methods in org.elasticsearch.action.support with parameters of type ActiveShardCount Modifier and Type Method Description voidActiveShardsObserver. waitForActiveShards(String[] indexNames, ActiveShardCount activeShardCount, TimeValue timeout, Consumer<Boolean> onResult, Consumer<Exception> onFailure)Waits on the specified number of active shards to be started before executing the -
Uses of ActiveShardCount in org.elasticsearch.action.support.replication
Fields in org.elasticsearch.action.support.replication declared as ActiveShardCount Modifier and Type Field Description protected ActiveShardCountReplicationRequest. waitForActiveShardsThe number of shard copies that must be active before proceeding with the replication action.Methods in org.elasticsearch.action.support.replication that return ActiveShardCount Modifier and Type Method Description ActiveShardCountReplicationRequest. waitForActiveShards()Methods in org.elasticsearch.action.support.replication with parameters of type ActiveShardCount Modifier and Type Method Description RequestBuilderReplicationRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that must be active before proceeding with the write.RequestReplicationRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that must be active before proceeding with the replication operation. -
Uses of ActiveShardCount in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return ActiveShardCount Modifier and Type Method Description ActiveShardCountUpdateRequest. waitForActiveShards()Methods in org.elasticsearch.action.update with parameters of type ActiveShardCount Modifier and Type Method Description UpdateRequestBuilderUpdateRequestBuilder. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that must be active before proceeding with the write.UpdateRequestUpdateRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that must be active before proceeding with the write. -
Uses of ActiveShardCount in org.elasticsearch.client.ccr
Methods in org.elasticsearch.client.ccr that return ActiveShardCount Modifier and Type Method Description ActiveShardCountPutFollowRequest. waitForActiveShards()Constructors in org.elasticsearch.client.ccr with parameters of type ActiveShardCount Constructor Description PutFollowRequest(String remoteCluster, String leaderIndex, String followerIndex, ActiveShardCount waitForActiveShards) -
Uses of ActiveShardCount in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return ActiveShardCount Modifier and Type Method Description ActiveShardCountFreezeIndexRequest. getWaitForActiveShards()Returns the wait for active shard count or null if the default should be usedActiveShardCountUnfreezeIndexRequest. getWaitForActiveShards()Returns the wait for active shard cound or null if the default should be usedActiveShardCountCloseIndexRequest. waitForActiveShards()Returns the wait for active shard count or null if the default should be usedActiveShardCountCreateIndexRequest. waitForActiveShards()Methods in org.elasticsearch.client.indices with parameters of type ActiveShardCount Modifier and Type Method Description voidFreezeIndexRequest. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for indices opening to return.voidUnfreezeIndexRequest. setWaitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for indices opening to return.CloseIndexRequestCloseIndexRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for indices opening to return.CreateIndexRequestCreateIndexRequest. waitForActiveShards(ActiveShardCount waitForActiveShards)Sets the number of shard copies that should be active for index creation to return. -
Uses of ActiveShardCount in org.elasticsearch.cluster.metadata
Fields in org.elasticsearch.cluster.metadata with type parameters of type ActiveShardCount Modifier and Type Field Description static Setting<ActiveShardCount>IndexMetaData. SETTING_WAIT_FOR_ACTIVE_SHARDSThe number of active shard copies to check for before proceeding with a write operation.Methods in org.elasticsearch.cluster.metadata that return ActiveShardCount Modifier and Type Method Description ActiveShardCountIndexMetaData. getWaitForActiveShards()Returns the configuredIndexMetaData.SETTING_WAIT_FOR_ACTIVE_SHARDS, which defaults to an active shard count of 1 if not specified. -
Uses of ActiveShardCount in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return ActiveShardCount Modifier and Type Method Description ActiveShardCountAbstractBulkByScrollRequest. getWaitForActiveShards()The number of shard copies that must be active before proceeding with the write.Methods in org.elasticsearch.index.reindex with parameters of type ActiveShardCount Modifier and Type Method Description SelfAbstractBulkByScrollRequest. setWaitForActiveShards(ActiveShardCount activeShardCount)Sets the number of shard copies that must be active before proceeding with the write.
-