Modifier and Type | Class and Description |
---|---|
class |
CheckpointWriter.CheckpointWriteHandler |
Constructor and Description |
---|
CheckpointWriter(JobGenerator jobGenerator,
SparkConf conf,
String checkpointDir,
org.apache.hadoop.conf.Configuration hadoopConf) |
Modifier and Type | Method and Description |
---|---|
CompressionCodec |
compressionCodec() |
java.util.concurrent.ExecutorService |
executor() |
int |
MAX_ATTEMPTS() |
void |
stop() |
void |
write(Checkpoint checkpoint,
boolean clearCheckpointDataLater) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public CheckpointWriter(JobGenerator jobGenerator, SparkConf conf, String checkpointDir, org.apache.hadoop.conf.Configuration hadoopConf)
public int MAX_ATTEMPTS()
public java.util.concurrent.ExecutorService executor()
public CompressionCodec compressionCodec()
public void write(Checkpoint checkpoint, boolean clearCheckpointDataLater)
public void stop()