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 com.google.vertcoin.kits.WalletAppKit.java

/**
 * <p>Utility class that wraps the boilerplate needed to set up a new SPV bitcoinj app. Instantiate it with a directory
 * and file prefix, optionally configure a few things, then use start or startAndWait. The object will construct and
 * configure a {@link BlockChain}, {@link SPVBlockStore}, {@link Wallet} and {@link PeerGroup}. Depending on the value
 * of the blockingStartup property, startup will be considered complete once the block chain has fully synchronized,
 * so it can take a while.</p>

From source file com.google.leafcoin.kits.WalletAppKit.java

/**
 * <p>Utility class that wraps the boilerplate needed to set up a new SPV bitcoinj app. Instantiate it with a directory
 * and file prefix, optionally configure a few things, then use start or startAndWait. The object will construct and
 * configure a {@link BlockChain}, {@link SPVBlockStore}, {@link Wallet} and {@link PeerGroup}. Depending on the value
 * of the blockingStartup property, startup will be considered complete once the block chain has fully synchronized,
 * so it can take a while.</p>

From source file com.google.monacoin.kits.WalletAppKit.java

/**
 * <p>Utility class that wraps the boilerplate needed to set up a new SPV bitcoinj app. Instantiate it with a directory
 * and file prefix, optionally configure a few things, then use start or startAndWait. The object will construct and
 * configure a {@link BlockChain}, {@link SPVBlockStore}, {@link Wallet} and {@link PeerGroup}. Depending on the value
 * of the blockingStartup property, startup will be considered complete once the block chain has fully synchronized,
 * so it can take a while.</p>

From source file com.google.betacoin.kits.WalletAppKit.java

/**
 * <p>Utility class that wraps the boilerplate needed to set up a new SPV betacoinj app. Instantiate it with a directory
 * and file prefix, optionally configure a few things, then use start or startAndWait. The object will construct and
 * configure a {@link BlockChain}, {@link SPVBlockStore}, {@link Wallet} and {@link PeerGroup}. Depending on the value
 * of the blockingStartup property, startup will be considered complete once the block chain has fully synchronized,
 * so it can take a while.</p>

From source file com.google.reddcoin.kits.WalletAppKit.java

/**
 * <p>Utility class that wraps the boilerplate needed to set up a new SPV bitcoinj app. Instantiate it with a directory
 * and file prefix, optionally configure a few things, then use start or startAndWait. The object will construct and
 * configure a {@link BlockChain}, {@link SPVBlockStore}, {@link Wallet} and {@link PeerGroup}. Depending on the value
 * of the blockingStartup property, startup will be considered complete once the block chain has fully synchronized,
 * so it can take a while.</p>

From source file co.cask.cdap.data2.datafabric.dataset.service.executor.RemoteDatasetOpExecutor.java

/**
 * Executes Dataset operations by querying a {@link DatasetOpExecutorService} via REST.
 */
public abstract class RemoteDatasetOpExecutor extends AbstractIdleService implements DatasetOpExecutor {

    private static final Gson GSON = new Gson();

From source file com.google.worldcoin.kits.WalletAppKit.java

/**
 * <p>Utility class that wraps the boilerplate needed to set up a new SPV worldcoinj app. Instantiate it with a directory
 * and file prefix, optionally configure a few things, then use start or startAndWait. The object will construct and
 * configure a {@link BlockChain}, {@link SPVBlockStore}, {@link Wallet} and {@link PeerGroup}. Depending on the value
 * of the blockingStartup property, startup will be considered complete once the block chain has fully synchronized,
 * so it can take a while.</p>

From source file com.google.sakuracoin.kits.WalletAppKit.java

/**
 * <p>Utility class that wraps the boilerplate needed to set up a new SPV bitcoinj app. Instantiate it with a directory
 * and file prefix, optionally configure a few things, then use start or startAndWait. The object will construct and
 * configure a {@link BlockChain}, {@link SPVBlockStore}, {@link Wallet} and {@link PeerGroup}. Depending on the value
 * of the blockingStartup property, startup will be considered complete once the block chain has fully synchronized,
 * so it can take a while.</p>

From source file com.google.spartancoin.kits.WalletAppKit.java

/**
 * <p>Utility class that wraps the boilerplate needed to set up a new SPV bitcoinj app. Instantiate it with a directory
 * and file prefix, optionally configure a few things, then use start or startAndWait. The object will construct and
 * configure a {@link BlockChain}, {@link SPVBlockStore}, {@link Wallet} and {@link PeerGroup}. Depending on the value
 * of the blockingStartup property, startup will be considered complete once the block chain has fully synchronized,
 * so it can take a while.</p>

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

/**
 * Common logic to have agents and masters register their "up" nodes in ZK, and to keep trying if
 * ZK is down.
 */
public class ZooKeeperRegistrarService extends AbstractIdleService {