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
|
|
|
|
|
|
|
|
|
|
|
|
|
|