Uses of Class
org.apache.jackrabbit.core.query.lucene.MultiIndex.Action
-
Packages that use MultiIndex.Action Package Description org.apache.jackrabbit.core.query.lucene -
-
Uses of MultiIndex.Action in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene that return types with arguments of type MultiIndex.Action Modifier and Type Method Description List<MultiIndex.Action>
RedoLog. getActions()
Returns a List with allMultiIndex.Action
instances in the redo log.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type MultiIndex.Action Modifier and Type Method Description void
RedoLog. append(MultiIndex.Action action)
Appends an action to the log.
-