java.lang.Object
org.apache.hadoop.yarn.server.globalpolicygenerator.webapp.GPGWebServices

@Singleton @Path("/ws/v1/gpg") public class GPGWebServices extends Object
  • Constructor Details

  • Method Details

    • get

      @GET @Produces({"application/json; charset=utf-8","application/xml; charset=utf-8"}) public GpgInfo get()
    • getGPGInfo

      @GET @Path("/info") @Produces({"application/json; charset=utf-8","application/xml; charset=utf-8"}) public GpgInfo getGPGInfo()