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