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

Packages that use TooManyFilesException
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TooManyFilesException in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift declared as TooManyFilesException
 TooManyFilesException TabletClientService.startScan_result.tmfe
           
 TooManyFilesException TabletClientService.continueScan_result.tmfe
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TooManyFilesException
 TooManyFilesException TooManyFilesException.clone()
          Deprecated. 
 TooManyFilesException TooManyFilesException.deepCopy()
           
 TooManyFilesException TabletClientService.startScan_result.getTmfe()
           
 TooManyFilesException TabletClientService.continueScan_result.getTmfe()
           
 TooManyFilesException TooManyFilesException.setExtent(TKeyExtent extent)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TooManyFilesException
 int TooManyFilesException.compareTo(TooManyFilesException other)
           
 boolean TooManyFilesException.equals(TooManyFilesException that)
           
 TabletClientService.startScan_result TabletClientService.startScan_result.setTmfe(TooManyFilesException tmfe)
           
 TabletClientService.continueScan_result TabletClientService.continueScan_result.setTmfe(TooManyFilesException tmfe)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that throw TooManyFilesException
 ScanResult TabletClientService.Iface.continueScan(TInfo tinfo, long scanID)
           
 ScanResult TabletClientService.Client.continueScan(TInfo tinfo, long scanID)
           
 ScanResult TabletClientService.Client.recv_continueScan()
           
 InitialScan TabletClientService.Client.recv_startScan()
           
 InitialScan TabletClientService.Iface.startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, java.util.List<TColumn> columns, int batchSize, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites, boolean isolated)
           
 InitialScan TabletClientService.Client.startScan(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, java.util.List<TColumn> columns, int batchSize, java.util.List<IterInfo> ssiList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> ssio, java.util.List<byte[]> authorizations, boolean waitForWrites, boolean isolated)
           
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.