Uses of Class
org.apache.accumulo.core.dataImpl.thrift.InitialMultiScan
-
Packages that use InitialMultiScan Package Description org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of InitialMultiScan in org.apache.accumulo.core.dataImpl.thrift
Methods in org.apache.accumulo.core.dataImpl.thrift that return InitialMultiScan Modifier and Type Method Description InitialMultiScanInitialMultiScan. deepCopy()InitialMultiScanInitialMultiScan. setResult(MultiScanResult result)InitialMultiScanInitialMultiScan. setScanID(long scanID)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type InitialMultiScan Modifier and Type Method Description intInitialMultiScan. compareTo(InitialMultiScan other)booleanInitialMultiScan. equals(InitialMultiScan that)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type InitialMultiScan Constructor Description InitialMultiScan(InitialMultiScan other)Performs a deep copy on other. -
Uses of InitialMultiScan in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as InitialMultiScan Modifier and Type Field Description InitialMultiScanTabletClientService.startMultiScan_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return InitialMultiScan Modifier and Type Method Description InitialMultiScanTabletClientService.AsyncClient.startMultiScan_call. getResult()InitialMultiScanTabletClientService.startMultiScan_result. getSuccess()InitialMultiScanTabletClientService.Client. recv_startMultiScan()InitialMultiScanTabletClientService.Client. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)InitialMultiScanTabletClientService.Iface. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type InitialMultiScan Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan>TabletClientService.AsyncProcessor.startMultiScan. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type InitialMultiScan Modifier and Type Method Description TabletClientService.startMultiScan_resultTabletClientService.startMultiScan_result. setSuccess(InitialMultiScan success)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type InitialMultiScan Modifier and Type Method Description voidTabletClientService.AsyncProcessor.startMultiScan. start(I iface, TabletClientService.startMultiScan_args args, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)voidTabletClientService.AsyncClient. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)voidTabletClientService.AsyncIface. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type InitialMultiScan Constructor Description startMultiScan_result(InitialMultiScan success, ThriftSecurityException sec, TSampleNotPresentException tsnpe)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type InitialMultiScan Constructor Description startMultiScan_call(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-