public class IncrementalLoadTasksBuilder extends Object
| Constructor and Description |
|---|
IncrementalLoadTasksBuilder(String dbName,
String loadPath,
IncrementalLoadEventsIterator iterator,
HiveConf conf,
Long eventTo,
ReplicationMetricCollector metricCollector,
ReplStatsTracker replStatsTracker,
boolean shouldFailover,
int bootstrapTableSize) |
| Modifier and Type | Method and Description |
|---|---|
Task<?> |
build(Context context,
Hive hive,
org.slf4j.Logger log,
TaskTracker tracker) |
Long |
eventTo() |
static long |
getNumIteration() |
ReplLogger |
getReplLogger() |
boolean |
hasMoreWork() |
public IncrementalLoadTasksBuilder(String dbName, String loadPath, IncrementalLoadEventsIterator iterator, HiveConf conf, Long eventTo, ReplicationMetricCollector metricCollector, ReplStatsTracker replStatsTracker, boolean shouldFailover, int bootstrapTableSize) throws SemanticException
SemanticExceptionpublic ReplLogger getReplLogger()
public Task<?> build(Context context, Hive hive, org.slf4j.Logger log, TaskTracker tracker) throws Exception
Exceptionpublic boolean hasMoreWork()
public Long eventTo()
public static long getNumIteration()
Copyright © 2024 The Apache Software Foundation. All rights reserved.