|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.apache.blur.manager.results | |
org.apache.blur.thrift |
Uses of Connection in org.apache.blur.manager.results |
---|
Constructors in org.apache.blur.manager.results with parameters of type Connection | |
---|---|
BlurResultIterableClient(Connection connection,
Blur.Client client,
String table,
BlurQuery query,
java.util.concurrent.atomic.AtomicLongArray facetCounts,
int remoteFetchCount)
|
Uses of Connection in org.apache.blur.thrift |
---|
Methods in org.apache.blur.thrift that return types with arguments of type Connection | |
---|---|
static List<Connection> |
BlurClientManager.getConnections(String connectionStr)
|
Methods in org.apache.blur.thrift with parameters of type Connection | ||
---|---|---|
T |
AbstractCommand.call(CLIENT client,
Connection connection)
If this method is implemented then the call(CLIENT client) method is not called. |
|
static
|
BlurClientManager.execute(Connection connection,
AbstractCommand<CLIENT,T> command)
|
|
static
|
BlurClientManager.execute(Connection connection,
AbstractCommand<CLIENT,T> command,
int maxRetries,
long backOffTime,
long maxBackOffTime)
|
|
Blur.Client |
ClientPool.getClient(Connection connection)
|
|
static Blur.Iface |
BlurClient.getClient(Connection connection)
|
|
static Blur.Iface |
BlurClient.getClient(Connection connection,
int maxRetries,
long backOffTime,
long maxBackOffTime)
|
|
Blur.Client |
ClientPool.newClient(Connection connection)
|
|
static Blur.Client |
BlurClientManager.newClient(Connection connection)
|
|
static void |
BlurClientManager.returnClient(Connection connection,
java.util.concurrent.atomic.AtomicReference<Blur.Client> client)
|
|
void |
ClientPool.returnClient(Connection connection,
Blur.Client client)
|
|
static void |
BlurClientManager.returnClient(Connection connection,
Blur.Client client)
|
|
void |
ClientPool.trashConnections(Connection connection,
Blur.Client client)
|
Method parameters in org.apache.blur.thrift with type arguments of type Connection | ||
---|---|---|
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 Blur.Iface |
BlurClient.getClient(List<Connection> connections)
|
|
static Blur.Iface |
BlurClient.getClient(List<Connection> connections,
int maxRetries,
long backOffTime,
long maxBackOffTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |