Class PinotBrokerRouting


  • @Path("/")
    public class PinotBrokerRouting
    extends Object
    • Constructor Detail

      • PinotBrokerRouting

        public PinotBrokerRouting()
    • Method Detail

      • buildRouting

        @PUT
        @Produces("text/plain")
        @Path("/routing/{tableName}")
        public String buildRouting​(@PathParam("tableName")
                                   String tableNameWithType)
      • refreshRouting

        @PUT
        @Produces("text/plain")
        @Path("/routing/refresh/{tableName}/{segmentName}")
        public String refreshRouting​(@PathParam("tableName")
                                     String tableNameWithType,
                                     @PathParam("segmentName")
                                     String segmentName)
      • removeRouting

        @DELETE
        @Produces("text/plain")
        @Path("/routing/{tableName}")
        public String removeRouting​(@PathParam("tableName")
                                    String tableNameWithType)