Class PinotBrokerRouting
- java.lang.Object
-
- org.apache.pinot.broker.api.resources.PinotBrokerRouting
-
@Path("/") public class PinotBrokerRouting extends Object
-
-
Constructor Summary
Constructors Constructor Description PinotBrokerRouting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildRouting(String tableNameWithType)StringrefreshRouting(String tableNameWithType, String segmentName)StringremoveRouting(String tableNameWithType)
-
-
-
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)
-
-