org.apache.hive.service.cli.thrift
Class ThriftBinaryCLIService

java.lang.Object
  extended by org.apache.hive.service.AbstractService
      extended by org.apache.hive.service.cli.thrift.ThriftCLIService
          extended by org.apache.hive.service.cli.thrift.ThriftBinaryCLIService
All Implemented Interfaces:
Runnable, TCLIService.Iface, Service
Direct Known Subclasses:
EmbeddedThriftBinaryCLIService

public class ThriftBinaryCLIService
extends ThriftCLIService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hive.service.Service
Service.STATE
 
Field Summary
 
Fields inherited from class org.apache.hive.service.cli.thrift.ThriftCLIService
cliService, hiveAuthFactory, hiveConf, httpServer, isEmbedded, LOG, maxWorkerThreads, minWorkerThreads, portNum, server, serverAddress
 
Constructor Summary
ThriftBinaryCLIService(CLIService cliService)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.apache.hive.service.cli.thrift.ThriftCLIService
CancelOperation, CloseOperation, CloseSession, ExecuteStatement, FetchResults, GetCatalogs, GetColumns, GetFunctions, GetInfo, GetOperationStatus, GetResultSetMetadata, GetSchemas, GetTables, GetTableTypes, GetTypeInfo, init, OpenSession, start, stop
 
Methods inherited from class org.apache.hive.service.AbstractService
getHiveConf, getName, getServiceState, getStartTime, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftBinaryCLIService

public ThriftBinaryCLIService(CLIService cliService)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class ThriftCLIService


Copyright © 2012 The Apache Software Foundation