- getAddedChildNodes() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta
-
- getAddedChildren() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getAddedProperties() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta
-
- getAddedProps() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getAffectedPaths() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Returns the paths affected by the commit.
- getAffectedPaths() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getBaseRevisionId() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Returns the base revision id the commit is based on.
- getBaseRevisionId() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getBlobLength(String) - Method in class org.apache.jackrabbit.mongomk.impl.blob.MongoGridFSBlobStore
-
- GetBlobLengthCommandGridFS - Class in org.apache.jackrabbit.mongomk.impl.command.blob
-
Command for MongoMicroKernel#getLength(String)
- GetBlobLengthCommandGridFS(GridFS, String) - Constructor for class org.apache.jackrabbit.mongomk.impl.command.blob.GetBlobLengthCommandGridFS
-
Constructs the command.
- getBlobStore() - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
Returns the underlying blob store.
- getBranchId() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Returns the private branch id the commit is under or null if the
commit is in the public branch.
- getBranchId() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getBranchId() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getChangedChildNodes() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta
-
- getChangedProperties() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta
-
- getChildNodeCount() - Method in interface org.apache.jackrabbit.mongomk.api.model.Node
-
Returns the total number of children of this node.
- getChildNodeCount() - Method in class org.apache.jackrabbit.mongomk.impl.model.NodeImpl
-
- getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
- getChildNodeEntries(int, int) - Method in interface org.apache.jackrabbit.mongomk.api.model.Node
-
Returns the children iterator for the supplied offset and count.
- getChildNodeEntries(int, int) - Method in class org.apache.jackrabbit.mongomk.impl.model.NodeImpl
-
- getChildNodeEntries(long, int) - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeState
-
- getChildNodeEntry(String) - Method in interface org.apache.jackrabbit.mongomk.api.model.Node
-
Returns the descendant node entry (descendant)
- getChildNodeEntry(String) - Method in class org.apache.jackrabbit.mongomk.impl.model.NodeImpl
-
- getChildren() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getCommitCollection() - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
Returns the commit DBCollection.
- getData() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
- getDB() - Method in class org.apache.jackrabbit.mongomk.impl.MongoConnection
-
Returns the DB.
- getDestPath() - Method in interface org.apache.jackrabbit.mongomk.api.instruction.Instruction.CopyNodeInstruction
-
Returns the destination path.
- getDestPath() - Method in interface org.apache.jackrabbit.mongomk.api.instruction.Instruction.MoveNodeInstruction
-
Returns the destination path.
- getDestPath() - Method in class org.apache.jackrabbit.mongomk.impl.instruction.CopyNodeInstructionImpl
-
Returns the destination path.
- getDestPath() - Method in class org.apache.jackrabbit.mongomk.impl.instruction.MoveNodeInstructionImpl
-
Returns the destination path.
- getDiff() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Returns the
JSOP
diff of this commit.
- getDiff() - Method in class org.apache.jackrabbit.mongomk.impl.json.NormalizingJsopHandler
-
- getDiff() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getFromCache(long) - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
Returns the commit from the cache or null if the commit is not in the cache.
- getFromCache(String, String, long) - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
Returns the node from the cache or null if the node is not in the cache.
- getHeadRevision() - Method in interface org.apache.jackrabbit.mongomk.api.NodeStore
-
- getHeadRevision() - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
- getHeadRevision() - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
- GetHeadRevisionCommand - Class in org.apache.jackrabbit.mongomk.impl.command
-
Command for MongoMicroKernel#getHeadRevision()
- GetHeadRevisionCommand(MongoNodeStore) - Constructor for class org.apache.jackrabbit.mongomk.impl.command.GetHeadRevisionCommand
-
Constructs a new GetHeadRevisionCommandMongo.
- getHeadRevisionId() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoSync
-
- getId() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
- getInstructions() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
- getInstructions() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getJournal(String, String, String) - Method in interface org.apache.jackrabbit.mongomk.api.NodeStore
-
- getJournal(String, String, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
- getJournal(String, String, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
- GetJournalCommand - Class in org.apache.jackrabbit.mongomk.impl.command
-
A Command for MongoMicroKernel#getJournal(String, String, String)
- GetJournalCommand(MongoNodeStore, String, String, String) - Constructor for class org.apache.jackrabbit.mongomk.impl.command.GetJournalCommand
-
Constructs a GetJournalCommandMongo
- getKey() - Method in interface org.apache.jackrabbit.mongomk.api.instruction.Instruction.SetPropertyInstruction
-
Returns the key of the property to set.
- getKey() - Method in class org.apache.jackrabbit.mongomk.impl.instruction.SetPropertyInstructionImpl
-
Returns the name of the property.
- getLastMod() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
- getLength(String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
- getLevel() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
- getMessage() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Returns the message of the commit.
- getMessage() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getName() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta.Conflict
-
- getNextRevisionId() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoSync
-
- getNode() - Method in class org.apache.jackrabbit.mongomk.impl.command.NodeExistsCommand
-
After
NodeExistsCommand executed, this method can be used to access
the node with the path.
- getNodeCollection() - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
Returns the node DBCollection.
- getNodes(String, String, int, long, int, String) - Method in interface org.apache.jackrabbit.mongomk.api.NodeStore
-
- getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
- getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
- GetNodesCommand - Class in org.apache.jackrabbit.mongomk.impl.command
-
Command for MongoMicroKernel#getNodes(String, String, int, long, int, String)
- GetNodesCommand(MongoNodeStore, String, Long) - Constructor for class org.apache.jackrabbit.mongomk.impl.command.GetNodesCommand
-
Constructs a new GetNodesCommandMongo.
- GetNodesCommandNew - Class in org.apache.jackrabbit.mongomk.impl.command
-
FIXME - This is same as GetNodesCommand except that it does not fetch all valid
commits upfront and it also does not check for stale slave reads.
- GetNodesCommandNew(MongoNodeStore, String, Long) - Constructor for class org.apache.jackrabbit.mongomk.impl.command.GetNodesCommandNew
-
Constructs a new GetNodesCommandMongo.
- getNodeStore() - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
Returns the underlying node store.
- getNumOfRetries() - Method in interface org.apache.jackrabbit.mongomk.api.command.Command
-
Returns the number of retries this Command should be retried in
case of an error or false result.
- getNumOfRetries() - Method in class org.apache.jackrabbit.mongomk.impl.command.BaseCommand
-
- getNumOfRetries() - Method in class org.apache.jackrabbit.mongomk.impl.command.CommitCommand
-
- getNumOfRetries() - Method in class org.apache.jackrabbit.mongomk.impl.command.CommitCommandNew
-
- getNumOfRetries() - Method in class org.apache.jackrabbit.mongomk.impl.command.GetNodesCommand
-
- getNumOfRetries() - Method in class org.apache.jackrabbit.mongomk.impl.command.GetNodesCommandNew
-
- getPath() - Method in interface org.apache.jackrabbit.mongomk.api.instruction.Instruction
-
Returns the path of this Instruction.
- getPath() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Returns the path of the root node of this commit.
- getPath() - Method in interface org.apache.jackrabbit.mongomk.api.model.Node
-
Returns the path of this Node.
- getPath() - Method in class org.apache.jackrabbit.mongomk.impl.instruction.BaseInstruction
-
- getPath() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getPath() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getPath() - Method in class org.apache.jackrabbit.mongomk.impl.model.NodeImpl
-
- getPathNodeMap() - Method in class org.apache.jackrabbit.mongomk.impl.instruction.CommitCommandInstructionVisitor
-
Returns the generated node map after visit methods are called.
- getProperties() - Method in interface org.apache.jackrabbit.mongomk.api.model.Node
-
Returns the properties this Node was created with.
- getProperties() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getProperties() - Method in class org.apache.jackrabbit.mongomk.impl.model.NodeImpl
-
- getProperties() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeState
-
- getRemovedChildNodes() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta
-
- getRemovedChildren() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getRemovedProperties() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta
-
- getRemovedProps() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getRevisionHistory(long, int, String) - Method in interface org.apache.jackrabbit.mongomk.api.NodeStore
-
- getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
- getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
- GetRevisionHistoryCommand - Class in org.apache.jackrabbit.mongomk.impl.command
-
A Command for MongoMicroKernel#getRevisionHistory(long, int, String)
- GetRevisionHistoryCommand(MongoNodeStore, long, int, String) - Constructor for class org.apache.jackrabbit.mongomk.impl.command.GetRevisionHistoryCommand
-
Constructs a GetRevisionHistoryCommandMongo
- getRevisionId() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Returns the revision id of this commit if known already, else this will
return null.
- getRevisionId() - Method in interface org.apache.jackrabbit.mongomk.api.model.Node
-
Returns the revision id of this node if known already, else this will return null.
- getRevisionId() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getRevisionId() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- getRevisionId() - Method in class org.apache.jackrabbit.mongomk.impl.model.NodeImpl
-
- getRoot() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.SimpleMongoNodeStore
-
- getSourcePath() - Method in interface org.apache.jackrabbit.mongomk.api.instruction.Instruction.CopyNodeInstruction
-
Returns the source path.
- getSourcePath() - Method in interface org.apache.jackrabbit.mongomk.api.instruction.Instruction.MoveNodeInstruction
-
Returns the source path.
- getSourcePath() - Method in class org.apache.jackrabbit.mongomk.impl.instruction.CopyNodeInstructionImpl
-
Returns the source path.
- getSourcePath() - Method in class org.apache.jackrabbit.mongomk.impl.instruction.MoveNodeInstructionImpl
-
Returns the source path.
- getSyncCollection() - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
Returns the sync DBCollection.
- getTimestamp() - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Returns the timestamp of this commit.
- getTimestamp() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- getType() - Method in class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta.Conflict
-
- getValue() - Method in interface org.apache.jackrabbit.mongomk.api.instruction.Instruction.SetPropertyInstruction
-
Returns the value of the property to set.
- getValue() - Method in class org.apache.jackrabbit.mongomk.impl.instruction.SetPropertyInstructionImpl
-
Returns the value of the property.
- mark(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.mongomk.impl.blob.MongoBlobStore
-
- merge(String, String) - Method in interface org.apache.jackrabbit.mongomk.api.NodeStore
-
- merge(String, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
- merge(String, String) - Method in class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
- MergeCommand - Class in org.apache.jackrabbit.mongomk.impl.command
-
A Command for MongoMicroKernel#merge(String, String)
- MergeCommand(MongoNodeStore, String, String) - Constructor for class org.apache.jackrabbit.mongomk.impl.command.MergeCommand
-
Constructs a MergeCommandMongo
- MongoBlob - Class in org.apache.jackrabbit.mongomk.impl.model
-
The MongoDB representation of a blob.
- MongoBlob() - Constructor for class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
Default constructor.
- MongoBlobStore - Class in org.apache.jackrabbit.mongomk.impl.blob
-
Implementation of BlobStore for the MongoDB extending from
AbstractBlobStore.
- MongoBlobStore(DB) - Constructor for class org.apache.jackrabbit.mongomk.impl.blob.MongoBlobStore
-
Constructs a new MongoBlobStore
- MongoCommit - Class in org.apache.jackrabbit.mongomk.impl.model
-
The MongoDB representation of a commit.
- MongoCommit() - Constructor for class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
Default constructor.
- MongoConnection - Class in org.apache.jackrabbit.mongomk.impl
-
The MongoConnection abstracts connection to the MongoDB.
- MongoConnection(String, int, String) - Constructor for class org.apache.jackrabbit.mongomk.impl.MongoConnection
-
Constructs a new MongoConnection.
- MongoGridFSBlobStore - Class in org.apache.jackrabbit.mongomk.impl.blob
-
Implementation of BlobStore for the MongoDB using GridFS.
- MongoGridFSBlobStore(DB) - Constructor for class org.apache.jackrabbit.mongomk.impl.blob.MongoGridFSBlobStore
-
Constructs a new BlobStoreMongoGridFS
- MongoMicroKernel - Class in org.apache.jackrabbit.mongomk.impl
-
The MongoDB implementation of the MicroKernel.
- MongoMicroKernel(MongoConnection, NodeStore, BlobStore) - Constructor for class org.apache.jackrabbit.mongomk.impl.MongoMicroKernel
-
Constructs a new MongoMicroKernel.
- MongoMicroKernelService - Class in org.apache.jackrabbit.mongomk.osgi
-
- MongoMicroKernelService() - Constructor for class org.apache.jackrabbit.mongomk.osgi.MongoMicroKernelService
-
- MongoNode - Class in org.apache.jackrabbit.mongomk.impl.model
-
The MongoDB representation of a node.
- MongoNode() - Constructor for class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- MongoNodeDelta - Class in org.apache.jackrabbit.mongomk.impl.model.tree
-
Note: Most of this functionality is mirrored from NodeDelta with the hopes
that the two functionality can be consolidated at some point.
- MongoNodeDelta(NodeStore, NodeState, NodeState) - Constructor for class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeDelta
-
- MongoNodeDelta.Conflict - Class in org.apache.jackrabbit.mongomk.impl.model.tree
-
- MongoNodeDelta.ConflictType - Enum in org.apache.jackrabbit.mongomk.impl.model.tree
-
- MongoNodeState - Class in org.apache.jackrabbit.mongomk.impl.model.tree
-
This dummy NodeStore implementation is needed in order to be able to reuse
Oak's DiffBuilder in MongoMK.
- MongoNodeState(Node) - Constructor for class org.apache.jackrabbit.mongomk.impl.model.tree.MongoNodeState
-
Create a node state with the supplied node.
- MongoNodeStore - Class in org.apache.jackrabbit.mongomk.impl
-
- MongoNodeStore(DB) - Constructor for class org.apache.jackrabbit.mongomk.impl.MongoNodeStore
-
Constructs a new NodeStoreMongo.
- MongoSync - Class in org.apache.jackrabbit.mongomk.impl.model
-
The MongoDB representation of the head revision.
- MongoSync() - Constructor for class org.apache.jackrabbit.mongomk.impl.model.MongoSync
-
- MongoUtil - Class in org.apache.jackrabbit.mongomk.util
-
MongoMK specific utility class.
- MongoUtil() - Constructor for class org.apache.jackrabbit.mongomk.util.MongoUtil
-
- MoveNodeInstructionImpl - Class in org.apache.jackrabbit.mongomk.impl.instruction
-
Implementation of the move node operation => ">" STRING ":" STRING
- MoveNodeInstructionImpl(String, String, String) - Constructor for class org.apache.jackrabbit.mongomk.impl.instruction.MoveNodeInstructionImpl
-
Constructs a new MoveNodeInstruction.
- saveAndSetHeadRevision() - Method in class org.apache.jackrabbit.mongomk.impl.command.CommitCommand
-
Protected for testing purposed only.
- saveAndSetHeadRevision() - Method in class org.apache.jackrabbit.mongomk.impl.command.CommitCommandNew
-
Protected for testing purposed only.
- SaveAndSetHeadRevisionAction - Class in org.apache.jackrabbit.mongomk.impl.action
-
An action for saving and setting the head revision id.
- SaveAndSetHeadRevisionAction(MongoNodeStore, long, long) - Constructor for class org.apache.jackrabbit.mongomk.impl.action.SaveAndSetHeadRevisionAction
-
Constructs a new SaveAndSetHeadRevisionAction.
- SaveCommitAction - Class in org.apache.jackrabbit.mongomk.impl.action
-
An action for saving a commit.
- SaveCommitAction(MongoNodeStore, MongoCommit) - Constructor for class org.apache.jackrabbit.mongomk.impl.action.SaveCommitAction
-
Constructs a new SaveCommitAction.
- SaveNodesAction - Class in org.apache.jackrabbit.mongomk.impl.action
-
An action for saving a list of nodes.
- SaveNodesAction(MongoNodeStore, Collection<MongoNode>) - Constructor for class org.apache.jackrabbit.mongomk.impl.action.SaveNodesAction
-
Constructs a new SaveNodesAction.
- setAffectedPaths(Set<String>) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setBaseRevisionId(Long) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setBranchId(String) - Method in class org.apache.jackrabbit.mongomk.impl.action.FetchNodesAction
-
Sets the branchId for the query.
- setBranchId(String) - Method in class org.apache.jackrabbit.mongomk.impl.action.FetchNodesActionNew
-
Sets the branchId for the query.
- setBranchId(String) - Method in class org.apache.jackrabbit.mongomk.impl.command.GetNodesCommand
-
Sets the branchId for the command.
- setBranchId(String) - Method in class org.apache.jackrabbit.mongomk.impl.command.GetNodesCommandNew
-
Sets the branchId for the command.
- setBranchId(String) - Method in class org.apache.jackrabbit.mongomk.impl.command.NodeExistsCommand
-
Sets the branchId for the command.
- setBranchId(String) - Method in class org.apache.jackrabbit.mongomk.impl.instruction.CommitCommandInstructionVisitor
-
Sets the branch id associated with the commit.
- setBranchId(String) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setBranchId(String) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- setChildren(List<String>) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- setData(byte[]) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
- setDeleted(boolean) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- setDepth(int) - Method in class org.apache.jackrabbit.mongomk.impl.action.FetchNodesAction
-
Sets the depth for the command.
- setDepth(int) - Method in class org.apache.jackrabbit.mongomk.impl.command.GetNodesCommand
-
Sets the depth for the command.
- setDepth(int) - Method in class org.apache.jackrabbit.mongomk.impl.command.GetNodesCommandNew
-
Sets the depth for the command.
- setDiff(String) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setFailed() - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setHeadRevisionId(long) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoSync
-
- setId(String) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
- setLastMod(long) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
- setLevel(int) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoBlob
-
- setMaxEntries(int) - Method in class org.apache.jackrabbit.mongomk.impl.action.FetchCommitsAction
-
Sets the max number of entries that should be fetched.
- setMessage(String) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setNextRevisionId(long) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoSync
-
- setPath(String) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setPath(String) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- setProperties(Map<String, Object>) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- SetPropertyInstructionImpl - Class in org.apache.jackrabbit.mongomk.impl.instruction
-
Implementation for the set property operation => "^" STRING ":" ATOM | ARRAY
- SetPropertyInstructionImpl(String, String, Object) - Constructor for class org.apache.jackrabbit.mongomk.impl.instruction.SetPropertyInstructionImpl
-
Constructs a new SetPropertyInstruction.
- setRevisionId(Long) - Method in interface org.apache.jackrabbit.mongomk.api.model.Commit
-
Sets the revision id of this commit.
- setRevisionId(Long) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setRevisionId(long) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoNode
-
- setRevisionId(Long) - Method in class org.apache.jackrabbit.mongomk.impl.model.NodeImpl
-
- setTimestamp(Long) - Method in class org.apache.jackrabbit.mongomk.impl.model.MongoCommit
-
- setValidCommits(List<MongoCommit>) - Method in class org.apache.jackrabbit.mongomk.impl.action.FetchNodesAction
-
Sets the last valid commits if already known.
- SimpleMongoNodeStore - Class in org.apache.jackrabbit.mongomk.impl.model.tree
-
This dummy NodeStore implementation is needed in order to be able to reuse
Oak's DiffBuilder in MongoMK.
- SimpleMongoNodeStore() - Constructor for class org.apache.jackrabbit.mongomk.impl.model.tree.SimpleMongoNodeStore
-
- startMark() - Method in class org.apache.jackrabbit.mongomk.impl.blob.MongoBlobStore
-
- storeBlock(byte[], int, byte[]) - Method in class org.apache.jackrabbit.mongomk.impl.blob.MongoBlobStore
-
- sweep() - Method in class org.apache.jackrabbit.mongomk.impl.blob.MongoBlobStore
-