List of usage examples for java.util.concurrent Callable interface-usage
From source file org.apache.sentry.service.thrift.SentryService.java
public class SentryService implements Callable { private static final Logger LOGGER = LoggerFactory.getLogger(SentryService.class); private static enum Status { NOT_STARTED(), STARTED();
From source file com.alibaba.openapi.client.rpc.AlibabaClientReactor.java
/** * Comment of AlibabaClientReactor * ??,I/O???I/OI/O? * @author jade */ public class AlibabaClientReactor implements Callable<Integer> {
From source file org.nmdp.ngs.tools.GenerateReads.java
/** * Generate next generation sequencing (NGS/HTS) reads. */ @SuppressWarnings("deprecation") public final class GenerateReads implements Callable<Integer> { private final File referenceFile;
From source file de.tu_dortmund.ub.data.dswarm.Transform.java
/**
* Export Task for Task Processing Unit for d:swarm
*
* @author Jan Polowinski (SLUB Dresden)
* @version 2015-04-20
*/
From source file eu.edisonproject.training.wsd.DisambiguatorImpl.java
/** * * @author S. Koulouzis */ public class DisambiguatorImpl implements Disambiguator, Callable {
From source file org.nmdp.ngs.tools.GeneratePairedEndReads.java
/** * Generate paired-end next generation sequencing (NGS/HTS) reads. */ @SuppressWarnings("deprecation") public final class GeneratePairedEndReads implements Callable<Integer> { private final File referenceFile;
From source file net.cliseau.composer.javacor.MissingToolException.java
/**
* Class for generating unit startup Java programs.
*
* The unit startup program has two purposes:
* <ol>
* <li>start the components of the CliSeAu unit (here the Coordinator with its LocalPolicy)</li>
From source file org.fusesource.cloudmix.agent.InstallerAgent.java
/**
* Polls for features that should be installed/uninstalled and executes those
* installations.
*
* @version $Revision: 1.1 $
*/
From source file de.tu_dortmund.ub.data.dswarm.Task.java
/**
* Task for Task Processing Unit for d:swarm
*
* @author Dipl.-Math. Hans-Georg Becker, M.L.I.S. (UB Dortmund)
* @author Jan Polowinski (SLUB Dresden)
* @version 2015-04-20
From source file spade.resolver.Recursive.java
class ContactRemote implements Callable<Graph> { private AbstractVertex networkVertex; private int depth; private String direction; private static final Logger logger = Logger.getLogger(ContactRemote.class.getName());