public class ClearIndicesCacheRequest extends BroadcastRequest<ClearIndicesCacheRequest>
TransportRequest.EmptyIndicesRequest.Replaceableindicesheaders| Constructor and Description |
|---|
ClearIndicesCacheRequest() |
ClearIndicesCacheRequest(String... indices) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fieldDataCache() |
ClearIndicesCacheRequest |
fieldDataCache(boolean fieldDataCache) |
String[] |
fields() |
ClearIndicesCacheRequest |
fields(String... fields) |
boolean |
queryCache() |
ClearIndicesCacheRequest |
queryCache(boolean queryCache) |
void |
readFrom(StreamInput in) |
boolean |
recycler() |
ClearIndicesCacheRequest |
recycler(boolean recycler) |
boolean |
requestCache() |
ClearIndicesCacheRequest |
requestCache(boolean requestCache) |
void |
writeTo(StreamOutput out) |
indices, indices, indicesOptions, indicesOptions, validatecreateTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic ClearIndicesCacheRequest()
public ClearIndicesCacheRequest(String... indices)
public boolean queryCache()
public ClearIndicesCacheRequest queryCache(boolean queryCache)
public boolean requestCache()
public ClearIndicesCacheRequest requestCache(boolean requestCache)
public boolean fieldDataCache()
public ClearIndicesCacheRequest fieldDataCache(boolean fieldDataCache)
public ClearIndicesCacheRequest fields(String... fields)
public String[] fields()
public ClearIndicesCacheRequest recycler(boolean recycler)
public boolean recycler()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BroadcastRequest<ClearIndicesCacheRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BroadcastRequest<ClearIndicesCacheRequest>IOExceptionCopyright © 2009–2017. All rights reserved.