|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Blur.Iface in org.apache.blur.console.util |
---|
Methods in org.apache.blur.console.util that return Blur.Iface | |
---|---|
static Blur.Iface |
Config.getClient(String username,
String securityUser)
|
Uses of Blur.Iface in org.apache.blur.server |
---|
Classes in org.apache.blur.server that implement Blur.Iface | |
---|---|
class |
FilteredBlurServer
|
Constructors in org.apache.blur.server with parameters of type Blur.Iface | |
---|---|
FilteredBlurServer(BlurConfiguration configuration,
Blur.Iface iface,
boolean shard)
|
Uses of Blur.Iface in org.apache.blur.server.example |
---|
Classes in org.apache.blur.server.example that implement Blur.Iface | |
---|---|
class |
DisableTableAdminServer
|
Constructors in org.apache.blur.server.example with parameters of type Blur.Iface | |
---|---|
DisableTableAdminServer(BlurConfiguration configuration,
Blur.Iface iface,
boolean shard)
|
Uses of Blur.Iface in org.apache.blur.shell |
---|
Methods in org.apache.blur.shell with parameters of type Blur.Iface | |
---|---|
int |
CommandCompletor.complete(Blur.Iface client,
String potentialTable,
List<CharSequence> candidates,
String commandName)
|
void |
WaitInSafemodeCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
TruncateTableCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
TraceRemove.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
TraceList.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
TopCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
TermsDataCommand.doit(PrintWriter outPw,
Blur.Iface client,
String[] args)
|
void |
TableStatsCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
ShardServerLayoutCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
ShardsEchoCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
ShardClusterListCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
SelectorCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
SchemaTableCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
RemoveTableCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
RemoveSnapshotCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
RemoveShardServerCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
QueryCommandOld.doit(PrintWriter outPw,
Blur.Iface client,
String[] args)
|
void |
QueryCommand.doit(PrintWriter outPw,
Blur.Iface client,
String[] args)
|
void |
ParseCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
OptimizeTableCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
MutateRowCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
Main.QuitCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
LogResetCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
LogCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
LoadTestDataCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
ListTablesCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
ListSnapshotsCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
IndexAccessLogCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
GetRowCommand.doit(PrintWriter outPw,
Blur.Iface client,
String[] args)
|
void |
EnableTableCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
DiscoverFileBufferSizeUtil.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
DisableTableCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
DescribeTableCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
DeleteRowCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
CreateTableCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
CreateSnapshotCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
ControllersEchoCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
abstract void |
Command.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
AddColumnDefinitionCommand.doit(PrintWriter out,
Blur.Iface client,
String[] args)
|
void |
TopCommand.doitInternal(PrintWriter out,
Blur.Iface client,
String[] args)
|
Constructors in org.apache.blur.shell with parameters of type Blur.Iface | |
---|---|
CommandCompletor(Map<String,Command> commands,
Blur.Iface client)
|
Uses of Blur.Iface in org.apache.blur.thrift |
---|
Classes in org.apache.blur.thrift that implement Blur.Iface | |
---|---|
class |
BlurControllerServer
|
class |
BlurShardServer
|
class |
TableAdmin
|
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)
|
Blur.Iface |
ThriftServer.getIface()
|
Methods in org.apache.blur.thrift with parameters of type Blur.Iface | |
---|---|
void |
ThriftServer.setIface(Blur.Iface iface)
|
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)
|
Uses of Blur.Iface in org.apache.blur.utils |
---|
Methods in org.apache.blur.utils with type parameters of type Blur.Iface | ||
---|---|---|
static
|
BlurUtil.lastChanceErrorHandling(T t,
Class<T> clazz)
|
|
static
|
BlurUtil.recordMethodCallsAndAverageTimes(T t,
Class<T> clazz,
boolean controller)
|
Methods in org.apache.blur.utils that return Blur.Iface | |
---|---|
static Blur.Iface |
BlurUtil.runTrace(Blur.Iface iface,
boolean controller)
|
static Blur.Iface |
BlurUtil.runWithUser(Blur.Iface iface,
boolean controller)
|
static Blur.Iface |
BlurUtil.wrapFilteredBlurServer(BlurConfiguration configuration,
Blur.Iface iface,
boolean shard)
|
Methods in org.apache.blur.utils with parameters of type Blur.Iface | |
---|---|
static BlurResults |
BlurUtil.convertToHits(BlurResultIterable hitsIterable,
BlurQuery query,
java.util.concurrent.atomic.AtomicLongArray facetCounts,
java.util.concurrent.ExecutorService executor,
Selector selector,
Blur.Iface iface,
String table)
|
static Blur.Iface |
BlurUtil.runTrace(Blur.Iface iface,
boolean controller)
|
static Blur.Iface |
BlurUtil.runWithUser(Blur.Iface iface,
boolean controller)
|
static Blur.Iface |
BlurUtil.wrapFilteredBlurServer(BlurConfiguration configuration,
Blur.Iface iface,
boolean shard)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |