B C D G M N O R W 

B

branch(String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Creates a private branch revision off the specified public trunk revision.

C

checkpoint(long) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Creates a new checkpoint of the latest head revision.
commit(String, String, String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Applies the specified changes on the specified target node.
CONFLICT - Static variable in interface org.apache.jackrabbit.mk.api.MicroKernel
 

D

diff(String, String, String, int) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Returns the JSON diff representation of the changes between the specified revisions.

G

getChildNodeCount(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Returns the number of child nodes of the specified node.
getHeadRevision() - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Return the id of the current head revision, i.e.
getJournal(String, String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Returns a revision journal, starting with fromRevisionId and ending with toRevisionId in chronological order.
getLength(String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Returns the length of the specified blob.
getNodes(String, String, int, long, int, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Returns the node tree rooted at the specified parent node with the specified depth, maximum child node maxChildNodes and offset.
getRevisionHistory(long, int, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Returns a list of all currently available (historical) head revisions in chronological order since a specific point in time.

M

merge(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Merges the specified private branch revision with the current head revision.
MicroKernel - Interface in org.apache.jackrabbit.mk.api
The MicroKernel Design Goals and 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 session-less API (there's no concept of sessions; an implementation doesn't need to track/manage session state) easily portable to C easy to remote efficient support for large number of child nodes integrated API for efficiently storing/retrieving large binaries human-readable data serialization (JSON)
MicroKernelException - Exception in org.apache.jackrabbit.mk.api
Exception thrown by methods of the MicroKernel API
MicroKernelException() - Constructor for exception org.apache.jackrabbit.mk.api.MicroKernelException
 
MicroKernelException(String) - Constructor for exception org.apache.jackrabbit.mk.api.MicroKernelException
 
MicroKernelException(String, Throwable) - Constructor for exception org.apache.jackrabbit.mk.api.MicroKernelException
 
MicroKernelException(Throwable) - Constructor for exception org.apache.jackrabbit.mk.api.MicroKernelException
 

N

nodeExists(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Determines whether the specified node exists.

O

org.apache.jackrabbit.mk.api - package org.apache.jackrabbit.mk.api
 

R

read(String, long, byte[], int, int) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Reads up to length bytes of data from the specified blob into the given array of bytes where the actual number of bytes read is min(length, max(0, blobLength - pos)).
rebase(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Rebases the specified private branch revision on top of specified new base revision.
reset(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Resets the branch identified by branchRevisionId to an ancestor branch commit identified by ancestorRevisionId.

W

waitForCommit(String, long) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Waits for a commit to occur that is more recent than oldHeadRevisionId.
write(InputStream) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Stores the content of the given stream and returns an associated identifier for later retrieval.
B C D G M N O R W 

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