Uses of Class
io.trino.hive.thrift.metastore.NotNullConstraintsRequest
-
Uses of NotNullConstraintsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return NotNullConstraintsRequestModifier and TypeMethodDescriptionNotNullConstraintsRequest.deepCopy()ThriftHiveMetastore.get_not_null_constraints_args.getRequest()NotNullConstraintsRequest.setCatName(String catName) NotNullConstraintsRequest.setTblName(String tbl_name) Methods in io.trino.hive.thrift.metastore with parameters of type NotNullConstraintsRequestModifier and TypeMethodDescriptionintNotNullConstraintsRequest.compareTo(NotNullConstraintsRequest other) booleanNotNullConstraintsRequest.equals(NotNullConstraintsRequest that) voidThriftHiveMetastore.AsyncClient.getNotNullConstraints(NotNullConstraintsRequest request, org.apache.thrift.async.AsyncMethodCallback<NotNullConstraintsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getNotNullConstraints(NotNullConstraintsRequest request, org.apache.thrift.async.AsyncMethodCallback<NotNullConstraintsResponse> resultHandler) ThriftHiveMetastore.Client.getNotNullConstraints(NotNullConstraintsRequest request) ThriftHiveMetastore.Iface.getNotNullConstraints(NotNullConstraintsRequest request) voidThriftHiveMetastore.Client.sendGetNotNullConstraints(NotNullConstraintsRequest request) ThriftHiveMetastore.get_not_null_constraints_args.setRequest(NotNullConstraintsRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type NotNullConstraintsRequestModifierConstructorDescriptionget_not_null_constraints_call(NotNullConstraintsRequest request, org.apache.thrift.async.AsyncMethodCallback<NotNullConstraintsResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.