| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document |
| Modifier and Type | Field and Description |
|---|---|
static Collection<ClusterNodeInfoDocument> |
Collection.CLUSTER_NODES
The 'clusterNodes' collection contains the list of currently running
cluster nodes.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable ClusterNodeInfoDocument |
MissingLastRevSeeker.getClusterNodeInfo(int clusterId)
Gets the cluster node info for the given cluster node id.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ClusterNodeInfoDocument> |
ClusterNodeInfoDocument.all(DocumentStore store)
Returns all cluster node info documents currently available in the given
document store.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MissingLastRevSeeker.isRecoveryNeeded(@NotNull ClusterNodeInfoDocument nodeInfo)
Deprecated.
use
isRecoveryNeeded(long)
instead. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.