Uses of Class
org.apache.accumulo.core.dataImpl.thrift.ScanResult
-
Packages that use ScanResult Package Description org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of ScanResult in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift declared as ScanResult Modifier and Type Field Description ScanResultInitialScan. resultMethods in org.apache.accumulo.core.dataImpl.thrift that return ScanResult Modifier and Type Method Description ScanResultScanResult. deepCopy()ScanResultInitialScan. getResult()ScanResultScanResult. setMore(boolean more)ScanResultScanResult. setResults(List<TKeyValue> results)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type ScanResult Modifier and Type Method Description intScanResult. compareTo(ScanResult other)booleanScanResult. equals(ScanResult that)InitialScanInitialScan. setResult(ScanResult result)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type ScanResult Constructor Description InitialScan(long scanID, ScanResult result)ScanResult(ScanResult other)Performs a deep copy on other. -
Uses of ScanResult in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as ScanResult Modifier and Type Field Description ScanResultTabletClientService.continueScan_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return ScanResult Modifier and Type Method Description ScanResultTabletClientService.Client. continueScan(TInfo tinfo, long scanID)ScanResultTabletClientService.Iface. continueScan(TInfo tinfo, long scanID)ScanResultTabletClientService.AsyncClient.continueScan_call. getResult()ScanResultTabletClientService.continueScan_result. getSuccess()ScanResultTabletClientService.Client. recv_continueScan()Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type ScanResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<ScanResult>TabletClientService.AsyncProcessor.continueScan. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ScanResult Modifier and Type Method Description TabletClientService.continueScan_resultTabletClientService.continueScan_result. setSuccess(ScanResult success)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type ScanResult Modifier and Type Method Description voidTabletClientService.AsyncClient. continueScan(TInfo tinfo, long scanID, org.apache.thrift.async.AsyncMethodCallback<ScanResult> resultHandler)voidTabletClientService.AsyncIface. continueScan(TInfo tinfo, long scanID, org.apache.thrift.async.AsyncMethodCallback<ScanResult> resultHandler)voidTabletClientService.AsyncProcessor.continueScan. start(I iface, TabletClientService.continueScan_args args, org.apache.thrift.async.AsyncMethodCallback<ScanResult> resultHandler)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ScanResult Constructor Description continueScan_result(ScanResult success, NoSuchScanIDException nssi, NotServingTabletException nste, TooManyFilesException tmfe, TSampleNotPresentException tsnpe)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type ScanResult Constructor Description continueScan_call(TInfo tinfo, long scanID, org.apache.thrift.async.AsyncMethodCallback<ScanResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-