org.elasticsearch.client.transport.action.admin.indices.gateway.snapshot
Class ClientTransportGatewaySnapshotAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.client.transport.action.support.BaseClientTransportAction<GatewaySnapshotRequest,GatewaySnapshotResponse>
          extended by org.elasticsearch.client.transport.action.admin.indices.gateway.snapshot.ClientTransportGatewaySnapshotAction
All Implemented Interfaces:
ClientTransportAction<GatewaySnapshotRequest,GatewaySnapshotResponse>

public class ClientTransportGatewaySnapshotAction
extends BaseClientTransportAction<GatewaySnapshotRequest,GatewaySnapshotResponse>


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
ClientTransportGatewaySnapshotAction(Settings settings, TransportService transportService)
           
 
Method Summary
protected  java.lang.String action()
           
 
Methods inherited from class org.elasticsearch.client.transport.action.support.BaseClientTransportAction
execute, execute, newInstance, options
 
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

ClientTransportGatewaySnapshotAction

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

action

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