Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException
-
Packages that use TooManyFilesException Package Description 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 Modifier and Type Field Description TooManyFilesExceptionTabletClientService.continueScan_result. tmfeTooManyFilesExceptionTabletClientService.startScan_result. tmfeMethods in org.apache.accumulo.core.tabletserver.thrift that return TooManyFilesException Modifier and Type Method Description TooManyFilesExceptionTooManyFilesException. deepCopy()TooManyFilesExceptionTabletClientService.continueScan_result. getTmfe()TooManyFilesExceptionTabletClientService.startScan_result. getTmfe()TooManyFilesExceptionTooManyFilesException. setExtent(TKeyExtent extent)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TooManyFilesException Modifier and Type Method Description intTooManyFilesException. compareTo(TooManyFilesException other)booleanTooManyFilesException. equals(TooManyFilesException that)TabletClientService.continueScan_resultTabletClientService.continueScan_result. setTmfe(TooManyFilesException tmfe)TabletClientService.startScan_resultTabletClientService.startScan_result. setTmfe(TooManyFilesException tmfe)Methods in org.apache.accumulo.core.tabletserver.thrift that throw TooManyFilesException Modifier and Type Method Description ScanResultTabletClientService.Client. continueScan(TInfo tinfo, long scanID)ScanResultTabletClientService.Iface. continueScan(TInfo tinfo, long scanID)ScanResultTabletClientService.AsyncClient.continueScan_call. getResult()InitialScanTabletClientService.AsyncClient.startScan_call. getResult()ScanResultTabletClientService.Client. recv_continueScan()InitialScanTabletClientService.Client. recv_startScan()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 TooManyFilesException Constructor Description continueScan_result(ScanResult success, NoSuchScanIDException nssi, NotServingTabletException nste, TooManyFilesException tmfe, TSampleNotPresentException tsnpe)startScan_result(InitialScan success, ThriftSecurityException sec, NotServingTabletException nste, TooManyFilesException tmfe, TSampleNotPresentException tsnpe)TooManyFilesException(TooManyFilesException other)Performs a deep copy on other.
-