Uses of Class
org.apache.cassandra.io.util.FileHandle
-
-
Uses of FileHandle in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache with parameters of type FileHandle Modifier and Type Method Description void
ChunkCache. invalidatePosition(FileHandle dfile, long position)
-
Uses of FileHandle in org.apache.cassandra.index.sai.disk.format
Methods in org.apache.cassandra.index.sai.disk.format that return FileHandle Modifier and Type Method Description FileHandle
IndexDescriptor. createPerIndexFileHandle(IndexComponent indexComponent, IndexIdentifier indexIdentifier)
FileHandle
IndexDescriptor. createPerIndexFileHandle(IndexComponent indexComponent, IndexIdentifier indexIdentifier, Throwables.DiscreteAction<?> cleanup)
FileHandle
IndexDescriptor. createPerSSTableFileHandle(IndexComponent indexComponent, Throwables.DiscreteAction<?> cleanup)
-
Uses of FileHandle in org.apache.cassandra.index.sai.disk.io
Methods in org.apache.cassandra.index.sai.disk.io with parameters of type FileHandle Modifier and Type Method Description static IndexInputReader
IndexInputReader. create(FileHandle handle)
org.apache.lucene.store.IndexInput
IndexFileUtils. openInput(FileHandle handle)
-
Uses of FileHandle in org.apache.cassandra.index.sai.disk.v1
Methods in org.apache.cassandra.index.sai.disk.v1 that return FileHandle Modifier and Type Method Description FileHandle
PerColumnIndexFiles. balancedTree()
FileHandle
PerColumnIndexFiles. compressedVectors()
FileHandle
PerColumnIndexFiles. postingLists()
FileHandle
PerColumnIndexFiles. termsData()
-
Uses of FileHandle in org.apache.cassandra.index.sai.disk.v1.bbtree
Constructors in org.apache.cassandra.index.sai.disk.v1.bbtree with parameters of type FileHandle Constructor Description BlockBalancedTreeReader(IndexIdentifier indexIdentifier, FileHandle treeIndexFile, long treeIndexRoot, FileHandle postingsFile, long treePostingsRoot)
Performs a blocking read. -
Uses of FileHandle in org.apache.cassandra.index.sai.disk.v1.bitpack
Constructors in org.apache.cassandra.index.sai.disk.v1.bitpack with parameters of type FileHandle Constructor Description BlockPackedReader(FileHandle file, NumericValuesMeta meta)
MonotonicBlockPackedReader(FileHandle file, NumericValuesMeta meta)
-
Uses of FileHandle in org.apache.cassandra.index.sai.disk.v1.keystore
Constructors in org.apache.cassandra.index.sai.disk.v1.keystore with parameters of type FileHandle Constructor Description KeyLookup(FileHandle keysFileHandle, FileHandle keysBlockOffsets, KeyLookupMeta keyLookupMeta, NumericValuesMeta keyBlockOffsetsMeta)
Creates a new reader based on its data components. -
Uses of FileHandle in org.apache.cassandra.index.sai.disk.v1.segment
Constructors in org.apache.cassandra.index.sai.disk.v1.segment with parameters of type FileHandle Constructor Description LiteralIndexSegmentTermsReader(IndexIdentifier indexIdentifier, FileHandle termsData, FileHandle postingLists, long root, long termsFooterPointer)
-
Uses of FileHandle in org.apache.cassandra.index.sai.disk.v1.vector
Constructors in org.apache.cassandra.index.sai.disk.v1.vector with parameters of type FileHandle Constructor Description OnDiskOrdinalsMap(FileHandle fh, long segmentOffset, long segmentLength)
-
Uses of FileHandle in org.apache.cassandra.io.sstable
Fields in org.apache.cassandra.io.sstable declared as FileHandle Modifier and Type Field Description protected FileHandle
AbstractSSTableIterator. ifile
Constructors in org.apache.cassandra.io.sstable with parameters of type FileHandle Constructor Description AbstractSSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RIE indexEntry, Slices slices, ColumnFilter columnFilter, FileHandle ifile)
-
Uses of FileHandle in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as FileHandle Modifier and Type Field Description protected FileHandle
SSTableReader. dfile
Methods in org.apache.cassandra.io.sstable.format that return FileHandle Modifier and Type Method Description FileHandle
SSTableReader.Builder. getDataFile()
protected FileHandle
SortedTableWriter. openDataFile(long lengthOverride, StatsMetadata statsMetadata)
Methods in org.apache.cassandra.io.sstable.format with parameters of type FileHandle Modifier and Type Method Description B
SSTableReader.Builder. setDataFile(FileHandle dataFile)
-
Uses of FileHandle in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return FileHandle Modifier and Type Method Description FileHandle
BigTableReader.Builder. getIndexFile()
FileHandle
BigTableReader. getIndexFile()
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type FileHandle Modifier and Type Method Description static BigTableKeyReader
BigTableKeyReader. create(FileHandle indexFile, RowIndexEntry.IndexSerializer serializer)
long
BigSSTableReaderLoadingBuilder. estimateRowsFromIndex(FileHandle indexFile)
RowIndexEntry.IndexInfoRetriever
RowIndexEntry. openWithIndex(FileHandle indexFile)
BigTableReader.Builder
BigTableReader.Builder. setIndexFile(FileHandle indexFile)
Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type FileHandle Constructor Description IndexState(AbstractSSTableIterator.AbstractReader reader, ClusteringComparator comparator, RowIndexEntry indexEntry, boolean reversed, FileHandle indexFile)
SSTableIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, FileHandle ifile)
SSTableReversedIterator(SSTableReader sstable, FileDataInput file, DecoratedKey key, RowIndexEntry indexEntry, Slices slices, ColumnFilter columns, FileHandle ifile)
-
Uses of FileHandle in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti that return FileHandle Modifier and Type Method Description FileHandle
BtiTableReader.Builder. getRowIndexFile()
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type FileHandle Modifier and Type Method Description static PartitionIndex
PartitionIndex. load(FileHandle fh, IPartitioner partitioner, boolean preload)
BtiTableReader.Builder
BtiTableReader.Builder. setRowIndexFile(FileHandle rowIndexFile)
Constructors in org.apache.cassandra.io.sstable.format.bti with parameters of type FileHandle Constructor Description PartitionIndex(FileHandle fh, long trieRoot, long keyCount, DecoratedKey first, DecoratedKey last)
RowIndexReader(FileHandle file, long root, Version version)
RowIndexReader(FileHandle file, org.apache.cassandra.io.sstable.format.bti.TrieIndexEntry entry, Version version)
-
Uses of FileHandle in org.apache.cassandra.io.util
Methods in org.apache.cassandra.io.util that return FileHandle Modifier and Type Method Description FileHandle
FileHandle.Builder. complete()
Complete buildingFileHandle
.FileHandle
FileHandle.Builder. complete(java.util.function.Function<File,ChannelProxy> channelProxyFactory)
FileHandle
FileHandle. sharedCopy()
-