Uses of Class
org.apache.cassandra.io.util.FileHandle.Builder
-
Packages that use FileHandle.Builder Package Description org.apache.cassandra.io.sstable.format org.apache.cassandra.io.sstable.format.bti org.apache.cassandra.io.util -
-
Uses of FileHandle.Builder in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return FileHandle.Builder Modifier and Type Method Description protected FileHandle.Builder
SortedTableReaderLoadingBuilder. dataFileBuilder(StatsMetadata statsMetadata)
static FileHandle.Builder
IndexComponent. fileBuilder(Component component, SSTable ssTable)
static FileHandle.Builder
IndexComponent. fileBuilder(Component component, SSTable.Builder<?,?> builder)
static FileHandle.Builder
IndexComponent. fileBuilder(File file, IOOptions ioOptions, ChunkCache chunkCache)
-
Uses of FileHandle.Builder in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type FileHandle.Builder Modifier and Type Method Description static PartitionIndex
PartitionIndex. load(FileHandle.Builder fhBuilder, IPartitioner partitioner, boolean preload)
-
Uses of FileHandle.Builder in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util that return FileHandle.Builder Modifier and Type Method Description FileHandle.Builder
FileHandle.Builder. bufferSize(int bufferSize)
Set the buffer size to use (if appropriate).FileHandle.Builder
FileHandle.Builder. bufferType(BufferType bufferType)
Set the buffer type (on heap or off heap) to use (if appropriate).FileHandle.Builder
FileHandle.Builder. mmapped(boolean mmapped)
Set whether to use mmap for readingFileHandle.Builder
FileHandle.Builder. mmapped(Config.DiskAccessMode diskAccessMode)
FileHandle.Builder
FileHandle.Builder. withChunkCache(ChunkCache chunkCache)
SetChunkCache
to use.FileHandle.Builder
FileHandle.Builder. withCompressionMetadata(CompressionMetadata metadata)
ProvideCompressionMetadata
to use when reading compressed file.FileHandle.Builder
FileHandle.Builder. withCrcCheckChance(java.util.function.Supplier<java.lang.Double> crcCheckChanceSupplier)
FileHandle.Builder
FileHandle.Builder. withLengthOverride(long lengthOverride)
Override the file length.FileHandle.Builder
FileHandle.Builder. withMmappedRegionsCache(MmappedRegionsCache mmappedRegionsCache)
-