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.CachableBuilder
CachableBlockFile.CachableBuilder. cacheId(String id)
CachableBlockFile.CachableBuilder
CachableBlockFile.CachableBuilder. cacheProvider(CacheProvider cacheProvider)
CachableBlockFile.CachableBuilder
CachableBlockFile.CachableBuilder. conf(org.apache.hadoop.conf.Configuration hadoopConf)
CachableBlockFile.CachableBuilder
CachableBlockFile.CachableBuilder. cryptoService(CryptoService cryptoService)
CachableBlockFile.CachableBuilder
CachableBlockFile.CachableBuilder. fileLen(com.google.common.cache.Cache<String,Long> cache)
CachableBlockFile.CachableBuilder
CachableBlockFile.CachableBuilder. fsPath(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path dataFile)
CachableBlockFile.CachableBuilder
CachableBlockFile.CachableBuilder. input(InputStream is)
CachableBlockFile.CachableBuilder
CachableBlockFile.CachableBuilder. length(long len)
CachableBlockFile.CachableBuilder
CachableBlockFile.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)
-