Uses of Class
io.trino.hive.thrift.metastore.SerDeInfo
-
Uses of SerDeInfo in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SerDeInfoModifier and TypeMethodDescriptionSerDeInfo.deepCopy()ThriftHiveMetastore.AsyncClient.get_serde_call.getResult()ThriftHiveMetastore.add_serde_args.getSerde()ThriftHiveMetastore.Client.getSerde(GetSerdeRequest rqst) ThriftHiveMetastore.Iface.getSerde(GetSerdeRequest rqst) SchemaVersion.getSerDe()StorageDescriptor.getSerdeInfo()ThriftHiveMetastore.get_serde_result.getSuccess()ThriftHiveMetastore.Client.recvGetSerde()SerDeInfo.setDescription(String description) SerDeInfo.setDeserializerClass(String deserializerClass) SerDeInfo.setParameters(Map<String, String> parameters) SerDeInfo.setSerdeType(SerdeType serdeType) SerDeInfo.setSerializationLib(String serializationLib) SerDeInfo.setSerializerClass(String serializerClass) Methods in io.trino.hive.thrift.metastore that return types with arguments of type SerDeInfoModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<SerDeInfo>ThriftHiveMetastore.AsyncProcessor.get_serde.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type SerDeInfoModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.addSerde(SerDeInfo serde, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.addSerde(SerDeInfo serde, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidvoidintbooleanvoidThriftHiveMetastore.Client.sendAddSerde(SerDeInfo serde) StorageDescriptor.setSerdeInfo(SerDeInfo serdeInfo) ThriftHiveMetastore.get_serde_result.setSuccess(SerDeInfo success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type SerDeInfoModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getSerde(GetSerdeRequest rqst, org.apache.thrift.async.AsyncMethodCallback<SerDeInfo> resultHandler) voidThriftHiveMetastore.AsyncIface.getSerde(GetSerdeRequest rqst, org.apache.thrift.async.AsyncMethodCallback<SerDeInfo> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_serde.start(I iface, ThriftHiveMetastore.get_serde_args args, org.apache.thrift.async.AsyncMethodCallback<SerDeInfo> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type SerDeInfoModifierConstructorDescriptionadd_serde_args(SerDeInfo serde) add_serde_call(SerDeInfo serde, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_serde_result(SerDeInfo success, NoSuchObjectException o1, MetaException o2) Performs a deep copy on other.StorageDescriptor(List<FieldSchema> cols, String location, String inputFormat, String outputFormat, boolean compressed, int numBuckets, SerDeInfo serdeInfo, List<String> bucketCols, List<Order> sortCols, Map<String, String> parameters) Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type SerDeInfoModifierConstructorDescriptionget_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)