Uses of Interface
org.apache.accumulo.core.util.ratelimit.RateLimiter
-
-
Uses of RateLimiter in org.apache.accumulo.core.file
Fields in org.apache.accumulo.core.file declared as RateLimiter Modifier and Type Field Description RateLimiterFileOperations.FileOptions. rateLimiterMethods in org.apache.accumulo.core.file that return RateLimiter Modifier and Type Method Description RateLimiterFileOperations.FileOptions. getRateLimiter()Methods in org.apache.accumulo.core.file with parameters of type RateLimiter Modifier and Type Method Description protected FileOperations.FileHelperFileOperations.FileHelper. rateLimiter(RateLimiter rateLimiter)FileOperations.ReaderBuilderFileOperations.ReaderBuilder. withRateLimiter(RateLimiter rateLimiter)FileOperations.WriterBuilderFileOperations.WriterBuilder. withRateLimiter(RateLimiter rateLimiter)Constructors in org.apache.accumulo.core.file with parameters of type RateLimiter Constructor Description FileOptions(AccumuloConfiguration tableConfiguration, String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, RateLimiter rateLimiter, String compression, org.apache.hadoop.fs.FSDataOutputStream outputStream, boolean enableAccumuloStart, CacheProvider cacheProvider, com.google.common.cache.Cache<String,Long> fileLenCache, boolean seekToBeginning, CryptoService cryptoService, Range range, Set<ByteSequence> columnFamilies, boolean inclusive) -
Uses of RateLimiter in org.apache.accumulo.core.file.blockfile.impl
Methods in org.apache.accumulo.core.file.blockfile.impl with parameters of type RateLimiter Modifier and Type Method Description CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. readLimiter(RateLimiter readLimiter) -
Uses of RateLimiter in org.apache.accumulo.core.file.rfile.bcfile
Constructors in org.apache.accumulo.core.file.rfile.bcfile with parameters of type RateLimiter Constructor Description Writer(org.apache.hadoop.fs.FSDataOutputStream fout, RateLimiter writeLimiter, String compressionName, org.apache.hadoop.conf.Configuration conf, CryptoService cryptoService)Constructor -
Uses of RateLimiter in org.apache.accumulo.core.file.streams
Constructors in org.apache.accumulo.core.file.streams with parameters of type RateLimiter Constructor Description RateLimitedInputStream(StreamType stream, RateLimiter rateLimiter)RateLimitedOutputStream(org.apache.hadoop.fs.FSDataOutputStream fsDataOutputStream, RateLimiter writeLimiter) -
Uses of RateLimiter in org.apache.accumulo.core.util.ratelimit
Classes in org.apache.accumulo.core.util.ratelimit that implement RateLimiter Modifier and Type Class Description classGuavaRateLimiterRate limiter from the Guava library.classNullRateLimiterA rate limiter which doesn't actually limit rates at all.protected classSharedRateLimiterFactory.SharedRateLimiterMethods in org.apache.accumulo.core.util.ratelimit that return RateLimiter Modifier and Type Method Description RateLimiterSharedRateLimiterFactory. create(String name, SharedRateLimiterFactory.RateProvider rateProvider)Lookup the RateLimiter associated with the specified name, or create a new one for that name.
-