org.elasticsearch.client.transport.action.bulk
Class ClientTransportBulkAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.client.transport.action.support.BaseClientTransportAction<BulkRequest,BulkResponse>
          extended by org.elasticsearch.client.transport.action.bulk.ClientTransportBulkAction
All Implemented Interfaces:
ClientTransportAction<BulkRequest,BulkResponse>

public class ClientTransportBulkAction
extends BaseClientTransportAction<BulkRequest,BulkResponse>


Field Summary
 
Fields inherited from class org.elasticsearch.client.transport.action.support.BaseClientTransportAction
transportService
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
ClientTransportBulkAction(Settings settings, TransportService transportService)
           
 
Method Summary
protected  java.lang.String action()
           
protected  TransportRequestOptions options()
           
 
Methods inherited from class org.elasticsearch.client.transport.action.support.BaseClientTransportAction
execute, execute, newInstance
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientTransportBulkAction

@Inject
public ClientTransportBulkAction(Settings settings,
                                        TransportService transportService)
Method Detail

action

protected java.lang.String action()
Specified by:
action in class BaseClientTransportAction<BulkRequest,BulkResponse>

options

protected TransportRequestOptions options()
Overrides:
options in class BaseClientTransportAction<BulkRequest,BulkResponse>