public class PutIndexedScriptResponse extends ActionResponse
TransportResponse.Emptyheaders| Constructor and Description |
|---|
PutIndexedScriptResponse() |
PutIndexedScriptResponse(String type,
String id,
long version,
boolean created) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The id of the document indexed.
|
String |
getIndex()
The index the document was indexed into.
|
String |
getScriptLang()
The type of the document indexed.
|
long |
getVersion()
Returns the current version of the doc indexed.
|
boolean |
isCreated()
Returns true if the document was created, false if updated.
|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic String getIndex()
public String getScriptLang()
public String getId()
public long getVersion()
public boolean isCreated()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class ActionResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class ActionResponseIOExceptionCopyright © 2009–2017. All rights reserved.