org.elasticsearch.rest.action.admin.indices.status
Class RestIndicesStatusAction

java.lang.Object
  extended by org.elasticsearch.util.component.AbstractComponent
      extended by org.elasticsearch.rest.BaseRestHandler
          extended by org.elasticsearch.rest.action.admin.indices.status.RestIndicesStatusAction
All Implemented Interfaces:
RestHandler

public class RestIndicesStatusAction
extends BaseRestHandler


Field Summary
 
Fields inherited from class org.elasticsearch.rest.BaseRestHandler
client
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
RestIndicesStatusAction(Settings settings, Client client, RestController controller, SettingsFilter settingsFilter)
           
 
Method Summary
 void handleRequest(RestRequest request, RestChannel channel)
           
 
Methods inherited from class org.elasticsearch.util.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestIndicesStatusAction

@Inject
public RestIndicesStatusAction(Settings settings,
                                      Client client,
                                      RestController controller,
                                      SettingsFilter settingsFilter)
Method Detail

handleRequest

public void handleRequest(RestRequest request,
                          RestChannel channel)