Uses of Class
org.apache.accumulo.tserver.session.ScanSession
-
Packages that use ScanSession Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.session -
-
Uses of ScanSession in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver with parameters of type ScanSession Modifier and Type Method Description voidTabletServerResourceManager. executeReadAhead(KeyExtent tablet, ScanDispatcher dispatcher, ScanSession scanInfo, Runnable task) -
Uses of ScanSession in org.apache.accumulo.tserver.session
Subclasses of ScanSession in org.apache.accumulo.tserver.session Modifier and Type Class Description classMultiScanSessionclassSingleScanSessionMethods in org.apache.accumulo.tserver.session with parameters of type ScanSession Modifier and Type Method Description static ScanSession.ScanMeasurerScanSession. wrap(ScanSession scanInfo, Runnable r)
-