org.elasticsearch.action.bulk
Class BulkItemResponse.Failure

java.lang.Object
  extended by org.elasticsearch.action.bulk.BulkItemResponse.Failure
Enclosing class:
BulkItemResponse

public static class BulkItemResponse.Failure
extends Object

Represents a failure.


Constructor Summary
BulkItemResponse.Failure(String index, String type, String id, String message)
           
 
Method Summary
 String getId()
          The id of the action.
 String getIndex()
          The index name of the action.
 String getMessage()
          The failure message.
 String getType()
          The type of the action.
 String id()
          The id of the action.
 String index()
          The index name of the action.
 String message()
          The failure message.
 String type()
          The type of the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkItemResponse.Failure

public BulkItemResponse.Failure(String index,
                                String type,
                                String id,
                                String message)
Method Detail

index

public String index()
The index name of the action.


getIndex

public String getIndex()
The index name of the action.


type

public String type()
The type of the action.


getType

public String getType()
The type of the action.


id

public String id()
The id of the action.


getId

public String getId()
The id of the action.


message

public String message()
The failure message.


getMessage

public String getMessage()
The failure message.



Copyright © 2009-2012. All Rights Reserved.