Package | Description |
---|---|
org.apache.hadoop.hbase.thrift |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Method and Description |
---|---|
void |
ThriftServerRunner.HBaseHandler.createTable(ByteBuffer in_tableName,
List<ColumnDescriptor> columnFamilies) |
Modifier and Type | Field and Description |
---|---|
AlreadyExists |
Hbase.createTable_result.exist |
Modifier and Type | Method and Description |
---|---|
AlreadyExists |
AlreadyExists.deepCopy() |
AlreadyExists |
Hbase.createTable_result.getExist() |
AlreadyExists |
AlreadyExists.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
AlreadyExists.compareTo(AlreadyExists other) |
boolean |
AlreadyExists.equals(AlreadyExists that) |
Hbase.createTable_result |
Hbase.createTable_result.setExist(AlreadyExists exist) |
Modifier and Type | Method and Description |
---|---|
void |
Hbase.Iface.createTable(ByteBuffer tableName,
List<ColumnDescriptor> columnFamilies)
Create a table with the specified column families.
|
void |
Hbase.Client.createTable(ByteBuffer tableName,
List<ColumnDescriptor> columnFamilies) |
void |
Hbase.AsyncClient.createTable_call.getResult() |
void |
Hbase.Client.recv_createTable() |
Constructor and Description |
---|
AlreadyExists(AlreadyExists other)
Performs a deep copy on other.
|
Hbase.createTable_result(IOError io,
IllegalArgument ia,
AlreadyExists exist) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.