|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlreadyExists | |
---|---|
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
org.apache.hadoop.hbase.thrift.generated |
Uses of AlreadyExists in org.apache.hadoop.hbase.thrift |
---|
Methods in org.apache.hadoop.hbase.thrift that throw AlreadyExists | |
---|---|
void |
ThriftServer.HBaseHandler.createTable(byte[] tableName,
List<ColumnDescriptor> columnFamilies)
|
Uses of AlreadyExists in org.apache.hadoop.hbase.thrift.generated |
---|
Fields in org.apache.hadoop.hbase.thrift.generated declared as AlreadyExists | |
---|---|
AlreadyExists |
Hbase.createTable_result.exist
|
Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type AlreadyExists | |
---|---|
boolean |
AlreadyExists.equals(AlreadyExists that)
|
Methods in org.apache.hadoop.hbase.thrift.generated that throw AlreadyExists | |
---|---|
void |
Hbase.Iface.createTable(byte[] tableName,
List<ColumnDescriptor> columnFamilies)
Create a table with the specified column families. |
void |
Hbase.Client.createTable(byte[] tableName,
List<ColumnDescriptor> columnFamilies)
|
void |
Hbase.Client.recv_createTable()
|
Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type AlreadyExists | |
---|---|
Hbase.createTable_result(IOError io,
IllegalArgument ia,
AlreadyExists exist)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |