Example usage for java.lang Thread subclass-usage

List of usage examples for java.lang Thread subclass-usage

Introduction

In this page you can find the example usage for java.lang Thread subclass-usage.

Usage

From source file org.apache.tajo.storage.v2.FileScanRunner.java

public class FileScanRunner extends Thread {
    private static final Log LOG = LogFactory.getLog(FileScanRunner.class);

    StorageManagerV2.StorgaeManagerContext smContext;
    FileScannerV2 fileScanner;
    Object requestQueueMonitor;

From source file com.redhat.poc.jdg.bankofchina.performance.TestCase52RemoteMultiThreads.java

/**
 * ? (client-server mode, 1JDG)
 *
 * @author maping
 */
public class TestCase52RemoteMultiThreads extends Thread {

From source file paxos.VoteLeaderListener2.java

/**
 *
 * @author tama
 */
public class VoteLeaderListener2 extends Thread {

From source file com.redhat.poc.jdg.bankofchina.performance.TestCase51RemoteMultiThreads.java

/**
 * ? (client-server mode, 1JDG)
 *
 * @author maping
 */
public class TestCase51RemoteMultiThreads extends Thread {

From source file com.sumit.test.client.KeyValueClientThread.java

public class KeyValueClientThread<T> extends Thread {

    protected static final Logger log = LoggerFactory.getLogger(KeyValueClientThread.class);

    private final long operationCount;
    private final long insertStart;

From source file org.ist.p2pbay.info.StatPublisher.java

public class StatPublisher extends Thread {

    Peer peer;
    GossipManager gossipManager;
    private static Log log = LogFactory.getLog(StatPublisher.class);
    boolean shouldRun = false;

From source file xbird.util.concurrent.DaemonThread.java

/**
 * 
 * <DIV lang="en"></DIV>
 * <DIV lang="ja"></DIV>
 * 
 * @author Makoto YUI (yuin405+xbird@gmail.com)

From source file LCModels.MessageListener.java

/**
 *
 * @author Gio
 */
public class MessageListener extends Thread {

From source file org.openmrs.hl7.Hl7InArchivesMigrateThread.java

/**
 * Separate thread to move the hl7 in archives from the database tables to the filesystem. It is
 * highly recommended to start this thread via DWRHL7Service as opposed to calling the thread's
 * start() method to ensure the thread is started after making all the necessary checks.
 */
public class Hl7InArchivesMigrateThread extends Thread {

From source file com.amazonaws.metrics.internal.cloudwatch.MetricUploaderThread.java

/**
 * A internal daemon thread used to upload request metrics to Amazon CloudWatch.
 */
class MetricUploaderThread extends Thread {
    private static final String THREAD_NAME = "java-sdk-metric-uploader";
    private volatile boolean cancelled;