Uses of Class
org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException

Packages that use NotServingTabletException
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
 NotServingTabletException TabletClientService.startScan_result.nste
           
 NotServingTabletException TabletClientService.continueScan_result.nste
           
 NotServingTabletException TabletClientService.update_result.nste
           
 NotServingTabletException TabletClientService.splitTablet_result.nste
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return NotServingTabletException
 NotServingTabletException NotServingTabletException.deepCopy()
           
 NotServingTabletException TabletClientService.startScan_result.getNste()
           
 NotServingTabletException TabletClientService.continueScan_result.getNste()
           
 NotServingTabletException TabletClientService.update_result.getNste()
           
 NotServingTabletException TabletClientService.splitTablet_result.getNste()
           
 NotServingTabletException NotServingTabletException.setExtent(TKeyExtent extent)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type NotServingTabletException
 int NotServingTabletException.compareTo(NotServingTabletException other)
           
 boolean NotServingTabletException.equals(NotServingTabletException that)
           
 TabletClientService.startScan_result TabletClientService.startScan_result.setNste(NotServingTabletException nste)
           
 TabletClientService.continueScan_result TabletClientService.continueScan_result.setNste(NotServingTabletException nste)
           
 TabletClientService.update_result TabletClientService.update_result.setNste(NotServingTabletException nste)
           
 TabletClientService.splitTablet_result TabletClientService.splitTablet_result.setNste(NotServingTabletException nste)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that throw NotServingTabletException
 ScanResult TabletClientService.Iface.continueScan(TInfo tinfo, long scanID)
           
 ScanResult TabletClientService.Client.continueScan(TInfo tinfo, long scanID)
           
 InitialScan TabletClientService.AsyncClient.startScan_call.getResult()
           
 ScanResult TabletClientService.AsyncClient.continueScan_call.getResult()
           
 void TabletClientService.AsyncClient.update_call.getResult()
           
 void TabletClientService.AsyncClient.splitTablet_call.getResult()
           
 ScanResult TabletClientService.Client.recv_continueScan()
           
 void TabletClientService.Client.recv_splitTablet()
           
 InitialScan TabletClientService.Client.recv_startScan()
           
 void TabletClientService.Client.recv_update()
           
 void TabletClientService.Iface.splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)
           
 void TabletClientService.Client.splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)
           
 InitialScan TabletClientService.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)
           
 InitialScan TabletClientService.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)
           
 void TabletClientService.Iface.update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.Client.update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type NotServingTabletException
NotServingTabletException(NotServingTabletException other)
          Performs a deep copy on other.
TabletClientService.continueScan_result(ScanResult success, NoSuchScanIDException nssi, NotServingTabletException nste, TooManyFilesException tmfe)
           
TabletClientService.splitTablet_result(ThriftSecurityException sec, NotServingTabletException nste)
           
TabletClientService.startScan_result(InitialScan success, ThriftSecurityException sec, NotServingTabletException nste, TooManyFilesException tmfe)
           
TabletClientService.update_result(ThriftSecurityException sec, NotServingTabletException nste, ConstraintViolationException cve)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.