|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Uses of Type in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that return Type | |
---|---|
Type |
HiveMetaStore.HMSHandler.get_type(String name)
|
Type |
DummyRawStoreForJdoConnection.getType(String typeName)
|
Type |
RawStore.getType(String typeName)
|
Type |
ObjectStore.getType(String typeName)
|
Type |
HiveMetaStoreClient.getType(String name)
|
Methods in org.apache.hadoop.hive.metastore that return types with arguments of type Type | |
---|---|
Map<String,Type> |
HiveMetaStore.HMSHandler.get_type_all(String name)
|
Map<String,Type> |
HiveMetaStoreClient.getTypeAll(String name)
|
Methods in org.apache.hadoop.hive.metastore with parameters of type Type | |
---|---|
boolean |
HiveMetaStore.HMSHandler.create_type(Type type)
|
boolean |
DummyRawStoreForJdoConnection.createType(Type type)
|
boolean |
RawStore.createType(Type type)
|
boolean |
ObjectStore.createType(Type type)
|
boolean |
HiveMetaStoreClient.createType(Type type)
|
Uses of Type in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return Type | |
---|---|
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()
|
Methods in org.apache.hadoop.hive.metastore.api that return types with arguments of type Type | |
---|---|
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()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type Type | |
---|---|
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)
|
Method parameters in org.apache.hadoop.hive.metastore.api with type arguments of type Type | |
---|---|
void |
ThriftHiveMetastore.get_type_all_result.setSuccess(Map<String,Type> success)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Type | |
---|---|
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 parameters in org.apache.hadoop.hive.metastore.api with type arguments of type Type | |
---|---|
ThriftHiveMetastore.get_type_all_result(Map<String,Type> success,
MetaException o2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |