Interface IndexStoreMetadataOperator<M>

    • Method Detail

      • createMetadataFile

        java.io.File createMetadataFile​(M t,
                                        java.io.File storeDir,
                                        Compression algorithm)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getIndexStoreMetadata

        M getIndexStoreMetadata​(java.io.File metadataFile,
                                Compression algorithm,
                                com.fasterxml.jackson.core.type.TypeReference<M> clazz)
                         throws java.io.IOException
        Throws:
        java.io.IOException