Uses of Class
org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException
-
Packages that use NoSuchScanIDException Package Description org.apache.accumulo.core.tabletserver.thrift -
-
Uses of NoSuchScanIDException in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as NoSuchScanIDException Modifier and Type Field Description NoSuchScanIDExceptionTabletClientService.closeMultiScan_result. nssiNoSuchScanIDExceptionTabletClientService.closeUpdate_result. nssiNoSuchScanIDExceptionTabletClientService.conditionalUpdate_result. nssiNoSuchScanIDExceptionTabletClientService.continueMultiScan_result. nssiNoSuchScanIDExceptionTabletClientService.continueScan_result. nssiNoSuchScanIDExceptionTabletClientService.contiuneGetSummaries_result. nssiMethods in org.apache.accumulo.core.tabletserver.thrift that return NoSuchScanIDException Modifier and Type Method Description NoSuchScanIDExceptionNoSuchScanIDException. deepCopy()NoSuchScanIDExceptionTabletClientService.closeMultiScan_result. getNssi()NoSuchScanIDExceptionTabletClientService.closeUpdate_result. getNssi()NoSuchScanIDExceptionTabletClientService.conditionalUpdate_result. getNssi()NoSuchScanIDExceptionTabletClientService.continueMultiScan_result. getNssi()NoSuchScanIDExceptionTabletClientService.continueScan_result. getNssi()NoSuchScanIDExceptionTabletClientService.contiuneGetSummaries_result. getNssi()Methods in org.apache.accumulo.core.tabletserver.thrift that throw NoSuchScanIDException Modifier and Type Method Description voidTabletClientService.Client. closeMultiScan(TInfo tinfo, long scanID)voidTabletClientService.Iface. closeMultiScan(TInfo tinfo, long scanID)UpdateErrorsTabletClientService.Client. closeUpdate(TInfo tinfo, long updateID)UpdateErrorsTabletClientService.Iface. closeUpdate(TInfo tinfo, long updateID)List<TCMResult>TabletClientService.Client. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)List<TCMResult>TabletClientService.Iface. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)MultiScanResultTabletClientService.Client. continueMultiScan(TInfo tinfo, long scanID)MultiScanResultTabletClientService.Iface. continueMultiScan(TInfo tinfo, long scanID)ScanResultTabletClientService.Client. continueScan(TInfo tinfo, long scanID)ScanResultTabletClientService.Iface. continueScan(TInfo tinfo, long scanID)TSummariesTabletClientService.Client. contiuneGetSummaries(TInfo tinfo, long sessionId)TSummariesTabletClientService.Iface. contiuneGetSummaries(TInfo tinfo, long sessionId)VoidTabletClientService.AsyncClient.closeMultiScan_call. getResult()UpdateErrorsTabletClientService.AsyncClient.closeUpdate_call. getResult()List<TCMResult>TabletClientService.AsyncClient.conditionalUpdate_call. getResult()MultiScanResultTabletClientService.AsyncClient.continueMultiScan_call. getResult()ScanResultTabletClientService.AsyncClient.continueScan_call. getResult()TSummariesTabletClientService.AsyncClient.contiuneGetSummaries_call. getResult()voidTabletClientService.Client. recv_closeMultiScan()UpdateErrorsTabletClientService.Client. recv_closeUpdate()List<TCMResult>TabletClientService.Client. recv_conditionalUpdate()MultiScanResultTabletClientService.Client. recv_continueMultiScan()ScanResultTabletClientService.Client. recv_continueScan()TSummariesTabletClientService.Client. recv_contiuneGetSummaries()Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type NoSuchScanIDException Constructor Description closeMultiScan_result(NoSuchScanIDException nssi)closeUpdate_result(UpdateErrors success, NoSuchScanIDException nssi)conditionalUpdate_result(List<TCMResult> success, NoSuchScanIDException nssi)continueMultiScan_result(MultiScanResult success, NoSuchScanIDException nssi, TSampleNotPresentException tsnpe)continueScan_result(ScanResult success, NoSuchScanIDException nssi, NotServingTabletException nste, TooManyFilesException tmfe, TSampleNotPresentException tsnpe)contiuneGetSummaries_result(TSummaries success, NoSuchScanIDException nssi)NoSuchScanIDException(NoSuchScanIDException other)Performs a deep copy on other.
-