Class FlatFileStore

    • Constructor Detail

      • FlatFileStore

        public FlatFileStore​(BlobStore blobStore,
                             java.io.File storeFile,
                             java.io.File metadataFile,
                             NodeStateEntryReader entryReader,
                             java.util.Set<java.lang.String> preferredPathElements,
                             Compression algorithm)
      • FlatFileStore

        public FlatFileStore​(BlobStore blobStore,
                             java.io.File storeFile,
                             NodeStateEntryReader entryReader,
                             java.util.Set<java.lang.String> preferredPathElements,
                             Compression algorithm)
    • Method Detail

      • getFlatFileStorePath

        @Deprecated
        public java.lang.String getFlatFileStorePath()
        Deprecated.
        use getStorePath() instead
      • setEntryCount

        public void setEntryCount​(long entryCount)
        Specified by:
        setEntryCount in interface IndexStore
      • getMetadataFilePath

        public java.lang.String getMetadataFilePath()
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface IndexStore
        Throws:
        java.io.IOException