Class IncrementalIndexStoreMetadata
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.incrementalstore.IncrementalIndexStoreMetadata
-
public class IncrementalIndexStoreMetadata extends Object
-
-
Constructor Summary
Constructors Constructor Description IncrementalIndexStoreMetadata()
IncrementalIndexStoreMetadata(String beforeCheckpoint, String afterCheckpoint, String storeType, String strategy, Set<String> preferredPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAfterCheckpoint()
String
getBeforeCheckpoint()
Set<String>
getPreferredPaths()
String
getStoreType()
String
getStrategy()
-