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