Package org.apache.hadoop.mapreduce.checkpoint
package org.apache.hadoop.mapreduce.checkpoint
-
ClassDescriptionorg.apache.hadoop.mapreduce.checkpoint.CheckpointIDThis class represent the identified (memento) for a checkpoint.org.apache.hadoop.mapreduce.checkpoint.CheckpointNamingServiceThis class represent a naming service for checkpoints.org.apache.hadoop.mapreduce.checkpoint.CheckpointServiceThe CheckpointService provides a simple API to store and retrieve the state of a task.org.apache.hadoop.mapreduce.checkpoint.CheckpointService.CheckpointReadChannelorg.apache.hadoop.mapreduce.checkpoint.CheckpointService.CheckpointWriteChannelorg.apache.hadoop.mapreduce.checkpoint.FSCheckpointIDA FileSystem based checkpoint ID contains reference to the Path where the checkpoint has been saved.org.apache.hadoop.mapreduce.checkpoint.FSCheckpointServiceA FileSystem based CheckpointService.org.apache.hadoop.mapreduce.checkpoint.RandomNameCNSSimple naming service that generates a random checkpoint name.org.apache.hadoop.mapreduce.checkpoint.SimpleNamingServiceA naming service that simply returns the name it has been initialized with.org.apache.hadoop.mapreduce.checkpoint.TaskCheckpointIDImplementation of CheckpointID used in MR.