public class StatisticsService
extends org.apache.hive.service.AbstractService
Modifier and Type | Field and Description |
---|---|
static String |
STATS_SVC_NAME
The Constant STATS_SVC_NAME.
|
Constructor and Description |
---|
StatisticsService(String name)
Instantiates a new statistics service.
|
Modifier and Type | Method and Description |
---|---|
void |
init(org.apache.hadoop.hive.conf.HiveConf hiveConf) |
void |
start() |
void |
stop() |
public static final String STATS_SVC_NAME
public StatisticsService(String name)
name
- the namepublic void init(org.apache.hadoop.hive.conf.HiveConf hiveConf)
init
in interface org.apache.hive.service.Service
init
in class org.apache.hive.service.AbstractService
public void start()
start
in interface org.apache.hive.service.Service
start
in class org.apache.hive.service.AbstractService
public void stop()
stop
in interface org.apache.hive.service.Service
stop
in class org.apache.hive.service.AbstractService
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.