Example usage for org.apache.hadoop.util Progressable interface-usage

List of usage examples for org.apache.hadoop.util Progressable interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.util Progressable interface-usage.

Usage

From source file com.chinamobile.bcbsp.util.StaffAttemptContext.java

/**
 * StaffAttempContext The context for Staff attempts.
 */
public class StaffAttemptContext extends BSPJobContext implements Progressable {
    /** the unique name for this staff attempt */
    private final StaffAttemptID staffId;

From source file edu.umn.cs.spatialHadoop.util.Progressable.java

/**
 * An interface used to report the progress of lengthy algorithms in
 * SpatialHaodop.
 * @author Ahmed Eldawy
 *
 */

From source file eu.stratosphere.hadoopcompatibility.DummyHadoopProgressable.java

/**
 * This is a dummy progress
 *
 */
public class DummyHadoopProgressable implements Progressable {
    @Override

From source file eu.stratosphere.hadoopcompatibility.mapred.wrapper.HadoopDummyProgressable.java

/**
 * This is a dummy progress
 *
 */
public class HadoopDummyProgressable implements Progressable {
    @Override

From source file io.warp10.script.MemoryWarpScriptStack.java

public class MemoryWarpScriptStack implements WarpScriptStack, Progressable {

    private AtomicLong[] counters;

    /**
     * Default maximum depth of the stack

From source file org.apache.flink.api.java.hadoop.mapred.wrapper.HadoopDummyProgressable.java

/**
 * This is a dummy progress
 *
 */
@PublicEvolving
public class HadoopDummyProgressable implements Progressable {

From source file org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyProgressable.java

/**
 * This is a dummy progress
 *
 */
public class HadoopDummyProgressable implements Progressable {
    @Override

From source file org.apache.hama.bsp.TaskAttemptContext.java

/**
 * The context for task attempts.
 */
public class TaskAttemptContext extends BSPJobContext implements Progressable {
    private final TaskAttemptID taskId;
    private String status = "";

From source file org.apache.pig.tools.pigstats.PigStatusReporter.java

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class PigStatusReporter extends StatusReporter implements Progressable {

    private static PigStatusReporter reporter = null;

From source file org.apache.tez.common.TezTaskReporter.java

public interface TezTaskReporter extends Progressable, Master {

    public void setStatus(String status);

    public float getProgress();