|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TProtocol in org.apache.blur.thirdparty.thrift_0_9_0 |
---|
Methods in org.apache.blur.thirdparty.thrift_0_9_0 that return TProtocol | |
---|---|
TProtocol |
TServiceClient.getInputProtocol()
Get the TProtocol being used as the input (read) protocol. |
TProtocol |
TServiceClient.getOutputProtocol()
Get the TProtocol being used as the output (write) protocol. |
Methods in org.apache.blur.thirdparty.thrift_0_9_0 with parameters of type TProtocol | |
---|---|
T |
TServiceClientFactory.getClient(TProtocol prot)
Get a brand-new T using prot as both the input and output protocol. |
T |
TServiceClientFactory.getClient(TProtocol iprot,
TProtocol oprot)
Get a brand new T using the specified input and output protocols. |
void |
ProcessFunction.process(int seqid,
TProtocol iprot,
TProtocol oprot,
I iface)
|
boolean |
TProcessor.process(TProtocol in,
TProtocol out)
|
boolean |
TBaseProcessor.process(TProtocol in,
TProtocol out)
|
void |
TUnion.read(TProtocol iprot)
|
void |
TBase.read(TProtocol iprot)
Reads the TObject from the given input protocol. |
static TApplicationException |
TApplicationException.read(TProtocol iprot)
|
void |
TUnion.write(TProtocol oprot)
|
void |
TBase.write(TProtocol oprot)
Writes the objects out to the protocol |
void |
TApplicationException.write(TProtocol oprot)
|
Constructors in org.apache.blur.thirdparty.thrift_0_9_0 with parameters of type TProtocol | |
---|---|
TServiceClient(TProtocol prot)
|
|
TServiceClient(TProtocol iprot,
TProtocol oprot)
|
Uses of TProtocol in org.apache.blur.thirdparty.thrift_0_9_0.protocol |
---|
Subclasses of TProtocol in org.apache.blur.thirdparty.thrift_0_9_0.protocol | |
---|---|
class |
TBinaryProtocol
Binary protocol implementation for thrift. |
class |
TCompactProtocol
TCompactProtocol2 is the Java implementation of the compact protocol specified in THRIFT-110. |
class |
TJSONProtocol
JSON protocol implementation for thrift. |
class |
TSimpleJSONProtocol
JSON protocol implementation for thrift. |
class |
TTupleProtocol
|
Methods in org.apache.blur.thirdparty.thrift_0_9_0.protocol that return TProtocol | |
---|---|
TProtocol |
TTupleProtocol.Factory.getProtocol(TTransport trans)
|
TProtocol |
TSimpleJSONProtocol.Factory.getProtocol(TTransport trans)
|
TProtocol |
TProtocolFactory.getProtocol(TTransport trans)
|
TProtocol |
TJSONProtocol.Factory.getProtocol(TTransport trans)
|
TProtocol |
TCompactProtocol.Factory.getProtocol(TTransport trans)
|
TProtocol |
TBinaryProtocol.Factory.getProtocol(TTransport trans)
|
Methods in org.apache.blur.thirdparty.thrift_0_9_0.protocol with parameters of type TProtocol | |
---|---|
static void |
TProtocolUtil.skip(TProtocol prot,
byte type)
Skips over the next data element from the provided input TProtocol object. |
static void |
TProtocolUtil.skip(TProtocol prot,
byte type,
int maxDepth)
Skips over the next data element from the provided input TProtocol object. |
Uses of TProtocol in org.apache.blur.thirdparty.thrift_0_9_0.scheme |
---|
Methods in org.apache.blur.thirdparty.thrift_0_9_0.scheme with parameters of type TProtocol | |
---|---|
void |
IScheme.read(TProtocol iproto,
T struct)
|
void |
IScheme.write(TProtocol oproto,
T struct)
|
Uses of TProtocol in org.apache.blur.thirdparty.thrift_0_9_0.server |
---|
Methods in org.apache.blur.thirdparty.thrift_0_9_0.server with parameters of type TProtocol | |
---|---|
ServerContext |
TServerEventHandler.createContext(TProtocol input,
TProtocol output,
Object frameBuffer)
Called when a new client has connected and is about to being processing. |
void |
TServerEventHandler.deleteContext(ServerContext serverContext,
TProtocol input,
TProtocol output)
Called when a client has finished request-handling to delete server context. |
Uses of TProtocol in org.apache.blur.thrift.generated |
---|
Methods in org.apache.blur.thrift.generated with parameters of type TProtocol | |
---|---|
Blur.Client |
Blur.Client.Factory.getClient(TProtocol prot)
|
Blur.Client |
Blur.Client.Factory.getClient(TProtocol iprot,
TProtocol oprot)
|
void |
User.read(TProtocol iprot)
|
void |
TableStats.read(TProtocol iprot)
|
void |
TableDescriptor.read(TProtocol iprot)
|
void |
SortField.read(TProtocol iprot)
|
void |
Selector.read(TProtocol iprot)
|
void |
Schema.read(TProtocol iprot)
|
void |
RowMutation.read(TProtocol iprot)
|
void |
Row.read(TProtocol iprot)
|
void |
RecordMutation.read(TProtocol iprot)
|
void |
Record.read(TProtocol iprot)
|
void |
Query.read(TProtocol iprot)
|
void |
Metric.read(TProtocol iprot)
|
void |
HighlightOptions.read(TProtocol iprot)
|
void |
FetchRowResult.read(TProtocol iprot)
|
void |
FetchResult.read(TProtocol iprot)
|
void |
FetchRecordResult.read(TProtocol iprot)
|
void |
Facet.read(TProtocol iprot)
|
void |
CpuTime.read(TProtocol iprot)
|
void |
ColumnDefinition.read(TProtocol iprot)
|
void |
Column.read(TProtocol iprot)
|
void |
BlurResults.read(TProtocol iprot)
|
void |
BlurResult.read(TProtocol iprot)
|
void |
BlurQueryStatus.read(TProtocol iprot)
|
void |
BlurQuery.read(TProtocol iprot)
|
void |
BlurException.read(TProtocol iprot)
|
void |
Blur.createTable_args.read(TProtocol iprot)
|
void |
Blur.createTable_result.read(TProtocol iprot)
|
void |
Blur.enableTable_args.read(TProtocol iprot)
|
void |
Blur.enableTable_result.read(TProtocol iprot)
|
void |
Blur.disableTable_args.read(TProtocol iprot)
|
void |
Blur.disableTable_result.read(TProtocol iprot)
|
void |
Blur.removeTable_args.read(TProtocol iprot)
|
void |
Blur.removeTable_result.read(TProtocol iprot)
|
void |
Blur.addColumnDefinition_args.read(TProtocol iprot)
|
void |
Blur.addColumnDefinition_result.read(TProtocol iprot)
|
void |
Blur.tableList_args.read(TProtocol iprot)
|
void |
Blur.tableList_result.read(TProtocol iprot)
|
void |
Blur.tableListByCluster_args.read(TProtocol iprot)
|
void |
Blur.tableListByCluster_result.read(TProtocol iprot)
|
void |
Blur.describe_args.read(TProtocol iprot)
|
void |
Blur.describe_result.read(TProtocol iprot)
|
void |
Blur.schema_args.read(TProtocol iprot)
|
void |
Blur.schema_result.read(TProtocol iprot)
|
void |
Blur.parseQuery_args.read(TProtocol iprot)
|
void |
Blur.parseQuery_result.read(TProtocol iprot)
|
void |
Blur.tableStats_args.read(TProtocol iprot)
|
void |
Blur.tableStats_result.read(TProtocol iprot)
|
void |
Blur.optimize_args.read(TProtocol iprot)
|
void |
Blur.optimize_result.read(TProtocol iprot)
|
void |
Blur.createSnapshot_args.read(TProtocol iprot)
|
void |
Blur.createSnapshot_result.read(TProtocol iprot)
|
void |
Blur.removeSnapshot_args.read(TProtocol iprot)
|
void |
Blur.removeSnapshot_result.read(TProtocol iprot)
|
void |
Blur.listSnapshots_args.read(TProtocol iprot)
|
void |
Blur.listSnapshots_result.read(TProtocol iprot)
|
void |
Blur.setUser_args.read(TProtocol iprot)
|
void |
Blur.query_args.read(TProtocol iprot)
|
void |
Blur.query_result.read(TProtocol iprot)
|
void |
Blur.fetchRow_args.read(TProtocol iprot)
|
void |
Blur.fetchRow_result.read(TProtocol iprot)
|
void |
Blur.fetchRowBatch_args.read(TProtocol iprot)
|
void |
Blur.fetchRowBatch_result.read(TProtocol iprot)
|
void |
Blur.mutate_args.read(TProtocol iprot)
|
void |
Blur.mutate_result.read(TProtocol iprot)
|
void |
Blur.enqueueMutate_args.read(TProtocol iprot)
|
void |
Blur.enqueueMutate_result.read(TProtocol iprot)
|
void |
Blur.mutateBatch_args.read(TProtocol iprot)
|
void |
Blur.mutateBatch_result.read(TProtocol iprot)
|
void |
Blur.enqueueMutateBatch_args.read(TProtocol iprot)
|
void |
Blur.enqueueMutateBatch_result.read(TProtocol iprot)
|
void |
Blur.cancelQuery_args.read(TProtocol iprot)
|
void |
Blur.cancelQuery_result.read(TProtocol iprot)
|
void |
Blur.queryStatusIdList_args.read(TProtocol iprot)
|
void |
Blur.queryStatusIdList_result.read(TProtocol iprot)
|
void |
Blur.queryStatusById_args.read(TProtocol iprot)
|
void |
Blur.queryStatusById_result.read(TProtocol iprot)
|
void |
Blur.terms_args.read(TProtocol iprot)
|
void |
Blur.terms_result.read(TProtocol iprot)
|
void |
Blur.recordFrequency_args.read(TProtocol iprot)
|
void |
Blur.recordFrequency_result.read(TProtocol iprot)
|
void |
Blur.shardClusterList_args.read(TProtocol iprot)
|
void |
Blur.shardClusterList_result.read(TProtocol iprot)
|
void |
Blur.shardServerList_args.read(TProtocol iprot)
|
void |
Blur.shardServerList_result.read(TProtocol iprot)
|
void |
Blur.controllerServerList_args.read(TProtocol iprot)
|
void |
Blur.controllerServerList_result.read(TProtocol iprot)
|
void |
Blur.shardServerLayout_args.read(TProtocol iprot)
|
void |
Blur.shardServerLayout_result.read(TProtocol iprot)
|
void |
Blur.shardServerLayoutState_args.read(TProtocol iprot)
|
void |
Blur.shardServerLayoutState_result.read(TProtocol iprot)
|
void |
Blur.isInSafeMode_args.read(TProtocol iprot)
|
void |
Blur.isInSafeMode_result.read(TProtocol iprot)
|
void |
Blur.configuration_args.read(TProtocol iprot)
|
void |
Blur.configuration_result.read(TProtocol iprot)
|
void |
Blur.metrics_args.read(TProtocol iprot)
|
void |
Blur.metrics_result.read(TProtocol iprot)
|
void |
Blur.startTrace_args.read(TProtocol iprot)
|
void |
Blur.traceList_args.read(TProtocol iprot)
|
void |
Blur.traceList_result.read(TProtocol iprot)
|
void |
Blur.traceRequestList_args.read(TProtocol iprot)
|
void |
Blur.traceRequestList_result.read(TProtocol iprot)
|
void |
Blur.traceRequestFetch_args.read(TProtocol iprot)
|
void |
Blur.traceRequestFetch_result.read(TProtocol iprot)
|
void |
Blur.traceRemove_args.read(TProtocol iprot)
|
void |
Blur.traceRemove_result.read(TProtocol iprot)
|
void |
Blur.ping_args.read(TProtocol iprot)
|
void |
Blur.ping_result.read(TProtocol iprot)
|
void |
Blur.logging_args.read(TProtocol iprot)
|
void |
Blur.logging_result.read(TProtocol iprot)
|
void |
Blur.resetLogging_args.read(TProtocol iprot)
|
void |
Blur.resetLogging_result.read(TProtocol iprot)
|
void |
Blur.AsyncClient.createTable_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.enableTable_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.disableTable_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.removeTable_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.addColumnDefinition_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.tableList_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.tableListByCluster_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.describe_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.schema_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.parseQuery_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.tableStats_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.optimize_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.createSnapshot_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.removeSnapshot_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.listSnapshots_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.setUser_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.query_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.fetchRow_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.fetchRowBatch_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.mutate_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.enqueueMutate_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.mutateBatch_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.enqueueMutateBatch_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.cancelQuery_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.queryStatusIdList_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.queryStatusById_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.terms_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.recordFrequency_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.shardClusterList_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.shardServerList_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.controllerServerList_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.shardServerLayout_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.shardServerLayoutState_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.isInSafeMode_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.configuration_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.metrics_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.startTrace_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.traceList_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.traceRequestList_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.traceRequestFetch_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.traceRemove_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.ping_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.logging_call.write_args(TProtocol prot)
|
void |
Blur.AsyncClient.resetLogging_call.write_args(TProtocol prot)
|
void |
User.write(TProtocol oprot)
|
void |
TableStats.write(TProtocol oprot)
|
void |
TableDescriptor.write(TProtocol oprot)
|
void |
SortField.write(TProtocol oprot)
|
void |
Selector.write(TProtocol oprot)
|
void |
Schema.write(TProtocol oprot)
|
void |
RowMutation.write(TProtocol oprot)
|
void |
Row.write(TProtocol oprot)
|
void |
RecordMutation.write(TProtocol oprot)
|
void |
Record.write(TProtocol oprot)
|
void |
Query.write(TProtocol oprot)
|
void |
Metric.write(TProtocol oprot)
|
void |
HighlightOptions.write(TProtocol oprot)
|
void |
FetchRowResult.write(TProtocol oprot)
|
void |
FetchResult.write(TProtocol oprot)
|
void |
FetchRecordResult.write(TProtocol oprot)
|
void |
Facet.write(TProtocol oprot)
|
void |
CpuTime.write(TProtocol oprot)
|
void |
ColumnDefinition.write(TProtocol oprot)
|
void |
Column.write(TProtocol oprot)
|
void |
BlurResults.write(TProtocol oprot)
|
void |
BlurResult.write(TProtocol oprot)
|
void |
BlurQueryStatus.write(TProtocol oprot)
|
void |
BlurQuery.write(TProtocol oprot)
|
void |
BlurException.write(TProtocol oprot)
|
void |
Blur.createTable_args.write(TProtocol oprot)
|
void |
Blur.createTable_result.write(TProtocol oprot)
|
void |
Blur.enableTable_args.write(TProtocol oprot)
|
void |
Blur.enableTable_result.write(TProtocol oprot)
|
void |
Blur.disableTable_args.write(TProtocol oprot)
|
void |
Blur.disableTable_result.write(TProtocol oprot)
|
void |
Blur.removeTable_args.write(TProtocol oprot)
|
void |
Blur.removeTable_result.write(TProtocol oprot)
|
void |
Blur.addColumnDefinition_args.write(TProtocol oprot)
|
void |
Blur.addColumnDefinition_result.write(TProtocol oprot)
|
void |
Blur.tableList_args.write(TProtocol oprot)
|
void |
Blur.tableList_result.write(TProtocol oprot)
|
void |
Blur.tableListByCluster_args.write(TProtocol oprot)
|
void |
Blur.tableListByCluster_result.write(TProtocol oprot)
|
void |
Blur.describe_args.write(TProtocol oprot)
|
void |
Blur.describe_result.write(TProtocol oprot)
|
void |
Blur.schema_args.write(TProtocol oprot)
|
void |
Blur.schema_result.write(TProtocol oprot)
|
void |
Blur.parseQuery_args.write(TProtocol oprot)
|
void |
Blur.parseQuery_result.write(TProtocol oprot)
|
void |
Blur.tableStats_args.write(TProtocol oprot)
|
void |
Blur.tableStats_result.write(TProtocol oprot)
|
void |
Blur.optimize_args.write(TProtocol oprot)
|
void |
Blur.optimize_result.write(TProtocol oprot)
|
void |
Blur.createSnapshot_args.write(TProtocol oprot)
|
void |
Blur.createSnapshot_result.write(TProtocol oprot)
|
void |
Blur.removeSnapshot_args.write(TProtocol oprot)
|
void |
Blur.removeSnapshot_result.write(TProtocol oprot)
|
void |
Blur.listSnapshots_args.write(TProtocol oprot)
|
void |
Blur.listSnapshots_result.write(TProtocol oprot)
|
void |
Blur.setUser_args.write(TProtocol oprot)
|
void |
Blur.query_args.write(TProtocol oprot)
|
void |
Blur.query_result.write(TProtocol oprot)
|
void |
Blur.fetchRow_args.write(TProtocol oprot)
|
void |
Blur.fetchRow_result.write(TProtocol oprot)
|
void |
Blur.fetchRowBatch_args.write(TProtocol oprot)
|
void |
Blur.fetchRowBatch_result.write(TProtocol oprot)
|
void |
Blur.mutate_args.write(TProtocol oprot)
|
void |
Blur.mutate_result.write(TProtocol oprot)
|
void |
Blur.enqueueMutate_args.write(TProtocol oprot)
|
void |
Blur.enqueueMutate_result.write(TProtocol oprot)
|
void |
Blur.mutateBatch_args.write(TProtocol oprot)
|
void |
Blur.mutateBatch_result.write(TProtocol oprot)
|
void |
Blur.enqueueMutateBatch_args.write(TProtocol oprot)
|
void |
Blur.enqueueMutateBatch_result.write(TProtocol oprot)
|
void |
Blur.cancelQuery_args.write(TProtocol oprot)
|
void |
Blur.cancelQuery_result.write(TProtocol oprot)
|
void |
Blur.queryStatusIdList_args.write(TProtocol oprot)
|
void |
Blur.queryStatusIdList_result.write(TProtocol oprot)
|
void |
Blur.queryStatusById_args.write(TProtocol oprot)
|
void |
Blur.queryStatusById_result.write(TProtocol oprot)
|
void |
Blur.terms_args.write(TProtocol oprot)
|
void |
Blur.terms_result.write(TProtocol oprot)
|
void |
Blur.recordFrequency_args.write(TProtocol oprot)
|
void |
Blur.recordFrequency_result.write(TProtocol oprot)
|
void |
Blur.shardClusterList_args.write(TProtocol oprot)
|
void |
Blur.shardClusterList_result.write(TProtocol oprot)
|
void |
Blur.shardServerList_args.write(TProtocol oprot)
|
void |
Blur.shardServerList_result.write(TProtocol oprot)
|
void |
Blur.controllerServerList_args.write(TProtocol oprot)
|
void |
Blur.controllerServerList_result.write(TProtocol oprot)
|
void |
Blur.shardServerLayout_args.write(TProtocol oprot)
|
void |
Blur.shardServerLayout_result.write(TProtocol oprot)
|
void |
Blur.shardServerLayoutState_args.write(TProtocol oprot)
|
void |
Blur.shardServerLayoutState_result.write(TProtocol oprot)
|
void |
Blur.isInSafeMode_args.write(TProtocol oprot)
|
void |
Blur.isInSafeMode_result.write(TProtocol oprot)
|
void |
Blur.configuration_args.write(TProtocol oprot)
|
void |
Blur.configuration_result.write(TProtocol oprot)
|
void |
Blur.metrics_args.write(TProtocol oprot)
|
void |
Blur.metrics_result.write(TProtocol oprot)
|
void |
Blur.startTrace_args.write(TProtocol oprot)
|
void |
Blur.traceList_args.write(TProtocol oprot)
|
void |
Blur.traceList_result.write(TProtocol oprot)
|
void |
Blur.traceRequestList_args.write(TProtocol oprot)
|
void |
Blur.traceRequestList_result.write(TProtocol oprot)
|
void |
Blur.traceRequestFetch_args.write(TProtocol oprot)
|
void |
Blur.traceRequestFetch_result.write(TProtocol oprot)
|
void |
Blur.traceRemove_args.write(TProtocol oprot)
|
void |
Blur.traceRemove_result.write(TProtocol oprot)
|
void |
Blur.ping_args.write(TProtocol oprot)
|
void |
Blur.ping_result.write(TProtocol oprot)
|
void |
Blur.logging_args.write(TProtocol oprot)
|
void |
Blur.logging_result.write(TProtocol oprot)
|
void |
Blur.resetLogging_args.write(TProtocol oprot)
|
void |
Blur.resetLogging_result.write(TProtocol oprot)
|
Constructors in org.apache.blur.thrift.generated with parameters of type TProtocol | |
---|---|
Blur.Client(TProtocol prot)
|
|
Blur.Client(TProtocol iprot,
TProtocol oprot)
|
|
SafeClientGen(TProtocol prot)
|
|
SafeClientGen(TProtocol iprot,
TProtocol oprot)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |