Uses of Class
org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException
-
Packages that use NotServingTabletException Package Description org.apache.accumulo.core.tabletserver.thrift -
-
Uses of NotServingTabletException in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as NotServingTabletException Modifier and Type Field Description NotServingTabletExceptionTabletClientService.continueScan_result. nsteNotServingTabletExceptionTabletClientService.splitTablet_result. nsteNotServingTabletExceptionTabletClientService.startScan_result. nsteNotServingTabletExceptionTabletClientService.update_result. nsteMethods in org.apache.accumulo.core.tabletserver.thrift that return NotServingTabletException Modifier and Type Method Description NotServingTabletExceptionNotServingTabletException. deepCopy()NotServingTabletExceptionTabletClientService.continueScan_result. getNste()NotServingTabletExceptionTabletClientService.splitTablet_result. getNste()NotServingTabletExceptionTabletClientService.startScan_result. getNste()NotServingTabletExceptionTabletClientService.update_result. getNste()NotServingTabletExceptionNotServingTabletException. setExtent(TKeyExtent extent)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type NotServingTabletException Modifier and Type Method Description intNotServingTabletException. compareTo(NotServingTabletException other)booleanNotServingTabletException. equals(NotServingTabletException that)TabletClientService.continueScan_resultTabletClientService.continueScan_result. setNste(NotServingTabletException nste)TabletClientService.splitTablet_resultTabletClientService.splitTablet_result. setNste(NotServingTabletException nste)TabletClientService.startScan_resultTabletClientService.startScan_result. setNste(NotServingTabletException nste)TabletClientService.update_resultTabletClientService.update_result. setNste(NotServingTabletException nste)Methods in org.apache.accumulo.core.tabletserver.thrift that throw NotServingTabletException Modifier and Type Method Description ScanResultTabletClientService.Client. continueScan(TInfo tinfo, long scanID)ScanResultTabletClientService.Iface. continueScan(TInfo tinfo, long scanID)ScanResultTabletClientService.AsyncClient.continueScan_call. getResult()VoidTabletClientService.AsyncClient.splitTablet_call. getResult()InitialScanTabletClientService.AsyncClient.startScan_call. getResult()VoidTabletClientService.AsyncClient.update_call. getResult()ScanResultTabletClientService.Client. recv_continueScan()voidTabletClientService.Client. recv_splitTablet()InitialScanTabletClientService.Client. recv_startScan()voidTabletClientService.Client. recv_update()voidTabletClientService.Client. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)voidTabletClientService.Iface. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)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)voidTabletClientService.Client. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)voidTabletClientService.Iface. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type NotServingTabletException Constructor Description continueScan_result(ScanResult success, NoSuchScanIDException nssi, NotServingTabletException nste, TooManyFilesException tmfe, TSampleNotPresentException tsnpe)NotServingTabletException(NotServingTabletException other)Performs a deep copy on other.splitTablet_result(ThriftSecurityException sec, NotServingTabletException nste)startScan_result(InitialScan success, ThriftSecurityException sec, NotServingTabletException nste, TooManyFilesException tmfe, TSampleNotPresentException tsnpe)update_result(ThriftSecurityException sec, NotServingTabletException nste, ConstraintViolationException cve)
-