Uses of Class
io.trino.hive.thrift.metastore.SchemaVersionDescriptor
-
Uses of SchemaVersionDescriptor in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SchemaVersionDescriptorModifier and TypeMethodDescriptionSchemaVersionDescriptor.deepCopy()MapSchemaVersionToSerdeRequest.getSchemaVersion()SetSchemaVersionStateRequest.getSchemaVersion()ThriftHiveMetastore.drop_schema_version_args.getSchemaVersion()ThriftHiveMetastore.get_schema_version_args.getSchemaVersion()SchemaVersionDescriptor.setSchema(ISchemaName schema) SchemaVersionDescriptor.setVersion(int version) Methods in io.trino.hive.thrift.metastore that return types with arguments of type SchemaVersionDescriptorModifier and TypeMethodDescriptionFindSchemasByColsResp.getSchemaVersions()FindSchemasByColsResp.getSchemaVersionsIterator()Methods in io.trino.hive.thrift.metastore with parameters of type SchemaVersionDescriptorModifier and TypeMethodDescriptionvoidFindSchemasByColsResp.addToSchemaVersions(SchemaVersionDescriptor elem) intSchemaVersionDescriptor.compareTo(SchemaVersionDescriptor other) voidThriftHiveMetastore.AsyncClient.dropSchemaVersion(SchemaVersionDescriptor schemaVersion, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.dropSchemaVersion(SchemaVersionDescriptor schemaVersion, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.dropSchemaVersion(SchemaVersionDescriptor schemaVersion) voidThriftHiveMetastore.Iface.dropSchemaVersion(SchemaVersionDescriptor schemaVersion) booleanSchemaVersionDescriptor.equals(SchemaVersionDescriptor that) voidThriftHiveMetastore.AsyncClient.getSchemaVersion(SchemaVersionDescriptor schemaVersion, org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) voidThriftHiveMetastore.AsyncIface.getSchemaVersion(SchemaVersionDescriptor schemaVersion, org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler) ThriftHiveMetastore.Client.getSchemaVersion(SchemaVersionDescriptor schemaVersion) ThriftHiveMetastore.Iface.getSchemaVersion(SchemaVersionDescriptor schemaVersion) voidThriftHiveMetastore.Client.sendDropSchemaVersion(SchemaVersionDescriptor schemaVersion) voidThriftHiveMetastore.Client.sendGetSchemaVersion(SchemaVersionDescriptor schemaVersion) MapSchemaVersionToSerdeRequest.setSchemaVersion(SchemaVersionDescriptor schemaVersion) SetSchemaVersionStateRequest.setSchemaVersion(SchemaVersionDescriptor schemaVersion) ThriftHiveMetastore.drop_schema_version_args.setSchemaVersion(SchemaVersionDescriptor schemaVersion) ThriftHiveMetastore.get_schema_version_args.setSchemaVersion(SchemaVersionDescriptor schemaVersion) Method parameters in io.trino.hive.thrift.metastore with type arguments of type SchemaVersionDescriptorModifier and TypeMethodDescriptionFindSchemasByColsResp.setSchemaVersions(List<SchemaVersionDescriptor> schemaVersions) Constructors in io.trino.hive.thrift.metastore with parameters of type SchemaVersionDescriptorModifierConstructorDescriptiondrop_schema_version_args(SchemaVersionDescriptor schemaVersion) drop_schema_version_call(SchemaVersionDescriptor schemaVersion, 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_schema_version_args(SchemaVersionDescriptor schemaVersion) get_schema_version_call(SchemaVersionDescriptor schemaVersion, org.apache.thrift.async.AsyncMethodCallback<SchemaVersion> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) MapSchemaVersionToSerdeRequest(SchemaVersionDescriptor schemaVersion, String serdeName) Performs a deep copy on other.SetSchemaVersionStateRequest(SchemaVersionDescriptor schemaVersion, SchemaVersionState state) Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type SchemaVersionDescriptorModifierConstructorDescriptionFindSchemasByColsResp(List<SchemaVersionDescriptor> schemaVersions)