org.apache.blur.thrift
Class BlurControllerServer.BlurClient

java.lang.Object
  extended by org.apache.blur.thrift.BlurControllerServer.BlurClient
Direct Known Subclasses:
BlurControllerServer.BlurClientRemote
Enclosing class:
BlurControllerServer

public abstract static class BlurControllerServer.BlurClient
extends Object


Constructor Summary
BlurControllerServer.BlurClient()
           
 
Method Summary
abstract
<T> T
execute(String node, BlurCommand<T> command, int maxRetries, long backOffTime, long maxBackOffTime)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlurControllerServer.BlurClient

public BlurControllerServer.BlurClient()
Method Detail

execute

public abstract <T> T execute(String node,
                              BlurCommand<T> command,
                              int maxRetries,
                              long backOffTime,
                              long maxBackOffTime)
                   throws BlurException,
                          TException,
                          IOException
Throws:
BlurException
TException
IOException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.