| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ISchema |
ISchema.deepCopy() |
ISchema |
ThriftHiveMetastore.Iface.get_ischema(ISchemaName name) |
ISchema |
ThriftHiveMetastore.Client.get_ischema(ISchemaName name) |
ISchema |
AlterISchemaRequest.getNewSchema() |
ISchema |
ThriftHiveMetastore.AsyncClient.get_ischema_call.getResult() |
ISchema |
ThriftHiveMetastore.create_ischema_args.getSchema() |
ISchema |
ThriftHiveMetastore.get_ischema_result.getSuccess() |
ISchema |
ThriftHiveMetastore.Client.recv_get_ischema() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<ISchema> |
ThriftHiveMetastore.AsyncProcessor.get_ischema.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
ISchema.compareTo(ISchema other) |
void |
ThriftHiveMetastore.Iface.create_ischema(ISchema schema) |
void |
ThriftHiveMetastore.Client.create_ischema(ISchema schema) |
void |
ThriftHiveMetastore.AsyncIface.create_ischema(ISchema schema,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_ischema(ISchema schema,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
ISchema.equals(ISchema that) |
void |
ThriftHiveMetastore.Client.send_create_ischema(ISchema schema) |
void |
AlterISchemaRequest.setNewSchema(ISchema newSchema) |
void |
ThriftHiveMetastore.create_ischema_args.setSchema(ISchema schema) |
void |
ThriftHiveMetastore.get_ischema_result.setSuccess(ISchema success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncProcessor.get_ischema.start(I iface,
ThriftHiveMetastore.get_ischema_args args,
org.apache.thrift.async.AsyncMethodCallback<ISchema> resultHandler) |
| Constructor and Description |
|---|
AlterISchemaRequest(ISchemaName name,
ISchema newSchema) |
create_ischema_args(ISchema schema) |
create_ischema_call(ISchema schema,
org.apache.thrift.async.AsyncMethodCallback 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) |
ISchema(ISchema other)
Performs a deep copy on other.
|
Copyright © 2013-2021. All Rights Reserved.