Class TableTierResource


  • @Path("/")
    public class TableTierResource
    extends Object
    A server-side API to get the storage tiers of immutable segments of the given table from the server being requested.
    • Constructor Detail

      • TableTierResource

        public TableTierResource()
    • Method Detail

      • getTableTiers

        @GET
        @Produces("application/json")
        @Path("/tables/{tableNameWithType}/tiers")
        public String getTableTiers​(@PathParam("tableNameWithType")
                                    String tableNameWithType)
                             throws javax.ws.rs.WebApplicationException
        Throws:
        javax.ws.rs.WebApplicationException
      • getTableSegmentTiers

        @GET
        @Produces("application/json")
        @Path("/segments/{tableNameWithType}/{segmentName}/tiers")
        public String getTableSegmentTiers​(@PathParam("tableNameWithType")
                                           String tableNameWithType,
                                           @PathParam("segmentName") @Encoded
                                           String segmentName)
                                    throws javax.ws.rs.WebApplicationException
        Throws:
        javax.ws.rs.WebApplicationException