public class SyncedFlushRequest extends BroadcastRequest<SyncedFlushRequest>
Best created with Requests.syncedFlushRequest(String...).
TransportRequest.EmptyIndicesRequest.Replaceableindicesheaders| Constructor and Description |
|---|
SyncedFlushRequest() |
SyncedFlushRequest(ActionRequest originalRequest)
Copy constructor that creates a new synced flush request that is a copy of the one provided as an argument.
|
SyncedFlushRequest(String... indices)
Constructs a new synced flush request against one or more indices.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
indices, indices, indicesOptions, indicesOptions, readFrom, validate, writeTocreateTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic SyncedFlushRequest()
public SyncedFlushRequest(ActionRequest originalRequest)
public SyncedFlushRequest(String... indices)
Copyright © 2009–2017. All rights reserved.