Uses of Package
org.apache.jackrabbit.mk.api

Packages that use org.apache.jackrabbit.mk.api
org.apache.jackrabbit.mk.api   
org.apache.jackrabbit.mk.core   
org.apache.jackrabbit.mk.util   
 

Classes in org.apache.jackrabbit.mk.api used by org.apache.jackrabbit.mk.api
MicroKernelException
          Exception thrown by methods of the MicroKernel API
 

Classes in org.apache.jackrabbit.mk.api used by org.apache.jackrabbit.mk.core
MicroKernel
          The MicroKernel design goals/principles: manage huge trees of nodes and properties efficiently MVCC-based concurrency control (writers don't interfere with readers, snapshot isolation) GIT/SVN-inspired DAG-based versioning model highly scalable concurrent read & write operations stateless API portable to C efficient support for large number of child nodes integrated API for efficiently storing/retrieving large binaries human-readable data serialization (JSON)

The MicroKernel Data Model: simple JSON-inspired data model: just nodes and properties a node consists of an unordered set of name -> item mappings.

MicroKernelException
          Exception thrown by methods of the MicroKernel API
 

Classes in org.apache.jackrabbit.mk.api used by org.apache.jackrabbit.mk.util
MicroKernel
          The MicroKernel design goals/principles: manage huge trees of nodes and properties efficiently MVCC-based concurrency control (writers don't interfere with readers, snapshot isolation) GIT/SVN-inspired DAG-based versioning model highly scalable concurrent read & write operations stateless API portable to C efficient support for large number of child nodes integrated API for efficiently storing/retrieving large binaries human-readable data serialization (JSON)

The MicroKernel Data Model: simple JSON-inspired data model: just nodes and properties a node consists of an unordered set of name -> item mappings.

MicroKernelException
          Exception thrown by methods of the MicroKernel API
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.