This is a low-level interface that doesn't cover functionality like merging concurrent changes or rejecting new tree states based on some higher-level consistency constraints.
NodeStore
interface deals with all node related operations of the {@link MicroKernel}. Since binary storage and node storage most likely use different backend technologies two separate interfaces for these operations are provided.
This interface is not only a partly {@code MicroKernel} but also provides a different layer of abstraction byconverting the {@link String} parameters into higher level objects to ease the development for implementors of the{@code MicroKernel}.
@see BlobStore @author org.apache.jackrabbit.oak.spi.state.NodeStoreThis is a low-level interface that doesn't cover functionality like merging concurrent changes or rejecting new tree states based on some higher-level consistency constraints.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|