| 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.getId(@NotNull NodeStore store) |
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)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyNodeStore |
| Modifier and Type | Method and Description |
|---|---|
NodeStore |
NodeStoreProvider.getNodeStore() |
protected abstract NodeStore |
ProxyNodeStore.getNodeStore() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.