Class FlatFileStoreUtils
java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.flatfile.FlatFileStoreUtils
Deprecated.
This class provides common utility functions for building FlatFileStore.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedReader
createReader
(File file, boolean compressionEnabled) Deprecated.This function by default uses GNU zip as compression algorithm for backward compatibility.static BufferedReader
createReader
(File file, Compression algorithm) Deprecated.static BufferedWriter
createWriter
(File file, boolean compressionEnabled) Deprecated.This function by default uses GNU zip as compression algorithm for backward compatibility.static BufferedWriter
createWriter
(File file, Compression algorithm) Deprecated.static String
getSortedStoreFileName
(boolean compressionEnabled) Deprecated.This function by default uses GNU zip as compression algorithm for backward compatibility.static String
getSortedStoreFileName
(Compression algorithm) Deprecated.static long
Deprecated.
-
Field Details
-
METADATA_SUFFIX
Deprecated.- See Also:
-
-
Constructor Details
-
FlatFileStoreUtils
public FlatFileStoreUtils()Deprecated.
-
-
Method Details
-
createReader
Deprecated.This function by default uses GNU zip as compression algorithm for backward compatibility. -
createReader
Deprecated. -
createWriter
Deprecated.This function by default uses GNU zip as compression algorithm for backward compatibility.- Throws:
IOException
-
createWriter
Deprecated.- Throws:
IOException
-
sizeOf
Deprecated. -
getSortedStoreFileName
Deprecated.This function by default uses GNU zip as compression algorithm for backward compatibility. -
getSortedStoreFileName
Deprecated.
-
IndexStoreUtils
instead