Uses of Class
io.trino.hive.thrift.metastore.ISchema
-
Uses of ISchema in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ISchemaModifier and TypeMethodDescriptionISchema.deepCopy()ThriftHiveMetastore.Client.getIschema(ISchemaName name) ThriftHiveMetastore.Iface.getIschema(ISchemaName name) AlterISchemaRequest.getNewSchema()ThriftHiveMetastore.AsyncClient.get_ischema_call.getResult()ThriftHiveMetastore.create_ischema_args.getSchema()ThriftHiveMetastore.get_ischema_result.getSuccess()ThriftHiveMetastore.Client.recvGetIschema()ISchema.setCanEvolve(boolean canEvolve) ISchema.setCatName(String catName) ISchema.setCompatibility(SchemaCompatibility compatibility) ISchema.setDescription(String description) ISchema.setSchemaGroup(String schemaGroup) ISchema.setSchemaType(SchemaType schemaType) ISchema.setValidationLevel(SchemaValidation validationLevel) Methods in io.trino.hive.thrift.metastore that return types with arguments of type ISchemaModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<ISchema>ThriftHiveMetastore.AsyncProcessor.get_ischema.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type ISchemaModifier and TypeMethodDescriptionintvoidThriftHiveMetastore.AsyncClient.createIschema(ISchema schema, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.createIschema(ISchema schema, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.createIschema(ISchema schema) voidThriftHiveMetastore.Iface.createIschema(ISchema schema) booleanvoidThriftHiveMetastore.Client.sendCreateIschema(ISchema schema) AlterISchemaRequest.setNewSchema(ISchema newSchema) ThriftHiveMetastore.get_ischema_result.setSuccess(ISchema success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type ISchemaModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getIschema(ISchemaName name, org.apache.thrift.async.AsyncMethodCallback<ISchema> resultHandler) voidThriftHiveMetastore.AsyncIface.getIschema(ISchemaName name, org.apache.thrift.async.AsyncMethodCallback<ISchema> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_ischema.start(I iface, ThriftHiveMetastore.get_ischema_args args, org.apache.thrift.async.AsyncMethodCallback<ISchema> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ISchemaModifierConstructorDescriptionAlterISchemaRequest(ISchemaName name, ISchema newSchema) create_ischema_args(ISchema schema) create_ischema_call(ISchema schema, 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_ischema_result(ISchema success, NoSuchObjectException o1, MetaException o2) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type ISchemaModifierConstructorDescriptionget_ischema_call(ISchemaName name, org.apache.thrift.async.AsyncMethodCallback<ISchema> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)