| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document | |
| org.apache.jackrabbit.oak.plugins.document.util |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ClusterNodeInfo |
DocumentNodeStore.getClusterInfo() |
static ClusterNodeInfo |
ClusterNodeInfo.getInstance(DocumentStore store,
org.apache.jackrabbit.oak.plugins.document.RecoveryHandler recoveryHandler,
String machineId,
String instanceId,
int configuredClusterId)
Get or create a cluster node info instance for the store.
|
static ClusterNodeInfo |
ClusterNodeInfo.getReadOnlyInstance(DocumentStore store)
Create a cluster node info instance to be utilized for read only access
to underlying store.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.checkRevisionAge(DocumentStore store,
ClusterNodeInfo info,
org.apache.jackrabbit.oak.stats.Clock clock)
Check the revision age on the root document for the given cluster node
info.
|
| Constructor and Description |
|---|
LeaseCheckDocumentStoreWrapper(DocumentStore delegate,
ClusterNodeInfo clusterNodeInfo) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.