| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GetSchemaResponse |
AbstractThriftHiveMetastore.get_schema_req(GetSchemaRequest req) |
GetSchemaResponse |
HiveMetaStoreClient.getSchemaRequest(GetSchemaRequest req) |
GetSchemaResponse |
IMetaStoreClient.getSchemaRequest(GetSchemaRequest req)
Get schema for a table, including the partition columns.
|
| Modifier and Type | Method and Description |
|---|---|
GetSchemaResponse |
GetSchemaResponse.deepCopy() |
GetSchemaResponse |
ThriftHiveMetastore.Iface.get_schema_req(GetSchemaRequest req) |
GetSchemaResponse |
ThriftHiveMetastore.Client.get_schema_req(GetSchemaRequest req) |
GetSchemaResponse |
ThriftHiveMetastore.AsyncClient.get_schema_req_call.getResult() |
GetSchemaResponse |
ThriftHiveMetastore.get_schema_req_result.getSuccess() |
GetSchemaResponse |
ThriftHiveMetastore.Client.recv_get_schema_req() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<GetSchemaResponse> |
ThriftHiveMetastore.AsyncProcessor.get_schema_req.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetSchemaResponse.compareTo(GetSchemaResponse other) |
boolean |
GetSchemaResponse.equals(GetSchemaResponse that) |
void |
ThriftHiveMetastore.get_schema_req_result.setSuccess(GetSchemaResponse success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_schema_req(GetSchemaRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetSchemaResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_schema_req(GetSchemaRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetSchemaResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_schema_req.start(I iface,
ThriftHiveMetastore.get_schema_req_args args,
org.apache.thrift.async.AsyncMethodCallback<GetSchemaResponse> resultHandler) |
| Constructor and Description |
|---|
get_schema_req_result(GetSchemaResponse success,
MetaException o1,
UnknownTableException o2,
UnknownDBException o3) |
GetSchemaResponse(GetSchemaResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_schema_req_call(GetSchemaRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetSchemaResponse> 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.