Class IncrementalFlatFileStoreNodeStateEntryWriter
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.NodeStateEntryWriter
-
- org.apache.jackrabbit.oak.index.indexer.document.incrementalstore.IncrementalFlatFileStoreNodeStateEntryWriter
-
public class IncrementalFlatFileStoreNodeStateEntryWriter extends NodeStateEntryWriter
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.oak.index.indexer.document.flatfile.NodeStateEntryWriter
DELIMITER, DELIMITER_CHAR
-
-
Constructor Summary
Constructors Constructor Description IncrementalFlatFileStoreNodeStateEntryWriter(BlobStore blobStore)
Todo - In this implementation we are only changing get parts logic.IncrementalFlatFileStoreNodeStateEntryWriter(BlobStore blobStore, boolean includeChildOrder)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]
getParts(String line)
-
-
-
Constructor Detail
-
IncrementalFlatFileStoreNodeStateEntryWriter
public IncrementalFlatFileStoreNodeStateEntryWriter(BlobStore blobStore)
Todo - In this implementation we are only changing get parts logic. May be we can refactor it to make this more generic.
-
IncrementalFlatFileStoreNodeStateEntryWriter
public IncrementalFlatFileStoreNodeStateEntryWriter(BlobStore blobStore, boolean includeChildOrder)
-
-