Uses of Class
org.apache.accumulo.core.file.blockfile.impl.CachableBlockFile.CachableBuilder
-
Packages that use CachableBlockFile.CachableBuilder Package Description org.apache.accumulo.core.file.blockfile.impl org.apache.accumulo.core.file.rfile -
-
Uses of CachableBlockFile.CachableBuilder in org.apache.accumulo.core.file.blockfile.impl
Methods in org.apache.accumulo.core.file.blockfile.impl that return CachableBlockFile.CachableBuilder Modifier and Type Method Description CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. cacheId(String id)CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. cacheProvider(CacheProvider cacheProvider)CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. conf(org.apache.hadoop.conf.Configuration hadoopConf)CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. cryptoService(CryptoService cryptoService)CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. fileLen(com.google.common.cache.Cache<String,Long> cache)CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. fsPath(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path dataFile)CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. input(InputStream is)CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. length(long len)CachableBlockFile.CachableBuilderCachableBlockFile.CachableBuilder. readLimiter(RateLimiter readLimiter)Constructors in org.apache.accumulo.core.file.blockfile.impl with parameters of type CachableBlockFile.CachableBuilder Constructor Description Reader(CachableBlockFile.CachableBuilder b) -
Uses of CachableBlockFile.CachableBuilder in org.apache.accumulo.core.file.rfile
Constructors in org.apache.accumulo.core.file.rfile with parameters of type CachableBlockFile.CachableBuilder Constructor Description Reader(CachableBlockFile.CachableBuilder b)
-