|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.thirdparty.thrift_0_9_0.TServiceClient
org.apache.blur.thrift.generated.Blur.Client
org.apache.blur.thrift.generated.SafeClientGen
public class SafeClientGen
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.blur.thrift.generated.Blur.Client |
---|
Blur.Client.Factory |
Constructor Summary | |
---|---|
SafeClientGen(TProtocol prot)
|
|
SafeClientGen(TProtocol iprot,
TProtocol oprot)
|
Method Summary | |
---|---|
boolean |
addColumnDefinition(String arg0,
ColumnDefinition arg1)
Attempts to add a column definition to the given table. |
void |
cancelQuery(String arg0,
String arg1)
Cancels a query that is executing against the given table with the given uuid. |
Map |
configuration()
Fetches the Blur configuration. |
List |
controllerServerList()
Returns a list of all the controller servers. |
void |
createSnapshot(String arg0,
String arg1)
Creates a snapshot for the table with the given name |
void |
createTable(TableDescriptor arg0)
Creates a table with the given TableDescriptor. |
TableDescriptor |
describe(String arg0)
Returns a table descriptor for the given table. |
void |
disableTable(String arg0)
Disables the given table, blocking until all shards are offline. |
void |
enableTable(String arg0)
Enables the given table, blocking until all shards are online. |
void |
enqueueMutate(RowMutation arg0)
Enqueue a RowMutation. |
void |
enqueueMutateBatch(List arg0)
Enqueue a batch of RowMutations. |
FetchResult |
fetchRow(String arg0,
Selector arg1)
Fetches a Row or a Record in the given table with the given Selector. |
List |
fetchRowBatch(String arg0,
List arg1)
Fetches a batch of Rows or Records in the given table with the given Selector list. |
boolean |
isInSafeMode(String arg0)
Checks to see if the given cluster is in safemode. |
Map |
listSnapshots(String arg0)
Returns a map where the key is the shard, and the list is the snapshots within that shard |
void |
logging(String arg0,
Level arg1)
Changes the logging level for the given instance dynamically at runtime. |
Map |
metrics(Set arg0)
Fetches the Blur metrics by name. |
void |
mutate(RowMutation arg0)
Mutates a Row given the RowMutation that is provided. |
void |
mutateBatch(List arg0)
Mutates a group of Rows given the list of RowMutations that are provided. |
void |
optimize(String arg0,
int arg1)
Will perform a forced optimize on the index in the given table. |
String |
parseQuery(String arg0,
Query arg1)
Parses the given query and returns the string that represents the query. |
void |
ping()
A way to ping a server to make sure the connection is still valid. |
BlurResults |
query(String arg0,
BlurQuery arg1)
Executes a query against a the given table and returns the results. |
BlurQueryStatus |
queryStatusById(String arg0,
String arg1)
Returns the query status for the given table and query uuid. |
List |
queryStatusIdList(String arg0)
Returns a list of the query ids of queries that have recently been executed for the given table. |
long |
recordFrequency(String arg0,
String arg1,
String arg2,
String arg3)
Gets the record frequency for the provided table, family, column and value. |
boolean |
recv_addColumnDefinition()
|
void |
recv_cancelQuery()
|
Map |
recv_configuration()
|
List |
recv_controllerServerList()
|
void |
recv_createSnapshot()
|
void |
recv_createTable()
|
TableDescriptor |
recv_describe()
|
void |
recv_disableTable()
|
void |
recv_enableTable()
|
void |
recv_enqueueMutate()
|
void |
recv_enqueueMutateBatch()
|
FetchResult |
recv_fetchRow()
|
List |
recv_fetchRowBatch()
|
boolean |
recv_isInSafeMode()
|
Map |
recv_listSnapshots()
|
void |
recv_logging()
|
Map |
recv_metrics()
|
void |
recv_mutate()
|
void |
recv_mutateBatch()
|
void |
recv_optimize()
|
String |
recv_parseQuery()
|
void |
recv_ping()
|
BlurResults |
recv_query()
|
BlurQueryStatus |
recv_queryStatusById()
|
List |
recv_queryStatusIdList()
|
long |
recv_recordFrequency()
|
void |
recv_removeSnapshot()
|
void |
recv_removeTable()
|
void |
recv_resetLogging()
|
Schema |
recv_schema()
|
List |
recv_shardClusterList()
|
Map |
recv_shardServerLayout()
|
Map |
recv_shardServerLayoutState()
|
List |
recv_shardServerList()
|
List |
recv_tableList()
|
List |
recv_tableListByCluster()
|
TableStats |
recv_tableStats()
|
List |
recv_terms()
|
List |
recv_traceList()
|
void |
recv_traceRemove()
|
String |
recv_traceRequestFetch()
|
List |
recv_traceRequestList()
|
void |
removeSnapshot(String arg0,
String arg1)
Removes a previous snapshot(identified by name) of the table |
void |
removeTable(String arg0,
boolean arg1)
Removes the given table, with an optional to delete the underlying index storage as well. |
void |
resetLogging()
Resets the logging for this instance to match the log4j file. |
Schema |
schema(String arg0)
Gets the schema for a given table. |
void |
send_addColumnDefinition(String arg0,
ColumnDefinition arg1)
|
void |
send_cancelQuery(String arg0,
String arg1)
|
void |
send_configuration()
|
void |
send_controllerServerList()
|
void |
send_createSnapshot(String arg0,
String arg1)
|
void |
send_createTable(TableDescriptor arg0)
|
void |
send_describe(String arg0)
|
void |
send_disableTable(String arg0)
|
void |
send_enableTable(String arg0)
|
void |
send_enqueueMutate(RowMutation arg0)
|
void |
send_enqueueMutateBatch(List arg0)
|
void |
send_fetchRow(String arg0,
Selector arg1)
|
void |
send_fetchRowBatch(String arg0,
List arg1)
|
void |
send_isInSafeMode(String arg0)
|
void |
send_listSnapshots(String arg0)
|
void |
send_logging(String arg0,
Level arg1)
|
void |
send_metrics(Set arg0)
|
void |
send_mutate(RowMutation arg0)
|
void |
send_mutateBatch(List arg0)
|
void |
send_optimize(String arg0,
int arg1)
|
void |
send_parseQuery(String arg0,
Query arg1)
|
void |
send_ping()
|
void |
send_query(String arg0,
BlurQuery arg1)
|
void |
send_queryStatusById(String arg0,
String arg1)
|
void |
send_queryStatusIdList(String arg0)
|
void |
send_recordFrequency(String arg0,
String arg1,
String arg2,
String arg3)
|
void |
send_removeSnapshot(String arg0,
String arg1)
|
void |
send_removeTable(String arg0,
boolean arg1)
|
void |
send_resetLogging()
|
void |
send_schema(String arg0)
|
void |
send_setUser(User arg0)
|
void |
send_shardClusterList()
|
void |
send_shardServerLayout(String arg0)
|
void |
send_shardServerLayoutState(String arg0)
|
void |
send_shardServerList(String arg0)
|
void |
send_startTrace(String arg0,
String arg1)
|
void |
send_tableList()
|
void |
send_tableListByCluster(String arg0)
|
void |
send_tableStats(String arg0)
|
void |
send_terms(String arg0,
String arg1,
String arg2,
String arg3,
short arg4)
|
void |
send_traceList()
|
void |
send_traceRemove(String arg0)
|
void |
send_traceRequestFetch(String arg0,
String arg1)
|
void |
send_traceRequestList(String arg0)
|
void |
setUser(User arg0)
Sets the User for the current session. |
List |
shardClusterList()
Returns a list of all the shard clusters. |
Map |
shardServerLayout(String arg0)
Returns a map of the layout of the given table, where the key is the shard name and the value is the shard server. This method will return the "correct" layout for the given shard, or the "correct" layout of cluster if called on a controller. The meaning of correct: Given the current state of the shard cluster with failures taken into account, the correct layout is what the layout should be given the current state. |
Map |
shardServerLayoutState(String arg0)
Returns a map of the layout of the given table, where the key is the shard name and the value is the shard server. This method will return immediately with what shards are currently open in the shard server. |
List |
shardServerList(String arg0)
Returns a list of all the shard servers for the given cluster. |
void |
startTrace(String arg0,
String arg1)
Starts a trace with the given trace id. |
List |
tableList()
Returns a list of the table names across all shard clusters. |
List |
tableListByCluster(String arg0)
Returns a list of the table names for the given cluster. |
TableStats |
tableStats(String arg0)
Gets the table stats for the given table. |
List |
terms(String arg0,
String arg1,
String arg2,
String arg3,
short arg4)
Gets the terms list from the index for the given table, family, column using the startWith value to page through the results. |
List |
traceList()
Get a list of all the traces. |
void |
traceRemove(String arg0)
Remove the trace for the given trace id. |
String |
traceRequestFetch(String arg0,
String arg1)
Fetches the given trace. |
List |
traceRequestList(String arg0)
Gets a request list for the given trace. |
Methods inherited from class org.apache.blur.thirdparty.thrift_0_9_0.TServiceClient |
---|
getInputProtocol, getOutputProtocol |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SafeClientGen(TProtocol iprot, TProtocol oprot)
public SafeClientGen(TProtocol prot)
Method Detail |
---|
public boolean addColumnDefinition(String arg0, ColumnDefinition arg1) throws BlurException, TException
Blur.Iface
addColumnDefinition
in interface Blur.Iface
addColumnDefinition
in class Blur.Client
arg0
- the name of the table.arg1
- the ColumnDefinition.
BlurException
TException
public void cancelQuery(String arg0, String arg1) throws BlurException, TException
Blur.Iface
cancelQuery
in interface Blur.Iface
cancelQuery
in class Blur.Client
arg0
- the table name.arg1
- the uuid of the query.
BlurException
TException
public Map configuration() throws BlurException, TException
Blur.Iface
configuration
in interface Blur.Iface
configuration
in class Blur.Client
BlurException
TException
public List controllerServerList() throws BlurException, TException
Blur.Iface
controllerServerList
in interface Blur.Iface
controllerServerList
in class Blur.Client
BlurException
TException
public void createSnapshot(String arg0, String arg1) throws BlurException, TException
Blur.Iface
createSnapshot
in interface Blur.Iface
createSnapshot
in class Blur.Client
BlurException
TException
public void createTable(TableDescriptor arg0) throws BlurException, TException
Blur.Iface
createTable
in interface Blur.Iface
createTable
in class Blur.Client
arg0
- the TableDescriptor.
BlurException
TException
public TableDescriptor describe(String arg0) throws BlurException, TException
Blur.Iface
describe
in interface Blur.Iface
describe
in class Blur.Client
arg0
- the table name.
BlurException
TException
public void disableTable(String arg0) throws BlurException, TException
Blur.Iface
disableTable
in interface Blur.Iface
disableTable
in class Blur.Client
arg0
- the table name.
BlurException
TException
public void enableTable(String arg0) throws BlurException, TException
Blur.Iface
enableTable
in interface Blur.Iface
enableTable
in class Blur.Client
arg0
- the table name.
BlurException
TException
public void enqueueMutate(RowMutation arg0) throws BlurException, TException
Blur.Iface
enqueueMutate
in interface Blur.Iface
enqueueMutate
in class Blur.Client
arg0
- the RowMutation.
BlurException
TException
public void enqueueMutateBatch(List arg0) throws BlurException, TException
Blur.Iface
enqueueMutateBatch
in interface Blur.Iface
enqueueMutateBatch
in class Blur.Client
arg0
- the batch of RowMutations.
BlurException
TException
public FetchResult fetchRow(String arg0, Selector arg1) throws BlurException, TException
Blur.Iface
fetchRow
in interface Blur.Iface
fetchRow
in class Blur.Client
arg0
- the table name.arg1
- the Selector to use to fetch the Row or Record.
BlurException
TException
public List fetchRowBatch(String arg0, List arg1) throws BlurException, TException
Blur.Iface
fetchRowBatch
in interface Blur.Iface
fetchRowBatch
in class Blur.Client
arg0
- the table name.arg1
- the Selector to use to fetch the Row or Record.
BlurException
TException
public boolean isInSafeMode(String arg0) throws BlurException, TException
Blur.Iface
isInSafeMode
in interface Blur.Iface
isInSafeMode
in class Blur.Client
arg0
- the name of the cluster.
BlurException
TException
public Map listSnapshots(String arg0) throws BlurException, TException
Blur.Iface
listSnapshots
in interface Blur.Iface
listSnapshots
in class Blur.Client
BlurException
TException
public void logging(String arg0, Level arg1) throws BlurException, TException
Blur.Iface
logging
in interface Blur.Iface
logging
in class Blur.Client
arg0
- the className or Logger Name of the Logger to be changed.arg1
- the logging level.
BlurException
TException
public Map metrics(Set arg0) throws BlurException, TException
Blur.Iface
metrics
in interface Blur.Iface
metrics
in class Blur.Client
arg0
- the names of the metrics to return. If null all are returned.
BlurException
TException
public void mutate(RowMutation arg0) throws BlurException, TException
Blur.Iface
mutate
in interface Blur.Iface
mutate
in class Blur.Client
arg0
- the RowMutation.
BlurException
TException
public void mutateBatch(List arg0) throws BlurException, TException
Blur.Iface
mutateBatch
in interface Blur.Iface
mutateBatch
in class Blur.Client
arg0
- the batch of RowMutations.
BlurException
TException
public void optimize(String arg0, int arg1) throws BlurException, TException
Blur.Iface
optimize
in interface Blur.Iface
optimize
in class Blur.Client
arg0
- table the name of the table.arg1
- the maximum of segments per shard index after the operation is completed.
BlurException
TException
public String parseQuery(String arg0, Query arg1) throws BlurException, TException
Blur.Iface
parseQuery
in interface Blur.Iface
parseQuery
in class Blur.Client
arg0
- the table name.arg1
- the query to parse.
BlurException
TException
public void ping() throws TException
Blur.Iface
ping
in interface Blur.Iface
ping
in class Blur.Client
TException
public BlurResults query(String arg0, BlurQuery arg1) throws BlurException, TException
Blur.Iface
query
in interface Blur.Iface
query
in class Blur.Client
arg0
- the table name.arg1
- the query to execute.
BlurException
TException
public BlurQueryStatus queryStatusById(String arg0, String arg1) throws BlurException, TException
Blur.Iface
queryStatusById
in interface Blur.Iface
queryStatusById
in class Blur.Client
arg0
- the table name.arg1
- the uuid of the query.
BlurException
TException
public List queryStatusIdList(String arg0) throws BlurException, TException
Blur.Iface
queryStatusIdList
in interface Blur.Iface
queryStatusIdList
in class Blur.Client
arg0
- the table name.
BlurException
TException
public long recordFrequency(String arg0, String arg1, String arg2, String arg3) throws BlurException, TException
Blur.Iface
recordFrequency
in interface Blur.Iface
recordFrequency
in class Blur.Client
arg0
- the table name.arg1
- the column family. If the frequency requested is a system field like "rowid", "recordid", "family", etc then columnFamily can be null.arg2
- the column name.arg3
- the value.
BlurException
TException
public boolean recv_addColumnDefinition() throws BlurException, TException
recv_addColumnDefinition
in class Blur.Client
BlurException
TException
public void recv_cancelQuery() throws BlurException, TException
recv_cancelQuery
in class Blur.Client
BlurException
TException
public Map recv_configuration() throws BlurException, TException
recv_configuration
in class Blur.Client
BlurException
TException
public List recv_controllerServerList() throws BlurException, TException
recv_controllerServerList
in class Blur.Client
BlurException
TException
public void recv_createSnapshot() throws BlurException, TException
recv_createSnapshot
in class Blur.Client
BlurException
TException
public void recv_createTable() throws BlurException, TException
recv_createTable
in class Blur.Client
BlurException
TException
public TableDescriptor recv_describe() throws BlurException, TException
recv_describe
in class Blur.Client
BlurException
TException
public void recv_disableTable() throws BlurException, TException
recv_disableTable
in class Blur.Client
BlurException
TException
public void recv_enableTable() throws BlurException, TException
recv_enableTable
in class Blur.Client
BlurException
TException
public void recv_enqueueMutate() throws BlurException, TException
recv_enqueueMutate
in class Blur.Client
BlurException
TException
public void recv_enqueueMutateBatch() throws BlurException, TException
recv_enqueueMutateBatch
in class Blur.Client
BlurException
TException
public FetchResult recv_fetchRow() throws BlurException, TException
recv_fetchRow
in class Blur.Client
BlurException
TException
public List recv_fetchRowBatch() throws BlurException, TException
recv_fetchRowBatch
in class Blur.Client
BlurException
TException
public boolean recv_isInSafeMode() throws BlurException, TException
recv_isInSafeMode
in class Blur.Client
BlurException
TException
public Map recv_listSnapshots() throws BlurException, TException
recv_listSnapshots
in class Blur.Client
BlurException
TException
public void recv_logging() throws BlurException, TException
recv_logging
in class Blur.Client
BlurException
TException
public Map recv_metrics() throws BlurException, TException
recv_metrics
in class Blur.Client
BlurException
TException
public void recv_mutate() throws BlurException, TException
recv_mutate
in class Blur.Client
BlurException
TException
public void recv_mutateBatch() throws BlurException, TException
recv_mutateBatch
in class Blur.Client
BlurException
TException
public void recv_optimize() throws BlurException, TException
recv_optimize
in class Blur.Client
BlurException
TException
public String recv_parseQuery() throws BlurException, TException
recv_parseQuery
in class Blur.Client
BlurException
TException
public void recv_ping() throws TException
recv_ping
in class Blur.Client
TException
public BlurResults recv_query() throws BlurException, TException
recv_query
in class Blur.Client
BlurException
TException
public BlurQueryStatus recv_queryStatusById() throws BlurException, TException
recv_queryStatusById
in class Blur.Client
BlurException
TException
public List recv_queryStatusIdList() throws BlurException, TException
recv_queryStatusIdList
in class Blur.Client
BlurException
TException
public long recv_recordFrequency() throws BlurException, TException
recv_recordFrequency
in class Blur.Client
BlurException
TException
public void recv_removeSnapshot() throws BlurException, TException
recv_removeSnapshot
in class Blur.Client
BlurException
TException
public void recv_removeTable() throws BlurException, TException
recv_removeTable
in class Blur.Client
BlurException
TException
public void recv_resetLogging() throws BlurException, TException
recv_resetLogging
in class Blur.Client
BlurException
TException
public Schema recv_schema() throws BlurException, TException
recv_schema
in class Blur.Client
BlurException
TException
public List recv_shardClusterList() throws BlurException, TException
recv_shardClusterList
in class Blur.Client
BlurException
TException
public Map recv_shardServerLayout() throws BlurException, TException
recv_shardServerLayout
in class Blur.Client
BlurException
TException
public Map recv_shardServerLayoutState() throws BlurException, TException
recv_shardServerLayoutState
in class Blur.Client
BlurException
TException
public List recv_shardServerList() throws BlurException, TException
recv_shardServerList
in class Blur.Client
BlurException
TException
public List recv_tableList() throws BlurException, TException
recv_tableList
in class Blur.Client
BlurException
TException
public List recv_tableListByCluster() throws BlurException, TException
recv_tableListByCluster
in class Blur.Client
BlurException
TException
public TableStats recv_tableStats() throws BlurException, TException
recv_tableStats
in class Blur.Client
BlurException
TException
public List recv_terms() throws BlurException, TException
recv_terms
in class Blur.Client
BlurException
TException
public List recv_traceList() throws BlurException, TException
recv_traceList
in class Blur.Client
BlurException
TException
public void recv_traceRemove() throws BlurException, TException
recv_traceRemove
in class Blur.Client
BlurException
TException
public String recv_traceRequestFetch() throws BlurException, TException
recv_traceRequestFetch
in class Blur.Client
BlurException
TException
public List recv_traceRequestList() throws BlurException, TException
recv_traceRequestList
in class Blur.Client
BlurException
TException
public void removeSnapshot(String arg0, String arg1) throws BlurException, TException
Blur.Iface
removeSnapshot
in interface Blur.Iface
removeSnapshot
in class Blur.Client
BlurException
TException
public void removeTable(String arg0, boolean arg1) throws BlurException, TException
Blur.Iface
removeTable
in interface Blur.Iface
removeTable
in class Blur.Client
arg0
- the table name.arg1
- true to remove the index storage and false if to preserve.
BlurException
TException
public void resetLogging() throws BlurException, TException
Blur.Iface
resetLogging
in interface Blur.Iface
resetLogging
in class Blur.Client
BlurException
TException
public Schema schema(String arg0) throws BlurException, TException
Blur.Iface
schema
in interface Blur.Iface
schema
in class Blur.Client
arg0
- the table name.
BlurException
TException
public void send_addColumnDefinition(String arg0, ColumnDefinition arg1) throws TException
send_addColumnDefinition
in class Blur.Client
TException
public void send_cancelQuery(String arg0, String arg1) throws TException
send_cancelQuery
in class Blur.Client
TException
public void send_configuration() throws TException
send_configuration
in class Blur.Client
TException
public void send_controllerServerList() throws TException
send_controllerServerList
in class Blur.Client
TException
public void send_createSnapshot(String arg0, String arg1) throws TException
send_createSnapshot
in class Blur.Client
TException
public void send_createTable(TableDescriptor arg0) throws TException
send_createTable
in class Blur.Client
TException
public void send_describe(String arg0) throws TException
send_describe
in class Blur.Client
TException
public void send_disableTable(String arg0) throws TException
send_disableTable
in class Blur.Client
TException
public void send_enableTable(String arg0) throws TException
send_enableTable
in class Blur.Client
TException
public void send_enqueueMutate(RowMutation arg0) throws TException
send_enqueueMutate
in class Blur.Client
TException
public void send_enqueueMutateBatch(List arg0) throws TException
send_enqueueMutateBatch
in class Blur.Client
TException
public void send_fetchRow(String arg0, Selector arg1) throws TException
send_fetchRow
in class Blur.Client
TException
public void send_fetchRowBatch(String arg0, List arg1) throws TException
send_fetchRowBatch
in class Blur.Client
TException
public void send_isInSafeMode(String arg0) throws TException
send_isInSafeMode
in class Blur.Client
TException
public void send_listSnapshots(String arg0) throws TException
send_listSnapshots
in class Blur.Client
TException
public void send_logging(String arg0, Level arg1) throws TException
send_logging
in class Blur.Client
TException
public void send_metrics(Set arg0) throws TException
send_metrics
in class Blur.Client
TException
public void send_mutate(RowMutation arg0) throws TException
send_mutate
in class Blur.Client
TException
public void send_mutateBatch(List arg0) throws TException
send_mutateBatch
in class Blur.Client
TException
public void send_optimize(String arg0, int arg1) throws TException
send_optimize
in class Blur.Client
TException
public void send_parseQuery(String arg0, Query arg1) throws TException
send_parseQuery
in class Blur.Client
TException
public void send_ping() throws TException
send_ping
in class Blur.Client
TException
public void send_query(String arg0, BlurQuery arg1) throws TException
send_query
in class Blur.Client
TException
public void send_queryStatusById(String arg0, String arg1) throws TException
send_queryStatusById
in class Blur.Client
TException
public void send_queryStatusIdList(String arg0) throws TException
send_queryStatusIdList
in class Blur.Client
TException
public void send_recordFrequency(String arg0, String arg1, String arg2, String arg3) throws TException
send_recordFrequency
in class Blur.Client
TException
public void send_removeSnapshot(String arg0, String arg1) throws TException
send_removeSnapshot
in class Blur.Client
TException
public void send_removeTable(String arg0, boolean arg1) throws TException
send_removeTable
in class Blur.Client
TException
public void send_resetLogging() throws TException
send_resetLogging
in class Blur.Client
TException
public void send_schema(String arg0) throws TException
send_schema
in class Blur.Client
TException
public void send_setUser(User arg0) throws TException
send_setUser
in class Blur.Client
TException
public void send_shardClusterList() throws TException
send_shardClusterList
in class Blur.Client
TException
public void send_shardServerLayout(String arg0) throws TException
send_shardServerLayout
in class Blur.Client
TException
public void send_shardServerLayoutState(String arg0) throws TException
send_shardServerLayoutState
in class Blur.Client
TException
public void send_shardServerList(String arg0) throws TException
send_shardServerList
in class Blur.Client
TException
public void send_startTrace(String arg0, String arg1) throws TException
send_startTrace
in class Blur.Client
TException
public void send_tableList() throws TException
send_tableList
in class Blur.Client
TException
public void send_tableListByCluster(String arg0) throws TException
send_tableListByCluster
in class Blur.Client
TException
public void send_tableStats(String arg0) throws TException
send_tableStats
in class Blur.Client
TException
public void send_terms(String arg0, String arg1, String arg2, String arg3, short arg4) throws TException
send_terms
in class Blur.Client
TException
public void send_traceList() throws TException
send_traceList
in class Blur.Client
TException
public void send_traceRemove(String arg0) throws TException
send_traceRemove
in class Blur.Client
TException
public void send_traceRequestFetch(String arg0, String arg1) throws TException
send_traceRequestFetch
in class Blur.Client
TException
public void send_traceRequestList(String arg0) throws TException
send_traceRequestList
in class Blur.Client
TException
public void setUser(User arg0) throws TException
Blur.Iface
setUser
in interface Blur.Iface
setUser
in class Blur.Client
arg0
- the User object.
TException
public List shardClusterList() throws BlurException, TException
Blur.Iface
shardClusterList
in interface Blur.Iface
shardClusterList
in class Blur.Client
BlurException
TException
public Map shardServerLayout(String arg0) throws BlurException, TException
Blur.Iface
shardServerLayout
in interface Blur.Iface
shardServerLayout
in class Blur.Client
arg0
- the table name.
BlurException
TException
public Map shardServerLayoutState(String arg0) throws BlurException, TException
Blur.Iface
shardServerLayoutState
in interface Blur.Iface
shardServerLayoutState
in class Blur.Client
arg0
- the table name.
BlurException
TException
public List shardServerList(String arg0) throws BlurException, TException
Blur.Iface
shardServerList
in interface Blur.Iface
shardServerList
in class Blur.Client
arg0
- the cluster name.
BlurException
TException
public void startTrace(String arg0, String arg1) throws TException
Blur.Iface
startTrace
in interface Blur.Iface
startTrace
in class Blur.Client
arg0
- the trace id.arg1
- the request id, used to connected remote calls together. Client can pass null.
TException
public List tableList() throws BlurException, TException
Blur.Iface
tableList
in interface Blur.Iface
tableList
in class Blur.Client
BlurException
TException
public List tableListByCluster(String arg0) throws BlurException, TException
Blur.Iface
tableListByCluster
in interface Blur.Iface
tableListByCluster
in class Blur.Client
arg0
- the cluster name.
BlurException
TException
public TableStats tableStats(String arg0) throws BlurException, TException
Blur.Iface
tableStats
in interface Blur.Iface
tableStats
in class Blur.Client
arg0
- the table name.
BlurException
TException
public List terms(String arg0, String arg1, String arg2, String arg3, short arg4) throws BlurException, TException
Blur.Iface
terms
in interface Blur.Iface
terms
in class Blur.Client
arg0
- the table name.arg1
- the column family. If the frequency requested is a system field like "rowid", "recordid", "family", etc then columnFamily can be null.arg2
- the column name.arg3
- the term to start with assuming that you are paging through the term list.arg4
- the number to fetch at once.
BlurException
TException
public List traceList() throws BlurException, TException
Blur.Iface
traceList
in interface Blur.Iface
traceList
in class Blur.Client
BlurException
TException
public void traceRemove(String arg0) throws BlurException, TException
Blur.Iface
traceRemove
in interface Blur.Iface
traceRemove
in class Blur.Client
arg0
- the trace id.
BlurException
TException
public String traceRequestFetch(String arg0, String arg1) throws BlurException, TException
Blur.Iface
traceRequestFetch
in interface Blur.Iface
traceRequestFetch
in class Blur.Client
arg0
- the trace id.arg1
- the request id.
BlurException
TException
public List traceRequestList(String arg0) throws BlurException, TException
Blur.Iface
traceRequestList
in interface Blur.Iface
traceRequestList
in class Blur.Client
arg0
- the trace id.
BlurException
TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |