public class ScheduledQueryExecutionService extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
forceScheduleCheck()
Forces the poller thread to re-check schedules before the normal timeout happens.
|
static int |
getForcedScheduleCheckCount() |
static ScheduledQueryExecutionService |
startScheduledQueryExecutorService(HiveConf inputConf) |
static ScheduledQueryExecutionService |
startScheduledQueryExecutorService(ScheduledQueryExecutionContext ctx) |
public static ScheduledQueryExecutionService startScheduledQueryExecutorService(HiveConf inputConf)
public static ScheduledQueryExecutionService startScheduledQueryExecutorService(ScheduledQueryExecutionContext ctx)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic static void forceScheduleCheck()
public static int getForcedScheduleCheckCount()
Copyright © 2022 The Apache Software Foundation. All rights reserved.