| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
Function |
AbstractThriftHiveMetastore.get_function(String dbName,
String funcName) |
Function |
HiveMetaStoreClient.getFunction(String dbName,
String funcName) |
Function |
IMetaStoreClient.getFunction(String dbName,
String funcName)
Get a function.
|
Function |
HiveMetaStoreClient.getFunction(String catName,
String dbName,
String funcName) |
Function |
IMetaStoreClient.getFunction(String catName,
String dbName,
String funcName)
Get a function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractThriftHiveMetastore.alter_function(String dbName,
String funcName,
Function newFunc) |
void |
HiveMetaStoreClient.alterFunction(String dbName,
String funcName,
Function newFunction) |
void |
IMetaStoreClient.alterFunction(String dbName,
String funcName,
Function newFunction)
Alter a function.
|
void |
HiveMetaStoreClient.alterFunction(String catName,
String dbName,
String funcName,
Function newFunction) |
void |
IMetaStoreClient.alterFunction(String catName,
String dbName,
String funcName,
Function newFunction)
Alter a function.
|
void |
AbstractThriftHiveMetastore.create_function(Function func) |
void |
HiveMetaStoreClient.createFunction(Function func) |
void |
IMetaStoreClient.createFunction(Function func)
Create a new function.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
Function.deepCopy() |
Function |
ThriftHiveMetastore.Iface.get_function(String dbName,
String funcName) |
Function |
ThriftHiveMetastore.Client.get_function(String dbName,
String funcName) |
Function |
ThriftHiveMetastore.create_function_args.getFunc() |
Function |
ThriftHiveMetastore.alter_function_args.getNewFunc() |
Function |
ThriftHiveMetastore.AsyncClient.get_function_call.getResult() |
Function |
ThriftHiveMetastore.get_function_result.getSuccess() |
Function |
ThriftHiveMetastore.Client.recv_get_function() |
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
GetAllFunctionsResponse.getFunctions() |
Iterator<Function> |
GetAllFunctionsResponse.getFunctionsIterator() |
org.apache.thrift.async.AsyncMethodCallback<Function> |
ThriftHiveMetastore.AsyncProcessor.get_function.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetAllFunctionsResponse.addToFunctions(Function elem) |
void |
ThriftHiveMetastore.Iface.alter_function(String dbName,
String funcName,
Function newFunc) |
void |
ThriftHiveMetastore.Client.alter_function(String dbName,
String funcName,
Function newFunc) |
void |
ThriftHiveMetastore.AsyncIface.alter_function(String dbName,
String funcName,
Function newFunc,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.alter_function(String dbName,
String funcName,
Function newFunc,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
int |
Function.compareTo(Function other) |
void |
ThriftHiveMetastore.Iface.create_function(Function func) |
void |
ThriftHiveMetastore.Client.create_function(Function func) |
void |
ThriftHiveMetastore.AsyncIface.create_function(Function func,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_function(Function func,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
boolean |
Function.equals(Function that) |
void |
ThriftHiveMetastore.Client.send_alter_function(String dbName,
String funcName,
Function newFunc) |
void |
ThriftHiveMetastore.Client.send_create_function(Function func) |
void |
ThriftHiveMetastore.create_function_args.setFunc(Function func) |
void |
ThriftHiveMetastore.alter_function_args.setNewFunc(Function newFunc) |
void |
ThriftHiveMetastore.get_function_result.setSuccess(Function success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_function(String dbName,
String funcName,
org.apache.thrift.async.AsyncMethodCallback<Function> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_function(String dbName,
String funcName,
org.apache.thrift.async.AsyncMethodCallback<Function> resultHandler) |
void |
GetAllFunctionsResponse.setFunctions(List<Function> functions) |
void |
ThriftHiveMetastore.AsyncProcessor.get_function.start(I iface,
ThriftHiveMetastore.get_function_args args,
org.apache.thrift.async.AsyncMethodCallback<Function> resultHandler) |
| Constructor and Description |
|---|
alter_function_args(String dbName,
String funcName,
Function newFunc) |
alter_function_call(String dbName,
String funcName,
Function newFunc,
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) |
create_function_args(Function func) |
create_function_call(Function func,
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) |
Function(Function other)
Performs a deep copy on other.
|
get_function_result(Function success,
MetaException o1,
NoSuchObjectException o2) |
| Constructor and Description |
|---|
get_function_call(String dbName,
String funcName,
org.apache.thrift.async.AsyncMethodCallback<Function> 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.