Class IndexComponent
- java.lang.Object
-
- org.apache.cassandra.io.sstable.format.IndexComponent
-
public class IndexComponent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IndexComponent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileHandle.Builder
fileBuilder(Component component, SSTable ssTable)
static FileHandle.Builder
fileBuilder(Component component, SSTable.Builder<?,?> builder)
static FileHandle.Builder
fileBuilder(File file, IOOptions ioOptions, ChunkCache chunkCache)
-
-
-
Method Detail
-
fileBuilder
public static FileHandle.Builder fileBuilder(File file, IOOptions ioOptions, ChunkCache chunkCache)
-
fileBuilder
public static FileHandle.Builder fileBuilder(Component component, SSTable ssTable)
-
fileBuilder
public static FileHandle.Builder fileBuilder(Component component, SSTable.Builder<?,?> builder)
-
-