| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
Type |
HiveMetaStore.HMSHandler.get_type(String name) |
Type |
HiveMetaStoreClient.getType(String name) |
Type |
ObjectStore.getType(String typeName) |
Type |
RawStore.getType(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Type> |
HiveMetaStore.HMSHandler.get_type_all(String name) |
Map<String,Type> |
HiveMetaStoreClient.getTypeAll(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HiveMetaStore.HMSHandler.create_type(Type type) |
boolean |
HiveMetaStoreClient.createType(Type type) |
boolean |
ObjectStore.createType(Type type) |
boolean |
RawStore.createType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Type |
Type.deepCopy() |
Type |
ThriftHiveMetastore.Iface.get_type(String name) |
Type |
ThriftHiveMetastore.Client.get_type(String name) |
Type |
ThriftHiveMetastore.AsyncClient.get_type_call.getResult() |
Type |
ThriftHiveMetastore.get_type_result.getSuccess() |
Type |
ThriftHiveMetastore.create_type_args.getType() |
Type |
ThriftHiveMetastore.Client.recv_get_type() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Type> |
ThriftHiveMetastore.Iface.get_type_all(String name) |
Map<String,Type> |
ThriftHiveMetastore.Client.get_type_all(String name) |
Map<String,Type> |
ThriftHiveMetastore.AsyncClient.get_type_all_call.getResult() |
Map<String,Type> |
ThriftHiveMetastore.get_type_all_result.getSuccess() |
Map<String,Type> |
ThriftHiveMetastore.Client.recv_get_type_all() |
| Modifier and Type | Method and Description |
|---|---|
int |
Type.compareTo(Type other) |
boolean |
ThriftHiveMetastore.Iface.create_type(Type type) |
boolean |
ThriftHiveMetastore.Client.create_type(Type type) |
void |
ThriftHiveMetastore.AsyncIface.create_type(Type type,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_type_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_type(Type type,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_type_call> resultHandler) |
boolean |
Type.equals(Type that) |
void |
ThriftHiveMetastore.get_type_all_result.putToSuccess(String key,
Type val) |
void |
ThriftHiveMetastore.Client.send_create_type(Type type) |
void |
ThriftHiveMetastore.get_type_result.setSuccess(Type success) |
void |
ThriftHiveMetastore.create_type_args.setType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.get_type_all_result.setSuccess(Map<String,Type> success) |
| Constructor and Description |
|---|
ThriftHiveMetastore.AsyncClient.create_type_call(Type type,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_type_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.create_type_args(Type type) |
ThriftHiveMetastore.get_type_result(Type success,
MetaException o1,
NoSuchObjectException o2) |
Type(Type other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ThriftHiveMetastore.get_type_all_result(Map<String,Type> success,
MetaException o2) |
Copyright © 2016 Cloudera. All rights reserved.