org.apache.blur.thrift
Class BlurControllerServer.BlurClient
java.lang.Object
org.apache.blur.thrift.BlurControllerServer.BlurClient
- Direct Known Subclasses:
- BlurControllerServer.BlurClientRemote
- Enclosing class:
- BlurControllerServer
public abstract static class BlurControllerServer.BlurClient
- extends Object
Method Summary |
abstract
|
execute(String node,
BlurCommand<T> command,
int maxRetries,
long backOffTime,
long maxBackOffTime)
|
BlurControllerServer.BlurClient
public BlurControllerServer.BlurClient()
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.