Class AmRestApi

java.lang.Object
javax.ws.rs.core.Application
org.glassfish.jersey.server.ResourceConfig
org.apache.drill.yarn.appMaster.http.PageTree
org.apache.drill.yarn.appMaster.http.AmRestApi
All Implemented Interfaces:
javax.ws.rs.core.Configurable<org.glassfish.jersey.server.ResourceConfig>, javax.ws.rs.core.Configuration, org.glassfish.jersey.ExtendedConfig, org.glassfish.jersey.server.ServerConfig

public class AmRestApi extends PageTree
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     
    protected static class 
     
    static class 
     
    static class 
     
    static class 
    Returns cluster status as a tree of JSON objects.
    static class 
    Stop the cluster.
  • Constructor Summary

    Constructors
    Constructor
    Description
    AmRestApi(Dispatcher dispatcher)
     
  • Method Summary

    Methods inherited from class org.apache.drill.yarn.appMaster.http.PageTree

    toMapModel, toModel, toModel

    Methods inherited from class org.glassfish.jersey.server.ResourceConfig

    addProperties, files, files, forApplication, forApplicationClass, forApplicationClass, getApplication, getApplicationName, getClasses, getClassLoader, getConfiguration, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getResources, getRuntimeType, getSingletons, isEnabled, isEnabled, isProperty, isRegistered, isRegistered, packages, packages, packages, property, register, register, register, register, register, register, register, register, registerClasses, registerClasses, registerFinder, registerInstances, registerInstances, registerResources, registerResources, setApplicationName, setClassLoader, setProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AmRestApi

      public AmRestApi(Dispatcher dispatcher)