Uses of Class
org.apache.jackrabbit.oak.index.indexer.document.incrementalstore.IncrementalStoreOperand
-
Packages that use IncrementalStoreOperand Package Description org.apache.jackrabbit.oak.index.indexer.document.incrementalstore -
-
Uses of IncrementalStoreOperand in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore
Methods in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore that return IncrementalStoreOperand Modifier and Type Method Description static IncrementalStoreOperand
IncrementalStoreOperand. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IncrementalStoreOperand[]
IncrementalStoreOperand. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-