Uses of Interface
org.apache.blur.thirdparty.thrift_0_9_0.async.AsyncMethodCallback

Packages that use AsyncMethodCallback
org.apache.blur.thrift.generated   
 

Uses of AsyncMethodCallback in org.apache.blur.thrift.generated
 

Methods in org.apache.blur.thrift.generated with parameters of type AsyncMethodCallback
 void Blur.AsyncIface.addColumnDefinition(String table, ColumnDefinition columnDefinition, AsyncMethodCallback<Blur.AsyncClient.addColumnDefinition_call> resultHandler)
           
 void Blur.AsyncClient.addColumnDefinition(String table, ColumnDefinition columnDefinition, AsyncMethodCallback<Blur.AsyncClient.addColumnDefinition_call> resultHandler)
           
 void Blur.AsyncIface.cancelQuery(String table, String uuid, AsyncMethodCallback<Blur.AsyncClient.cancelQuery_call> resultHandler)
           
 void Blur.AsyncClient.cancelQuery(String table, String uuid, AsyncMethodCallback<Blur.AsyncClient.cancelQuery_call> resultHandler)
           
 void Blur.AsyncIface.configuration(AsyncMethodCallback<Blur.AsyncClient.configuration_call> resultHandler)
           
 void Blur.AsyncClient.configuration(AsyncMethodCallback<Blur.AsyncClient.configuration_call> resultHandler)
           
 void Blur.AsyncIface.controllerServerList(AsyncMethodCallback<Blur.AsyncClient.controllerServerList_call> resultHandler)
           
 void Blur.AsyncClient.controllerServerList(AsyncMethodCallback<Blur.AsyncClient.controllerServerList_call> resultHandler)
           
 void Blur.AsyncIface.createSnapshot(String table, String name, AsyncMethodCallback<Blur.AsyncClient.createSnapshot_call> resultHandler)
           
 void Blur.AsyncClient.createSnapshot(String table, String name, AsyncMethodCallback<Blur.AsyncClient.createSnapshot_call> resultHandler)
           
 void Blur.AsyncIface.createTable(TableDescriptor tableDescriptor, AsyncMethodCallback<Blur.AsyncClient.createTable_call> resultHandler)
           
 void Blur.AsyncClient.createTable(TableDescriptor tableDescriptor, AsyncMethodCallback<Blur.AsyncClient.createTable_call> resultHandler)
           
 void Blur.AsyncIface.describe(String table, AsyncMethodCallback<Blur.AsyncClient.describe_call> resultHandler)
           
 void Blur.AsyncClient.describe(String table, AsyncMethodCallback<Blur.AsyncClient.describe_call> resultHandler)
           
 void Blur.AsyncIface.disableTable(String table, AsyncMethodCallback<Blur.AsyncClient.disableTable_call> resultHandler)
           
 void Blur.AsyncClient.disableTable(String table, AsyncMethodCallback<Blur.AsyncClient.disableTable_call> resultHandler)
           
 void Blur.AsyncIface.enableTable(String table, AsyncMethodCallback<Blur.AsyncClient.enableTable_call> resultHandler)
           
 void Blur.AsyncClient.enableTable(String table, AsyncMethodCallback<Blur.AsyncClient.enableTable_call> resultHandler)
           
 void Blur.AsyncIface.enqueueMutate(RowMutation mutation, AsyncMethodCallback<Blur.AsyncClient.enqueueMutate_call> resultHandler)
           
 void Blur.AsyncClient.enqueueMutate(RowMutation mutation, AsyncMethodCallback<Blur.AsyncClient.enqueueMutate_call> resultHandler)
           
 void Blur.AsyncIface.enqueueMutateBatch(List<RowMutation> mutations, AsyncMethodCallback<Blur.AsyncClient.enqueueMutateBatch_call> resultHandler)
           
 void Blur.AsyncClient.enqueueMutateBatch(List<RowMutation> mutations, AsyncMethodCallback<Blur.AsyncClient.enqueueMutateBatch_call> resultHandler)
           
 void Blur.AsyncIface.fetchRow(String table, Selector selector, AsyncMethodCallback<Blur.AsyncClient.fetchRow_call> resultHandler)
           
 void Blur.AsyncClient.fetchRow(String table, Selector selector, AsyncMethodCallback<Blur.AsyncClient.fetchRow_call> resultHandler)
           
 void Blur.AsyncIface.fetchRowBatch(String table, List<Selector> selectors, AsyncMethodCallback<Blur.AsyncClient.fetchRowBatch_call> resultHandler)
           
 void Blur.AsyncClient.fetchRowBatch(String table, List<Selector> selectors, AsyncMethodCallback<Blur.AsyncClient.fetchRowBatch_call> resultHandler)
           
 void Blur.AsyncIface.isInSafeMode(String cluster, AsyncMethodCallback<Blur.AsyncClient.isInSafeMode_call> resultHandler)
           
 void Blur.AsyncClient.isInSafeMode(String cluster, AsyncMethodCallback<Blur.AsyncClient.isInSafeMode_call> resultHandler)
           
 void Blur.AsyncIface.listSnapshots(String table, AsyncMethodCallback<Blur.AsyncClient.listSnapshots_call> resultHandler)
           
 void Blur.AsyncClient.listSnapshots(String table, AsyncMethodCallback<Blur.AsyncClient.listSnapshots_call> resultHandler)
           
 void Blur.AsyncIface.logging(String classNameOrLoggerName, Level level, AsyncMethodCallback<Blur.AsyncClient.logging_call> resultHandler)
           
 void Blur.AsyncClient.logging(String classNameOrLoggerName, Level level, AsyncMethodCallback<Blur.AsyncClient.logging_call> resultHandler)
           
 void Blur.AsyncIface.metrics(Set<String> metrics, AsyncMethodCallback<Blur.AsyncClient.metrics_call> resultHandler)
           
 void Blur.AsyncClient.metrics(Set<String> metrics, AsyncMethodCallback<Blur.AsyncClient.metrics_call> resultHandler)
           
 void Blur.AsyncIface.mutate(RowMutation mutation, AsyncMethodCallback<Blur.AsyncClient.mutate_call> resultHandler)
           
 void Blur.AsyncClient.mutate(RowMutation mutation, AsyncMethodCallback<Blur.AsyncClient.mutate_call> resultHandler)
           
 void Blur.AsyncIface.mutateBatch(List<RowMutation> mutations, AsyncMethodCallback<Blur.AsyncClient.mutateBatch_call> resultHandler)
           
 void Blur.AsyncClient.mutateBatch(List<RowMutation> mutations, AsyncMethodCallback<Blur.AsyncClient.mutateBatch_call> resultHandler)
           
 void Blur.AsyncIface.optimize(String table, int numberOfSegmentsPerShard, AsyncMethodCallback<Blur.AsyncClient.optimize_call> resultHandler)
           
 void Blur.AsyncClient.optimize(String table, int numberOfSegmentsPerShard, AsyncMethodCallback<Blur.AsyncClient.optimize_call> resultHandler)
           
 void Blur.AsyncIface.parseQuery(String table, Query query, AsyncMethodCallback<Blur.AsyncClient.parseQuery_call> resultHandler)
           
 void Blur.AsyncClient.parseQuery(String table, Query query, AsyncMethodCallback<Blur.AsyncClient.parseQuery_call> resultHandler)
           
 void Blur.AsyncIface.ping(AsyncMethodCallback<Blur.AsyncClient.ping_call> resultHandler)
           
 void Blur.AsyncClient.ping(AsyncMethodCallback<Blur.AsyncClient.ping_call> resultHandler)
           
 void Blur.AsyncIface.query(String table, BlurQuery blurQuery, AsyncMethodCallback<Blur.AsyncClient.query_call> resultHandler)
           
 void Blur.AsyncClient.query(String table, BlurQuery blurQuery, AsyncMethodCallback<Blur.AsyncClient.query_call> resultHandler)
           
 void Blur.AsyncIface.queryStatusById(String table, String uuid, AsyncMethodCallback<Blur.AsyncClient.queryStatusById_call> resultHandler)
           
 void Blur.AsyncClient.queryStatusById(String table, String uuid, AsyncMethodCallback<Blur.AsyncClient.queryStatusById_call> resultHandler)
           
 void Blur.AsyncIface.queryStatusIdList(String table, AsyncMethodCallback<Blur.AsyncClient.queryStatusIdList_call> resultHandler)
           
 void Blur.AsyncClient.queryStatusIdList(String table, AsyncMethodCallback<Blur.AsyncClient.queryStatusIdList_call> resultHandler)
           
 void Blur.AsyncIface.recordFrequency(String table, String columnFamily, String columnName, String value, AsyncMethodCallback<Blur.AsyncClient.recordFrequency_call> resultHandler)
           
 void Blur.AsyncClient.recordFrequency(String table, String columnFamily, String columnName, String value, AsyncMethodCallback<Blur.AsyncClient.recordFrequency_call> resultHandler)
           
 void Blur.AsyncIface.removeSnapshot(String table, String name, AsyncMethodCallback<Blur.AsyncClient.removeSnapshot_call> resultHandler)
           
 void Blur.AsyncClient.removeSnapshot(String table, String name, AsyncMethodCallback<Blur.AsyncClient.removeSnapshot_call> resultHandler)
           
 void Blur.AsyncIface.removeTable(String table, boolean deleteIndexFiles, AsyncMethodCallback<Blur.AsyncClient.removeTable_call> resultHandler)
           
 void Blur.AsyncClient.removeTable(String table, boolean deleteIndexFiles, AsyncMethodCallback<Blur.AsyncClient.removeTable_call> resultHandler)
           
 void Blur.AsyncIface.resetLogging(AsyncMethodCallback<Blur.AsyncClient.resetLogging_call> resultHandler)
           
 void Blur.AsyncClient.resetLogging(AsyncMethodCallback<Blur.AsyncClient.resetLogging_call> resultHandler)
           
 void Blur.AsyncIface.schema(String table, AsyncMethodCallback<Blur.AsyncClient.schema_call> resultHandler)
           
 void Blur.AsyncClient.schema(String table, AsyncMethodCallback<Blur.AsyncClient.schema_call> resultHandler)
           
 void Blur.AsyncIface.setUser(User user, AsyncMethodCallback<Blur.AsyncClient.setUser_call> resultHandler)
           
 void Blur.AsyncClient.setUser(User user, AsyncMethodCallback<Blur.AsyncClient.setUser_call> resultHandler)
           
 void Blur.AsyncIface.shardClusterList(AsyncMethodCallback<Blur.AsyncClient.shardClusterList_call> resultHandler)
           
 void Blur.AsyncClient.shardClusterList(AsyncMethodCallback<Blur.AsyncClient.shardClusterList_call> resultHandler)
           
 void Blur.AsyncIface.shardServerLayout(String table, AsyncMethodCallback<Blur.AsyncClient.shardServerLayout_call> resultHandler)
           
 void Blur.AsyncClient.shardServerLayout(String table, AsyncMethodCallback<Blur.AsyncClient.shardServerLayout_call> resultHandler)
           
 void Blur.AsyncIface.shardServerLayoutState(String table, AsyncMethodCallback<Blur.AsyncClient.shardServerLayoutState_call> resultHandler)
           
 void Blur.AsyncClient.shardServerLayoutState(String table, AsyncMethodCallback<Blur.AsyncClient.shardServerLayoutState_call> resultHandler)
           
 void Blur.AsyncIface.shardServerList(String cluster, AsyncMethodCallback<Blur.AsyncClient.shardServerList_call> resultHandler)
           
 void Blur.AsyncClient.shardServerList(String cluster, AsyncMethodCallback<Blur.AsyncClient.shardServerList_call> resultHandler)
           
 void Blur.AsyncIface.startTrace(String traceId, String requestId, AsyncMethodCallback<Blur.AsyncClient.startTrace_call> resultHandler)
           
 void Blur.AsyncClient.startTrace(String traceId, String requestId, AsyncMethodCallback<Blur.AsyncClient.startTrace_call> resultHandler)
           
 void Blur.AsyncIface.tableList(AsyncMethodCallback<Blur.AsyncClient.tableList_call> resultHandler)
           
 void Blur.AsyncClient.tableList(AsyncMethodCallback<Blur.AsyncClient.tableList_call> resultHandler)
           
 void Blur.AsyncIface.tableListByCluster(String cluster, AsyncMethodCallback<Blur.AsyncClient.tableListByCluster_call> resultHandler)
           
 void Blur.AsyncClient.tableListByCluster(String cluster, AsyncMethodCallback<Blur.AsyncClient.tableListByCluster_call> resultHandler)
           
 void Blur.AsyncIface.tableStats(String table, AsyncMethodCallback<Blur.AsyncClient.tableStats_call> resultHandler)
           
 void Blur.AsyncClient.tableStats(String table, AsyncMethodCallback<Blur.AsyncClient.tableStats_call> resultHandler)
           
 void Blur.AsyncIface.terms(String table, String columnFamily, String columnName, String startWith, short size, AsyncMethodCallback<Blur.AsyncClient.terms_call> resultHandler)
           
 void Blur.AsyncClient.terms(String table, String columnFamily, String columnName, String startWith, short size, AsyncMethodCallback<Blur.AsyncClient.terms_call> resultHandler)
           
 void Blur.AsyncIface.traceList(AsyncMethodCallback<Blur.AsyncClient.traceList_call> resultHandler)
           
 void Blur.AsyncClient.traceList(AsyncMethodCallback<Blur.AsyncClient.traceList_call> resultHandler)
           
 void Blur.AsyncIface.traceRemove(String traceId, AsyncMethodCallback<Blur.AsyncClient.traceRemove_call> resultHandler)
           
 void Blur.AsyncClient.traceRemove(String traceId, AsyncMethodCallback<Blur.AsyncClient.traceRemove_call> resultHandler)
           
 void Blur.AsyncIface.traceRequestFetch(String traceId, String requestId, AsyncMethodCallback<Blur.AsyncClient.traceRequestFetch_call> resultHandler)
           
 void Blur.AsyncClient.traceRequestFetch(String traceId, String requestId, AsyncMethodCallback<Blur.AsyncClient.traceRequestFetch_call> resultHandler)
           
 void Blur.AsyncIface.traceRequestList(String traceId, AsyncMethodCallback<Blur.AsyncClient.traceRequestList_call> resultHandler)
           
 void Blur.AsyncClient.traceRequestList(String traceId, AsyncMethodCallback<Blur.AsyncClient.traceRequestList_call> resultHandler)
           
 

Constructors in org.apache.blur.thrift.generated with parameters of type AsyncMethodCallback
Blur.AsyncClient.addColumnDefinition_call(String table, ColumnDefinition columnDefinition, AsyncMethodCallback<Blur.AsyncClient.addColumnDefinition_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.cancelQuery_call(String table, String uuid, AsyncMethodCallback<Blur.AsyncClient.cancelQuery_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.configuration_call(AsyncMethodCallback<Blur.AsyncClient.configuration_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.controllerServerList_call(AsyncMethodCallback<Blur.AsyncClient.controllerServerList_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.createSnapshot_call(String table, String name, AsyncMethodCallback<Blur.AsyncClient.createSnapshot_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.createTable_call(TableDescriptor tableDescriptor, AsyncMethodCallback<Blur.AsyncClient.createTable_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.describe_call(String table, AsyncMethodCallback<Blur.AsyncClient.describe_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.disableTable_call(String table, AsyncMethodCallback<Blur.AsyncClient.disableTable_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.enableTable_call(String table, AsyncMethodCallback<Blur.AsyncClient.enableTable_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.enqueueMutate_call(RowMutation mutation, AsyncMethodCallback<Blur.AsyncClient.enqueueMutate_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.enqueueMutateBatch_call(List<RowMutation> mutations, AsyncMethodCallback<Blur.AsyncClient.enqueueMutateBatch_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.fetchRow_call(String table, Selector selector, AsyncMethodCallback<Blur.AsyncClient.fetchRow_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.fetchRowBatch_call(String table, List<Selector> selectors, AsyncMethodCallback<Blur.AsyncClient.fetchRowBatch_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.isInSafeMode_call(String cluster, AsyncMethodCallback<Blur.AsyncClient.isInSafeMode_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.listSnapshots_call(String table, AsyncMethodCallback<Blur.AsyncClient.listSnapshots_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.logging_call(String classNameOrLoggerName, Level level, AsyncMethodCallback<Blur.AsyncClient.logging_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.metrics_call(Set<String> metrics, AsyncMethodCallback<Blur.AsyncClient.metrics_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.mutate_call(RowMutation mutation, AsyncMethodCallback<Blur.AsyncClient.mutate_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.mutateBatch_call(List<RowMutation> mutations, AsyncMethodCallback<Blur.AsyncClient.mutateBatch_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.optimize_call(String table, int numberOfSegmentsPerShard, AsyncMethodCallback<Blur.AsyncClient.optimize_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.parseQuery_call(String table, Query query, AsyncMethodCallback<Blur.AsyncClient.parseQuery_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.ping_call(AsyncMethodCallback<Blur.AsyncClient.ping_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.query_call(String table, BlurQuery blurQuery, AsyncMethodCallback<Blur.AsyncClient.query_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.queryStatusById_call(String table, String uuid, AsyncMethodCallback<Blur.AsyncClient.queryStatusById_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.queryStatusIdList_call(String table, AsyncMethodCallback<Blur.AsyncClient.queryStatusIdList_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.recordFrequency_call(String table, String columnFamily, String columnName, String value, AsyncMethodCallback<Blur.AsyncClient.recordFrequency_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.removeSnapshot_call(String table, String name, AsyncMethodCallback<Blur.AsyncClient.removeSnapshot_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.removeTable_call(String table, boolean deleteIndexFiles, AsyncMethodCallback<Blur.AsyncClient.removeTable_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.resetLogging_call(AsyncMethodCallback<Blur.AsyncClient.resetLogging_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.schema_call(String table, AsyncMethodCallback<Blur.AsyncClient.schema_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.setUser_call(User user, AsyncMethodCallback<Blur.AsyncClient.setUser_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.shardClusterList_call(AsyncMethodCallback<Blur.AsyncClient.shardClusterList_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.shardServerLayout_call(String table, AsyncMethodCallback<Blur.AsyncClient.shardServerLayout_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.shardServerLayoutState_call(String table, AsyncMethodCallback<Blur.AsyncClient.shardServerLayoutState_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.shardServerList_call(String cluster, AsyncMethodCallback<Blur.AsyncClient.shardServerList_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.startTrace_call(String traceId, String requestId, AsyncMethodCallback<Blur.AsyncClient.startTrace_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.tableList_call(AsyncMethodCallback<Blur.AsyncClient.tableList_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.tableListByCluster_call(String cluster, AsyncMethodCallback<Blur.AsyncClient.tableListByCluster_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.tableStats_call(String table, AsyncMethodCallback<Blur.AsyncClient.tableStats_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.terms_call(String table, String columnFamily, String columnName, String startWith, short size, AsyncMethodCallback<Blur.AsyncClient.terms_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.traceList_call(AsyncMethodCallback<Blur.AsyncClient.traceList_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.traceRemove_call(String traceId, AsyncMethodCallback<Blur.AsyncClient.traceRemove_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.traceRequestFetch_call(String traceId, String requestId, AsyncMethodCallback<Blur.AsyncClient.traceRequestFetch_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
Blur.AsyncClient.traceRequestList_call(String traceId, AsyncMethodCallback<Blur.AsyncClient.traceRequestList_call> resultHandler, TAsyncClient client, TProtocolFactory protocolFactory, TNonblockingTransport transport)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.