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