Example usage for org.apache.hadoop.service Service interface-usage

List of usage examples for org.apache.hadoop.service Service interface-usage

Introduction

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

Usage

From source file org.apache.apex.engine.plugin.ApexPluginDispatcher.java

/**
 * @since 3.6.0
 */
public interface ApexPluginDispatcher extends Service {

    /**

From source file org.apache.hoya.providers.ProviderService.java

public interface ProviderService extends ProviderCore, Service, ExitCodeProvider {

    /**
     * Set up the entire container launch context
     * @param ctx
     * @param instanceDefinition

From source file org.apache.hoya.yarn.service.Parent.java

/**
 * Interface that services with public methods to manipulate child services
 * should implement
 */
public interface Parent extends Service {

From source file org.apache.slider.client.SliderClientAPI.java

/**
 * Interface of those method calls in the slider API that are intended
 * for direct public invocation.
 * <p>
 * Stability: evolving
 */

From source file org.apache.slider.core.main.RunService.java

/**
 * An interface which services can implement to have their
 * execution managed by the ServiceLauncher.
 * The command line options will be passed down before the 
 * {@link Service#init(Configuration)} operation is invoked via an
 * invocation of {@link RunService#bindArgs(Configuration, String...)}

From source file org.apache.slider.providers.ProviderService.java

public interface ProviderService extends ProviderCore, Service, RMOperationHandlerActions, ExitCodeProvider {

    /**
     * Set up the entire container launch context
     * @param containerLauncher
     * @param instanceDefinition

From source file org.apache.slider.server.services.workflow.ServiceParent.java

/**
 * Interface for accessing services that contain one or more child
 * services. 
 */
public interface ServiceParent extends Service {

From source file org.apache.tajo.master.rm.WorkerResourceManager.java

/**
 * An interface of WorkerResourceManager which allows TajoMaster to request allocation for containers
 * and release the allocated containers.
 */
public interface WorkerResourceManager extends Service {