@InterfaceAudience.Public @InterfaceStability.Stable public static class ThriftHiveMetastore.AsyncClient.create_table_with_constraints_call extends org.apache.thrift.async.TAsyncMethodCall<Void>
| Constructor and Description |
|---|
create_table_with_constraints_call(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints,
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) |
| Modifier and Type | Method and Description |
|---|---|
Void |
getResult() |
void |
write_args(org.apache.thrift.protocol.TProtocol prot) |
public create_table_with_constraints_call(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints, 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) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void write_args(org.apache.thrift.protocol.TProtocol prot)
throws org.apache.thrift.TException
write_args in class org.apache.thrift.async.TAsyncMethodCall<Void>org.apache.thrift.TExceptionpublic Void getResult() throws AlreadyExistsException, InvalidObjectException, MetaException, NoSuchObjectException, org.apache.thrift.TException
getResult in class org.apache.thrift.async.TAsyncMethodCall<Void>AlreadyExistsExceptionInvalidObjectExceptionMetaExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.