Uses of Class
org.apache.cassandra.io.util.FileHandle.Builder
Packages that use FileHandle.Builder
Package
Description
-
Uses of FileHandle.Builder in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return FileHandle.BuilderModifier and TypeMethodDescriptionprotected FileHandle.BuilderSortedTableReaderLoadingBuilder.dataFileBuilder(StatsMetadata statsMetadata) static FileHandle.BuilderIndexComponent.fileBuilder(Component component, SSTable ssTable) static FileHandle.BuilderIndexComponent.fileBuilder(Component component, SSTable.Builder<?, ?> builder) static FileHandle.BuilderIndexComponent.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.BuilderModifier and TypeMethodDescriptionstatic PartitionIndexPartitionIndex.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.BuilderModifier and TypeMethodDescriptionFileHandle.Builder.bufferSize(int bufferSize) Set the buffer size to use (if appropriate).FileHandle.Builder.bufferType(BufferType bufferType) Set the buffer type (on heap or off heap) to use (if appropriate).FileHandle.Builder.mmapped(boolean mmapped) Set whether to use mmap for readingFileHandle.Builder.mmapped(Config.DiskAccessMode diskAccessMode) FileHandle.Builder.withChunkCache(ChunkCache chunkCache) SetChunkCacheto use.FileHandle.Builder.withCompressionMetadata(CompressionMetadata metadata) ProvideCompressionMetadatato use when reading compressed file.FileHandle.Builder.withCrcCheckChance(Supplier<Double> crcCheckChanceSupplier) FileHandle.Builder.withLengthOverride(long lengthOverride) Override the file length.FileHandle.Builder.withMmappedRegionsCache(MmappedRegionsCache mmappedRegionsCache)