Uses of Class
org.elasticsearch.action.admin.indices.shrink.ResizeRequestBuilder
-
Packages that use ResizeRequestBuilder Package Description org.elasticsearch.action.admin.indices.shrink org.elasticsearch.client -
-
Uses of ResizeRequestBuilder in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink that return ResizeRequestBuilder Modifier and Type Method Description ResizeRequestBuilderResizeRequestBuilder. setResizeType(ResizeType type)ResizeRequestBuilderResizeRequestBuilder. setSettings(Settings settings)ResizeRequestBuilderResizeRequestBuilder. setSourceIndex(String index)ResizeRequestBuilderResizeRequestBuilder. setTargetIndex(CreateIndexRequest request)ResizeRequestBuilderResizeRequestBuilder. setWaitForActiveShards(int waitForActiveShards)A shortcut forsetWaitForActiveShards(ActiveShardCount)where the numerical shard count is passed in, instead of having to first callActiveShardCount.from(int)to get the ActiveShardCount.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 ResizeRequestBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return ResizeRequestBuilder Modifier and Type Method Description ResizeRequestBuilderIndicesAdminClient. prepareResizeIndex(String sourceIndex, String targetIndex)Resize an index using an explicit request allowing to specify the settings, mappings and aliases of the target index of the index.
-