Uses of Class
io.trino.hive.thrift.metastore.GetSerdeRequest
-
Uses of GetSerdeRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GetSerdeRequestModifier and TypeMethodDescriptionGetSerdeRequest.deepCopy()ThriftHiveMetastore.get_serde_args.getRqst()GetSerdeRequest.setSerdeName(String serdeName) Methods in io.trino.hive.thrift.metastore with parameters of type GetSerdeRequestModifier and TypeMethodDescriptionintGetSerdeRequest.compareTo(GetSerdeRequest other) booleanGetSerdeRequest.equals(GetSerdeRequest that) voidThriftHiveMetastore.AsyncClient.getSerde(GetSerdeRequest rqst, org.apache.thrift.async.AsyncMethodCallback<SerDeInfo> resultHandler) voidThriftHiveMetastore.AsyncIface.getSerde(GetSerdeRequest rqst, org.apache.thrift.async.AsyncMethodCallback<SerDeInfo> resultHandler) ThriftHiveMetastore.Client.getSerde(GetSerdeRequest rqst) ThriftHiveMetastore.Iface.getSerde(GetSerdeRequest rqst) voidThriftHiveMetastore.Client.sendGetSerde(GetSerdeRequest rqst) ThriftHiveMetastore.get_serde_args.setRqst(GetSerdeRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type GetSerdeRequestModifierConstructorDescriptionget_serde_call(GetSerdeRequest rqst, org.apache.thrift.async.AsyncMethodCallback<SerDeInfo> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetSerdeRequest(GetSerdeRequest other) Performs a deep copy on other.