Package org.elasticsearch.action
Interface IndicesRequest.Replaceable
-
- All Superinterfaces:
IndicesRequest
- All Known Subinterfaces:
AliasesRequest
- All Known Implementing Classes:
BroadcastRequest,ClearIndicesCacheRequest,CloseIndexRequest,ClusterHealthRequest,ClusterInfoRequest,ClusterSearchShardsRequest,ClusterStateRequest,CreateSnapshotRequest,DeleteByQueryRequest,DeleteIndexRequest,FieldCapabilitiesRequest,FlushRequest,ForceMergeRequest,GetAliasesRequest,GetFieldMappingsRequest,GetIndexRequest,GetMappingsRequest,GetSettingsRequest,IndicesAliasesRequest.AliasActions,IndicesExistsRequest,IndicesSegmentsRequest,IndicesShardStoresRequest,IndicesStatsRequest,OpenIndexRequest,PutMappingRequest,RecoveryRequest,RefreshRequest,SearchRequest,SyncedFlushRequest,TypesExistsRequest,UpdateByQueryRequest,UpdateSettingsRequest,UpgradeRequest,UpgradeStatusRequest,ValidateQueryRequest
- Enclosing interface:
- IndicesRequest
public static interface IndicesRequest.Replaceable extends IndicesRequest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.action.IndicesRequest
IndicesRequest.Replaceable
-
-
Method Summary
Modifier and Type Method Description IndicesRequestindices(java.lang.String... indices)Sets the indices that the action relates to.-
Methods inherited from interface org.elasticsearch.action.IndicesRequest
indices, indicesOptions
-
-
-
-
Method Detail
-
indices
IndicesRequest indices(java.lang.String... indices)
Sets the indices that the action relates to.
-
-