|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.action.delete.DeleteResponse
public class DeleteResponse
The response of the delete action.
DeleteRequest
,
Client.delete(DeleteRequest)
Constructor Summary | |
---|---|
DeleteResponse()
|
|
DeleteResponse(java.lang.String index,
java.lang.String type,
java.lang.String id,
long version,
boolean notFound)
|
Method Summary | |
---|---|
java.lang.String |
getId()
The id of the document deleted. |
java.lang.String |
getIndex()
The index the document was deleted from. |
java.lang.String |
getType()
The type of the document deleted. |
long |
getVersion()
The version of the delete operation. |
java.lang.String |
id()
The id of the document deleted. |
java.lang.String |
index()
The index the document was deleted from. |
boolean |
isNotFound()
Returns true if there was no doc found to delete. |
boolean |
notFound()
Returns true if there was no doc found to delete. |
void |
readFrom(StreamInput in)
|
java.lang.String |
type()
The type of the document deleted. |
long |
version()
The version of the delete operation. |
void |
writeTo(StreamOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteResponse()
public DeleteResponse(java.lang.String index, java.lang.String type, java.lang.String id, long version, boolean notFound)
Method Detail |
---|
public java.lang.String index()
public java.lang.String getIndex()
public java.lang.String type()
public java.lang.String getType()
public java.lang.String id()
public java.lang.String getId()
public long version()
public long getVersion()
public boolean notFound()
public boolean isNotFound()
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |