Uses of Class
org.apache.blur.thrift.AbstractCommand

Packages that use AbstractCommand
org.apache.blur.thrift   
org.apache.blur.thrift.commands   
 

Uses of AbstractCommand in org.apache.blur.thrift
 

Methods in org.apache.blur.thrift that return AbstractCommand
 AbstractCommand<CLIENT,T> AbstractCommand.clone()
           
 

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

Uses of AbstractCommand in org.apache.blur.thrift.commands
 

Subclasses of AbstractCommand in org.apache.blur.thrift.commands
 class BlurCommand<T>
           
 



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