com.aerospike.client.task
Class ExecuteTask

java.lang.Object
  extended by com.aerospike.client.task.Task
      extended by com.aerospike.client.task.ExecuteTask

public final class ExecuteTask
extends Task

Task used to poll for long running server execute job completion.


Constructor Summary
ExecuteTask(com.aerospike.client.cluster.Cluster cluster, Statement statement)
          Initialize task with fields needed to query server nodes.
 
Method Summary
 boolean isDone()
          Query all nodes for task completion status.
 
Methods inherited from class com.aerospike.client.task.Task
waitTillComplete, waitTillComplete
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteTask

public ExecuteTask(com.aerospike.client.cluster.Cluster cluster,
                   Statement statement)
Initialize task with fields needed to query server nodes.

Method Detail

isDone

public boolean isDone()
               throws AerospikeException
Query all nodes for task completion status.

Specified by:
isDone in class Task
Throws:
AerospikeException


Copyright © 2012–2014 Aerospike, Inc. All rights reserved.