org.apache.hadoop.hive.ql.profiler
Interface HiveProfilerConnectionInfo

All Known Implementing Classes:
HiveProfilePublisherInfo

public interface HiveProfilerConnectionInfo


Method Summary
 Connection getConnection()
           
 String getConnectionString()
           
 String getDbClass()
           
 int getMaxRetries()
           
 String getTableName()
           
 int getTimeout()
           
 int getWaitWindow()
           
 

Method Detail

getDbClass

String getDbClass()

getTimeout

int getTimeout()

getMaxRetries

int getMaxRetries()

getWaitWindow

int getWaitWindow()

getConnectionString

String getConnectionString()

getTableName

String getTableName()

getConnection

Connection getConnection()


Copyright © 2012 The Apache Software Foundation