Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TSampleNotPresentException
-
Packages that use TSampleNotPresentException Package Description org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TSampleNotPresentException in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as TSampleNotPresentException Modifier and Type Field Description TSampleNotPresentExceptionTabletClientService.continueMultiScan_result. tsnpeTSampleNotPresentExceptionTabletClientService.continueScan_result. tsnpeTSampleNotPresentExceptionTabletClientService.startMultiScan_result. tsnpeTSampleNotPresentExceptionTabletClientService.startScan_result. tsnpeMethods in org.apache.accumulo.core.tabletserver.thrift that return TSampleNotPresentException Modifier and Type Method Description TSampleNotPresentExceptionTSampleNotPresentException. deepCopy()TSampleNotPresentExceptionTabletClientService.continueMultiScan_result. getTsnpe()TSampleNotPresentExceptionTabletClientService.continueScan_result. getTsnpe()TSampleNotPresentExceptionTabletClientService.startMultiScan_result. getTsnpe()TSampleNotPresentExceptionTabletClientService.startScan_result. getTsnpe()TSampleNotPresentExceptionTSampleNotPresentException. setExtent(TKeyExtent extent)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TSampleNotPresentException Modifier and Type Method Description intTSampleNotPresentException. compareTo(TSampleNotPresentException other)booleanTSampleNotPresentException. equals(TSampleNotPresentException that)TabletClientService.continueMultiScan_resultTabletClientService.continueMultiScan_result. setTsnpe(TSampleNotPresentException tsnpe)TabletClientService.continueScan_resultTabletClientService.continueScan_result. setTsnpe(TSampleNotPresentException tsnpe)TabletClientService.startMultiScan_resultTabletClientService.startMultiScan_result. setTsnpe(TSampleNotPresentException tsnpe)TabletClientService.startScan_resultTabletClientService.startScan_result. setTsnpe(TSampleNotPresentException tsnpe)Methods in org.apache.accumulo.core.tabletserver.thrift that throw TSampleNotPresentException Modifier and Type Method Description 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)MultiScanResultTabletClientService.AsyncClient.continueMultiScan_call. getResult()ScanResultTabletClientService.AsyncClient.continueScan_call. getResult()InitialMultiScanTabletClientService.AsyncClient.startMultiScan_call. getResult()InitialScanTabletClientService.AsyncClient.startScan_call. getResult()MultiScanResultTabletClientService.Client. recv_continueMultiScan()ScanResultTabletClientService.Client. recv_continueScan()InitialMultiScanTabletClientService.Client. recv_startMultiScan()InitialScanTabletClientService.Client. recv_startScan()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)InitialScanTabletClientService.Client. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)InitialScanTabletClientService.Iface. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TSampleNotPresentException Constructor Description continueMultiScan_result(MultiScanResult success, NoSuchScanIDException nssi, TSampleNotPresentException tsnpe)continueScan_result(ScanResult success, NoSuchScanIDException nssi, NotServingTabletException nste, TooManyFilesException tmfe, TSampleNotPresentException tsnpe)startMultiScan_result(InitialMultiScan success, ThriftSecurityException sec, TSampleNotPresentException tsnpe)startScan_result(InitialScan success, ThriftSecurityException sec, NotServingTabletException nste, TooManyFilesException tmfe, TSampleNotPresentException tsnpe)TSampleNotPresentException(TSampleNotPresentException other)Performs a deep copy on other.
-