com.aerospike.client.task
Class RegisterTask

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

public final class RegisterTask
extends Task

Task used to poll for UDF registration completion.


Constructor Summary
RegisterTask(com.aerospike.client.cluster.Cluster cluster, String packageName)
          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

RegisterTask

public RegisterTask(com.aerospike.client.cluster.Cluster cluster,
                    String packageName)
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.