Uses of Class
io.trino.hive.thrift.metastore.Type
-
Uses of Type in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return TypeModifier and TypeMethodDescriptionType.deepCopy()ThriftHiveMetastore.AsyncClient.get_type_call.getResult()ThriftHiveMetastore.get_type_result.getSuccess()ThriftHiveMetastore.create_type_args.getType()ThriftHiveMetastore.Client.recvGetType()Type.setFields(List<FieldSchema> fields) Methods in io.trino.hive.thrift.metastore that return types with arguments of type TypeModifier and TypeMethodDescriptionThriftHiveMetastore.AsyncClient.get_type_all_call.getResult()ThriftHiveMetastore.AsyncProcessor.get_type_all.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Type>ThriftHiveMetastore.AsyncProcessor.get_type.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.get_type_all_result.getSuccess()ThriftHiveMetastore.Client.getTypeAll(String name) ThriftHiveMetastore.Iface.getTypeAll(String name) ThriftHiveMetastore.Client.recvGetTypeAll()Methods in io.trino.hive.thrift.metastore with parameters of type TypeModifier and TypeMethodDescriptionintvoidThriftHiveMetastore.AsyncClient.createType(Type type, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) voidThriftHiveMetastore.AsyncIface.createType(Type type, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) booleanThriftHiveMetastore.Client.createType(Type type) booleanThriftHiveMetastore.Iface.createType(Type type) booleanvoidThriftHiveMetastore.get_type_all_result.putToSuccess(String key, Type val) voidThriftHiveMetastore.Client.sendCreateType(Type type) ThriftHiveMetastore.get_type_result.setSuccess(Type success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type TypeModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getType(String name, org.apache.thrift.async.AsyncMethodCallback<Type> resultHandler) voidThriftHiveMetastore.AsyncIface.getType(String name, org.apache.thrift.async.AsyncMethodCallback<Type> resultHandler) voidThriftHiveMetastore.AsyncClient.getTypeAll(String name, org.apache.thrift.async.AsyncMethodCallback<Map<String, Type>> resultHandler) voidThriftHiveMetastore.AsyncIface.getTypeAll(String name, org.apache.thrift.async.AsyncMethodCallback<Map<String, Type>> resultHandler) ThriftHiveMetastore.get_type_all_result.setSuccess(Map<String, Type> success) voidThriftHiveMetastore.AsyncProcessor.get_type_all.start(I iface, ThriftHiveMetastore.get_type_all_args args, org.apache.thrift.async.AsyncMethodCallback<Map<String, Type>> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_type.start(I iface, ThriftHiveMetastore.get_type_args args, org.apache.thrift.async.AsyncMethodCallback<Type> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type TypeModifierConstructorDescriptioncreate_type_args(Type type) create_type_call(Type type, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_type_result(Type success, MetaException o1, NoSuchObjectException o2) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type TypeModifierConstructorDescriptionget_type_all_call(String name, org.apache.thrift.async.AsyncMethodCallback<Map<String, Type>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_type_all_result(Map<String, Type> success, MetaException o2) get_type_call(String name, org.apache.thrift.async.AsyncMethodCallback<Type> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)