public class ScheduledQueryExecutionContext extends Object
| Modifier and Type | Field and Description |
|---|---|
HiveConf |
conf |
ExecutorService |
executor |
String |
executorHostName |
IScheduledQueryMaintenanceService |
schedulerService |
| Constructor and Description |
|---|
ScheduledQueryExecutionContext(ExecutorService executor,
HiveConf conf,
IScheduledQueryMaintenanceService service) |
| Modifier and Type | Method and Description |
|---|---|
long |
getIdleSleepTime() |
int |
getNumberOfExecutors() |
long |
getProgressReporterSleepTime() |
public final ExecutorService executor
public final IScheduledQueryMaintenanceService schedulerService
public final HiveConf conf
public final String executorHostName
public ScheduledQueryExecutionContext(ExecutorService executor, HiveConf conf, IScheduledQueryMaintenanceService service)
Copyright © 2024 The Apache Software Foundation. All rights reserved.