Class PinotServerAppConfigs


  • @Path("/")
    public class PinotServerAppConfigs
    extends Object
    Resource to get the application configs PinotAppConfigs for Pinot Server.
    • Constructor Detail

      • PinotServerAppConfigs

        public PinotServerAppConfigs()
    • Method Detail

      • getAppConfigs

        @GET
        @Path("/appconfigs")
        @Produces("application/json")
        public String getAppConfigs()