Class MetadataSource
- java.lang.Object
-
- org.apache.cassandra.index.sai.disk.v1.MetadataSource
-
@NotThreadSafe public class MetadataSource extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.store.DataInput
get(java.lang.String name)
static MetadataSource
loadColumnMetadata(IndexDescriptor indexDescriptor, IndexIdentifier indexIdentifier)
static MetadataSource
loadGroupMetadata(IndexDescriptor indexDescriptor)
-
-
-
Method Detail
-
loadGroupMetadata
public static MetadataSource loadGroupMetadata(IndexDescriptor indexDescriptor) throws java.io.IOException
- Throws:
java.io.IOException
-
loadColumnMetadata
public static MetadataSource loadColumnMetadata(IndexDescriptor indexDescriptor, IndexIdentifier indexIdentifier) throws java.io.IOException
- Throws:
java.io.IOException
-
get
public org.apache.lucene.store.DataInput get(java.lang.String name)
-
-