Class ServiceResource

java.lang.Object
io.airlift.discovery.server.ServiceResource

@Path("/v1/service") public class ServiceResource extends Object
  • Constructor Details

    • ServiceResource

      @Inject public ServiceResource(DynamicStore dynamicStore, StaticStore staticStore, io.airlift.node.NodeInfo node)
  • Method Details

    • getServices

      @GET @Path("{type}/{pool}") @Produces("application/json") public Services getServices(@PathParam("type") String type, @PathParam("pool") String pool)
    • getServices

      @GET @Path("{type}") @Produces("application/json") public Services getServices(@PathParam("type") String type)
    • getServices

      @GET @Produces("application/json") public Services getServices()