Example usage for com.google.common.util.concurrent AbstractIdleService subclass-usage

List of usage examples for com.google.common.util.concurrent AbstractIdleService subclass-usage

Introduction

In this page you can find the example usage for com.google.common.util.concurrent AbstractIdleService subclass-usage.

Usage

From source file gobblin.runtime.AbstractTaskStateTracker.java

/**
 * An abstract implementation of {@link TaskStateTracker} that provides basic common functionality for
 * platform-specific implementations.
 *
 * @author Yinan Li
 */

From source file gobblin.yarn.YarnContainerSecurityManager.java

/**
 * A class for managing token renewing in the containers including the container for the
 * {@link GobblinApplicationMaster}.
 *
 * <p>
 *   This class implements a simple monitor for modifications on the token file and reloads tokens

From source file org.apache.aurora.scheduler.async.TaskReconciler.java

/**
 * A task reconciler that periodically triggers Mesos (implicit) and Aurora (explicit) task
 * reconciliation to synchronize global task states. More on task reconciliation:
 * http://mesos.apache.org/documentation/latest/reconciliation.
 */
public class TaskReconciler extends AbstractIdleService {

From source file org.trinity.shellplugin.widget.impl.view.qt.StyledViewsPlugin.java

@Bind(multiple = true)
@Singleton
public class StyledViewsPlugin extends AbstractIdleService implements ShellPlugin {

    private static final String STYLESHEET_NAME = "views.qss";

From source file co.cask.tigon.sql.io.HttpRouterClientService.java

/**
 * HTTP Data Ingestion Router to TCP Server Routing via TCPClientService.
 */
//TODO: Remove this class. Wrap the DataSourceServer which exposes a write method and both the TCP Ingestion Server
//and the DataIngestion Router NettyHTTP Service can write to it directly.
public class HttpRouterClientService extends AbstractIdleService {

From source file co.runrightfast.vertx.orientdb.impl.OrientDBPoolServiceImpl.java

/**
 *
 * @author alfio
 */
@Builder
@Log

From source file gobblin.cluster.JobConfigurationManager.java

/**
 * A class for managing Gobblin job configurations.
 *
 * <p>
 *   Currently this class reads all-at-once at startup all the job configuration files found
 *   in the directory uncompressed from the job configuration file package and have them all

From source file org.apache.gobblin.yarn.YarnContainerSecurityManager.java

/**
 * A class for managing token renewing in the containers including the container for the
 * {@link GobblinApplicationMaster}.
 *
 * <p>
 *   This class implements a simple monitor for modifications on the token file and reloads tokens

From source file co.cask.cdap.gateway.handlers.DatasetServiceStore.java

/**
 * DatasetService Store implements ServiceStore using Datasets without Transaction.
 */
public final class DatasetServiceStore extends AbstractIdleService implements ServiceStore {
    private static final Gson GSON = new Gson();

From source file com.spotify.helios.servicescommon.ServiceMain.java

/**
 * Handles setting up proper logging for our services.
 */
public abstract class ServiceMain extends AbstractIdleService {

    protected ServiceMain(LoggingConfig loggingConfig, String sentryDsn) {