Skip navigation links
A B C D F G H L M O R S T U W 

A

add(String, Supplier<DescriptiveStatistics>) - Method in class org.apache.hadoop.hive.metastore.tools.BenchmarkSuite
Add new benchmark to the suite.
addPartition(Partition) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
addPartitions(List<Partition>) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
alterPartition(String, String, Partition) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
alterPartitions(String, String, List<Partition>) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
alterTable(String, String, Table) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
appendPartition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 

B

BenchmarkSuite - Class in org.apache.hadoop.hive.metastore.tools
Group of benchmarks that can be joined together.
BenchmarkSuite() - Constructor for class org.apache.hadoop.hive.metastore.tools.BenchmarkSuite
 
build() - Method in class org.apache.hadoop.hive.metastore.tools.Util.DatabaseBuilder
Build database object

C

Clone() - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
Return a new connected client using the same configuration as the original client.
close() - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
Constants - Class in org.apache.hadoop.hive.metastore.tools
Common constants for metastore tools.
createDatabase(String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
Create database with the given name if it doesn't exist
createDatabase(String, String, String, Map<String, String>) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
Create database if it doesn't exist
createDatabase(Database) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
createPartition(Table, List<String>) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
createSchema(List<String>) - Static method in class org.apache.hadoop.hive.metastore.tools.Util
Create table schema from parameters.
createTable(Table) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 

D

DatabaseBuilder(String) - Constructor for class org.apache.hadoop.hive.metastore.tools.Util.DatabaseBuilder
Constructor from database name.
dbExists(String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
Return True if given Hive database excists
DEFAULT_HOST - Static variable in class org.apache.hadoop.hive.metastore.tools.Constants
 
doSanitize(boolean) - Method in class org.apache.hadoop.hive.metastore.tools.BenchmarkSuite
Enable or disable result sanitization.
dropDatabase(String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
dropPartition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
dropPartitions(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
dropTable(String, String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 

F

filterMatches(List<String>, Pattern[], Pattern[]) - Static method in class org.apache.hadoop.hive.metastore.tools.Util
Filter candidates - find all that match positive matches and do not match any negative matches.

G

get() - Method in interface org.apache.hadoop.hive.metastore.tools.Util.ThrowingSupplier
 
getAllDatabases(String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
Return all databases with name matching the filter.
getAllTables(String, String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
Get all table names for a database matching the filter.
getCurrentNotificationId() - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
getDatabase(String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
Get full Database information.
getPartitionNames(String, String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
getPartitions(String, String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
getPartitionsByNames(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
getResult() - Method in class org.apache.hadoop.hive.metastore.tools.BenchmarkSuite
Get raw benchmark results
getServerURI() - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 
getServerUri(String, String) - Static method in class org.apache.hadoop.hive.metastore.tools.Util
Get server URI.
getTable(String, String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 

H

HMS_DEFAULT_PORT - Static variable in class org.apache.hadoop.hive.metastore.tools.Constants
 
HMSClient - Class in org.apache.hadoop.hive.metastore.tools
 Wrapper for Thrift HMS interface.
HMSClient(URI) - Constructor for class org.apache.hadoop.hive.metastore.tools.HMSClient
Connect to HMS and return a client instance.
HMSClient(URI, String) - Constructor for class org.apache.hadoop.hive.metastore.tools.HMSClient
Connect to HMS and return a client instance.

L

listMatching(Pattern[], Pattern[]) - Method in class org.apache.hadoop.hive.metastore.tools.BenchmarkSuite
Return list of benchmark names that match positive patterns and do not match negative patterns.
listPartitions(String, String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 

M

measure(Runnable, Runnable, Runnable) - Method in class org.apache.hadoop.hive.metastore.tools.MicroBenchmark
Run the benchmark and measure run-time statistics in nanoseconds.
measure(Runnable) - Method in class org.apache.hadoop.hive.metastore.tools.MicroBenchmark
Run the benchmark and measure run-time statistics in nanoseconds.
MicroBenchmark - Class in org.apache.hadoop.hive.metastore.tools
Micro-benchmark some piece of code.
MicroBenchmark() - Constructor for class org.apache.hadoop.hive.metastore.tools.MicroBenchmark
Create default micro benchmark measurer
MicroBenchmark(int, int) - Constructor for class org.apache.hadoop.hive.metastore.tools.MicroBenchmark
Create micro benchmark measurer.

O

org.apache.hadoop.hive.metastore.tools - package org.apache.hadoop.hive.metastore.tools
 

R

runMatching(Pattern[], Pattern[]) - Method in class org.apache.hadoop.hive.metastore.tools.BenchmarkSuite
Run all benchmarks (filtered by positive and negative matches.

S

setScale(TimeUnit) - Method in class org.apache.hadoop.hive.metastore.tools.BenchmarkSuite
Set scaling factor for displaying results.

T

tableExists(String, String) - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
Return True if specified table exists
throwingSupplierWrapper(Util.ThrowingSupplier<T, Exception>) - Static method in class org.apache.hadoop.hive.metastore.tools.Util
Wrapper that moves all checked exceptions to RuntimeException.
toString() - Method in class org.apache.hadoop.hive.metastore.tools.HMSClient
 

U

Util - Class in org.apache.hadoop.hive.metastore.tools
Helper utilities.
Util.DatabaseBuilder - Class in org.apache.hadoop.hive.metastore.tools
A builder for Database.
Util.PartitionBuilder - Class in org.apache.hadoop.hive.metastore.tools
Builder of partitions.
Util.TableBuilder - Class in org.apache.hadoop.hive.metastore.tools
Builder for Table.
Util.ThrowingSupplier<T,E extends Exception> - Interface in org.apache.hadoop.hive.metastore.tools
Version of the Supplier that can throw exceptions.

W

withDescription(String) - Method in class org.apache.hadoop.hive.metastore.tools.Util.DatabaseBuilder
Add database description.
withLocation(String) - Method in class org.apache.hadoop.hive.metastore.tools.Util.DatabaseBuilder
Add database location
withOwnerName(String) - Method in class org.apache.hadoop.hive.metastore.tools.Util.DatabaseBuilder
Add database owner name
withOwnerType(PrincipalType) - Method in class org.apache.hadoop.hive.metastore.tools.Util.DatabaseBuilder
Add owner tyoe
withParam(String, String) - Method in class org.apache.hadoop.hive.metastore.tools.Util.DatabaseBuilder
Add a single database parameter.
withParams(Map<String, String>) - Method in class org.apache.hadoop.hive.metastore.tools.Util.DatabaseBuilder
Add Database parameters
A B C D F G H L M O R S T U W 
Skip navigation links

Copyright © 2018. All rights reserved.