Uses of Class
org.apache.hadoop.hbase.rest.model.TableSchemaModel

Packages that use TableSchemaModel
Package
Description
HBase REST
  • Uses of TableSchemaModel in org.apache.hadoop.hbase.rest

    Methods in org.apache.hadoop.hbase.rest with parameters of type TableSchemaModel
    Modifier and Type
    Method
    Description
    org.apache.hbase.thirdparty.javax.ws.rs.core.Response
    SchemaResource.post(TableSchemaModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo)
     
    org.apache.hbase.thirdparty.javax.ws.rs.core.Response
    SchemaResource.put(TableSchemaModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo)
     
    private org.apache.hbase.thirdparty.javax.ws.rs.core.Response
    SchemaResource.replace(TableName name, TableSchemaModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo, Admin admin)
     
    private org.apache.hbase.thirdparty.javax.ws.rs.core.Response
    SchemaResource.update(TableSchemaModel model, boolean replace, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo)
     
    private org.apache.hbase.thirdparty.javax.ws.rs.core.Response
    SchemaResource.update(TableName name, TableSchemaModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo, Admin admin)