Package | Description |
---|---|
org.apache.hadoop.hbase.rest |
HBase REST
|
Modifier and Type | Method and 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(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) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.