| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ISchema |
AbstractThriftHiveMetastore.get_ischema(ISchemaName name) |
ISchema |
HiveMetaStoreClient.getISchema(String catName,
String dbName,
String name) |
ISchema |
IMetaStoreClient.getISchema(String catName,
String dbName,
String name)
Fetch a schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.alterISchema(String catName,
String dbName,
String schemaName,
ISchema newSchema) |
void |
IMetaStoreClient.alterISchema(String catName,
String dbName,
String schemaName,
ISchema newSchema)
Alter an existing schema.
|
void |
AbstractThriftHiveMetastore.create_ischema(ISchema schema) |
void |
HiveMetaStoreClient.createISchema(ISchema schema) |
void |
IMetaStoreClient.createISchema(ISchema schema)
Create a new schema.
|
| 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<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_ischema(ISchema schema,
org.apache.thrift.async.AsyncMethodCallback<Void> 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.AsyncIface.get_ischema(ISchemaName name,
org.apache.thrift.async.AsyncMethodCallback<ISchema> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_ischema(ISchemaName name,
org.apache.thrift.async.AsyncMethodCallback<ISchema> resultHandler) |
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<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) |
ISchema(ISchema other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.