public class VisorQueryJob extends VisorJob<VisorQueryArg,IgniteBiTuple<? extends VisorExceptionWrapper,VisorQueryResultEx>>
| Modifier | Constructor and Description |
|---|---|
protected |
VisorQueryJob(VisorQueryArg arg,
boolean debug)
Create job with specified argument.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteCache<Object,Object> |
cache(String cacheName) |
protected IgniteBiTuple<? extends VisorExceptionWrapper,VisorQueryResultEx> |
run(VisorQueryArg arg)
Execution logic of concrete job.
|
String |
toString() |
argument, call, cancel, isCancelled, setArgumentsprotected VisorQueryJob(VisorQueryArg arg, boolean debug)
arg - Job argument.debug - Debug flag.protected IgniteCache<Object,Object> cache(String cacheName)
cacheName - Cache name.protected IgniteBiTuple<? extends VisorExceptionWrapper,VisorQueryResultEx> run(VisorQueryArg arg)
run in class VisorJob<VisorQueryArg,IgniteBiTuple<? extends VisorExceptionWrapper,VisorQueryResultEx>>arg - Task argument.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015