|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Blur.Iface | |
---|---|
org.apache.blur.thrift | |
org.apache.blur.thrift.generated | |
org.apache.blur.thrift.util |
Uses of Blur.Iface in org.apache.blur.thrift |
---|
Methods in org.apache.blur.thrift that return Blur.Iface | |
---|---|
static Blur.Iface |
BlurClient.getClient(Connection connection)
|
static Blur.Iface |
BlurClient.getClient(Connection connection,
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)
|
static Blur.Iface |
BlurClient.getClient(String connectionStr)
Returns a client interface to Blur based on the connectionStr. |
static Blur.Iface |
BlurClient.getClient(String connectionStr,
int maxRetries,
long backOffTime,
long maxBackOffTime)
|
Uses of Blur.Iface in org.apache.blur.thrift.generated |
---|
Classes in org.apache.blur.thrift.generated that implement Blur.Iface | |
---|---|
static class |
Blur.Client
|
class |
SafeClientGen
|
Uses of Blur.Iface in org.apache.blur.thrift.util |
---|
Methods in org.apache.blur.thrift.util with parameters of type Blur.Iface | |
---|---|
void |
CreateInsertQueryRepeating.createTable(Blur.Iface client,
String tableName,
String cluster)
|
void |
CreateInsertQueryRepeating.getClusters(Blur.Iface client)
|
static void |
LoadData.runLoad(Blur.Iface client,
boolean enqueue,
String table,
int numberRows,
int numberRecordsPerRow,
int numberOfFamilies,
int numberOfColumns,
int numberOfWords,
int batch,
PrintWriter out)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |