Methods in org.apache.blur.thrift with parameters of type AbstractCommand |
static
|
BlurClientManager.execute(Connection connection,
AbstractCommand<CLIENT,T> command)
|
static
|
BlurClientManager.execute(Connection connection,
AbstractCommand<CLIENT,T> command,
int maxRetries,
long backOffTime,
long maxBackOffTime)
|
static
|
BlurClientManager.execute(List<Connection> connections,
AbstractCommand<CLIENT,T> command)
|
static
|
BlurClientManager.execute(List<Connection> connections,
AbstractCommand<CLIENT,T> command,
int maxRetries,
long backOffTime,
long maxBackOffTime)
|
static
|
BlurClientManager.execute(String connectionStr,
AbstractCommand<CLIENT,T> command)
|
static
|
BlurClientManager.execute(String connectionStr,
AbstractCommand<CLIENT,T> command,
int maxRetries,
long backOffTime,
long maxBackOffTime)
|