| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.memory | |
| org.apache.jackrabbit.oak.spi.cluster | |
| org.apache.jackrabbit.oak.spi.state |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryNodeStore
Basic in-memory node store implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable String |
ClusterRepositoryInfo.getOrCreateId(@NotNull NodeStore store)
Gets the {# CLUSTER_ID_PROP} if available, if it doesn't it
creates it and returns the newly created one (or if that
happened concurrently and another cluster instance won,
return that one)
Note that this method doesn't require synchronization as
concurrent execution within the VM would be covered
within NodeStore's merge and result in a conflict for
one of the two threads - in which case the looser would
re-read and find the clusterId set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyNodeStore |
| Modifier and Type | Method and Description |
|---|---|
NodeStore |
NodeStoreProvider.getNodeStore() |
protected abstract NodeStore |
ProxyNodeStore.getNodeStore() |
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.