| Package | Description |
|---|---|
| org.apache.jackrabbit.mongomk | |
| org.apache.jackrabbit.mongomk.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryDocumentStore
Emulates a MongoDB store (possibly consisting of multiple shards and
replicas).
|
class |
MongoDocumentStore
A document store that uses MongoDB as the backend.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentStore |
MongoMK.getDocumentStore() |
DocumentStore |
MongoMK.Builder.getDocumentStore() |
| Modifier and Type | Method and Description |
|---|---|
static ClusterNodeInfo |
ClusterNodeInfo.getInstance(DocumentStore store)
Create a cluster node info instance for the store, with the
|
static ClusterNodeInfo |
ClusterNodeInfo.getInstance(DocumentStore store,
String machineId,
String instanceId)
Create a cluster node info instance for the store.
|
MongoMK.Builder |
MongoMK.Builder.setDocumentStore(DocumentStore documentStore)
Set the document store to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingDocumentStoreWrapper
Implements a
DocumentStore wrapper and logs all calls. |
| Constructor and Description |
|---|
LoggingDocumentStoreWrapper(DocumentStore store) |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.