| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
Function |
HiveMetaStore.HMSHandler.get_function(String dbName,
String funcName) |
Function |
HiveMetaStoreClient.getFunction(String dbName,
String funcName) |
Function |
ObjectStore.getFunction(String dbName,
String funcName) |
Function |
IMetaStoreClient.getFunction(String dbName,
String funcName) |
Function |
RawStore.getFunction(String dbName,
String funcName)
Retrieve function by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
ObjectStore.getAllFunctions() |
List<Function> |
RawStore.getAllFunctions()
Retrieve all functions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStore.HMSHandler.alter_function(String dbName,
String funcName,
Function newFunc) |
void |
HiveMetaStoreClient.alterFunction(String dbName,
String funcName,
Function newFunction) |
void |
ObjectStore.alterFunction(String dbName,
String funcName,
Function newFunction) |
void |
IMetaStoreClient.alterFunction(String dbName,
String funcName,
Function newFunction) |
void |
RawStore.alterFunction(String dbName,
String funcName,
Function newFunction)
Alter function based on new function specs.
|
void |
HiveMetaStore.HMSHandler.create_function(Function func) |
void |
HiveMetaStoreClient.createFunction(Function func) |
void |
ObjectStore.createFunction(Function func) |
void |
IMetaStoreClient.createFunction(Function func) |
void |
RawStore.createFunction(Function func)
Register a user-defined function based on the function specification passed in.
|
| 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() |
| 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<ThriftHiveMetastore.AsyncClient.alter_function_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.alter_function(String dbName,
String funcName,
Function newFunc,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_function_call> 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<ThriftHiveMetastore.AsyncClient.create_function_call> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_function(Function func,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_function_call> 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 |
GetAllFunctionsResponse.setFunctions(List<Function> functions) |
| Constructor and Description |
|---|
Function(Function other)
Performs a deep copy on other.
|
ThriftHiveMetastore.alter_function_args(String dbName,
String funcName,
Function newFunc) |
ThriftHiveMetastore.AsyncClient.alter_function_call(String dbName,
String funcName,
Function newFunc,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.alter_function_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.AsyncClient.create_function_call(Function func,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_function_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.create_function_args(Function func) |
ThriftHiveMetastore.get_function_result(Function success,
MetaException o1,
NoSuchObjectException o2) |
Copyright © 2016 Cloudera. All rights reserved.