org.apache.blur.thrift
Class BlurControllerServer.BlurClientRemote

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

public static class BlurControllerServer.BlurClientRemote
extends BlurControllerServer.BlurClient


Constructor Summary
BlurControllerServer.BlurClientRemote(int timeout)
           
 
Method Summary
<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.BlurClientRemote

public BlurControllerServer.BlurClientRemote(int timeout)
Method Detail

execute

public <T> T execute(String node,
                     BlurCommand<T> command,
                     int maxRetries,
                     long backOffTime,
                     long maxBackOffTime)
          throws BlurException,
                 TException,
                 IOException
Specified by:
execute in class BlurControllerServer.BlurClient
Throws:
BlurException
TException
IOException


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