Package org.elasticsearch.action
Interface IndicesRequest.Replaceable
- All Superinterfaces:
- IndicesRequest
- All Known Subinterfaces:
- AliasesRequest
- All Known Implementing Classes:
- AddIndexBlockRequest,- BroadcastRequest,- ClearIndicesCacheRequest,- CloneSnapshotRequest,- CloseIndexRequest,- ClusterHealthRequest,- ClusterInfoRequest,- ClusterSearchShardsRequest,- ClusterStateRequest,- CreateSnapshotRequest,- DeleteByQueryRequest,- DeleteIndexRequest,- FieldCapabilitiesRequest,- FlushRequest,- ForceMergeRequest,- GetAliasesRequest,- GetFieldMappingsRequest,- GetIndexRequest,- GetMappingsRequest,- GetSettingsRequest,- IndicesAliasesRequest.AliasActions,- IndicesExistsRequest,- IndicesSegmentsRequest,- IndicesShardStoresRequest,- IndicesStatsRequest,- OpenIndexRequest,- OpenPointInTimeRequest,- PutMappingRequest,- RecoveryRequest,- RefreshRequest,- ResolveIndexAction.Request,- SearchRequest,- SyncedFlushRequest,- TypesExistsRequest,- UpdateByQueryRequest,- UpdateSettingsRequest,- UpgradeRequest,- UpgradeStatusRequest,- ValidateQueryRequest
- Enclosing interface:
- IndicesRequest
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.action.IndicesRequestIndicesRequest.Replaceable
- 
Method SummaryModifier and TypeMethodDescriptionSets the indices that the action relates to.Methods inherited from interface org.elasticsearch.action.IndicesRequestallowsRemoteIndices, includeDataStreams, indices, indicesOptions
- 
Method Details- 
indicesSets the indices that the action relates to.
 
-