Uses of Class
org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
Packages that use AbstractNodeState Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.secondary org.apache.jackrabbit.oak.plugins.memory Internal utilities and implementation of a memory-based store.org.apache.jackrabbit.oak.plugins.migration org.apache.jackrabbit.oak.plugins.migration.report -
-
Uses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.document
Subclasses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.document Modifier and Type Class Description classAbstractDocumentNodeStateclassDocumentNodeStateANodeStateimplementation for theDocumentNodeStore. -
Uses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.document.secondary
Subclasses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.document.secondary Modifier and Type Class Description classDelegatingDocumentNodeStateNodeState wrapper which wraps another NodeState (mostly SegmentNodeState) so as to expose it as anAbstractDocumentNodeStateby extracting the meta properties which are stored as hidden properties -
Uses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.memory
Subclasses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.memory Modifier and Type Class Description classModifiedNodeStateImmutable snapshot of a mutable node state. -
Uses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.migration
Subclasses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.migration Modifier and Type Class Description classAbstractDecoratedNodeStateclassFilteringNodeStateNodeState implementation that decorates another node-state instance in order to hide subtrees or partial subtrees from the consumer of the API. -
Uses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.migration.report
Subclasses of AbstractNodeState in org.apache.jackrabbit.oak.plugins.migration.report Modifier and Type Class Description classReportingNodeStateA decoration layer for NodeState instances that intercepts all accesses to NodeStates and PropertyStates (getters) and informs aReportervia its callbacks that the respective NodeStates or PropertyStates have been accessed.
-