Interface IndexStoreMetadataOperator<M>
-
- All Known Implementing Classes:
IndexStoreMetadataOperatorImpl
public interface IndexStoreMetadataOperator<M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
createMetadataFile(M t, File storeDir, Compression algorithm)
M
getIndexStoreMetadata(File metadataFile, Compression algorithm, com.fasterxml.jackson.core.type.TypeReference<M> clazz)
-
-
-
Method Detail
-
createMetadataFile
File createMetadataFile(M t, File storeDir, Compression algorithm) throws IOException
- Throws:
IOException
-
getIndexStoreMetadata
M getIndexStoreMetadata(File metadataFile, Compression algorithm, com.fasterxml.jackson.core.type.TypeReference<M> clazz) throws IOException
- Throws:
IOException
-
-