public class SharedDataStoreUtils extends Object
SharedDataStore.| Modifier and Type | Class and Description |
|---|---|
static class |
SharedDataStoreUtils.SharedStoreRecordType
Encapsulates the different type of records at the data store root.
|
| Constructor and Description |
|---|
SharedDataStoreUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jackrabbit.core.data.DataRecord |
getEarliestRecord(List<org.apache.jackrabbit.core.data.DataRecord> recs)
Gets the earliest record of the available reference records.
|
static boolean |
isShared(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
Checks if the blob store shared.
|
static Set<String> |
refsNotAvailableFromRepos(List<org.apache.jackrabbit.core.data.DataRecord> repos,
List<org.apache.jackrabbit.core.data.DataRecord> refs)
Repositories from which marked references not available.
|
public static boolean isShared(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore)
blobStore - the blob storepublic static org.apache.jackrabbit.core.data.DataRecord getEarliestRecord(List<org.apache.jackrabbit.core.data.DataRecord> recs)
recs - the recspublic static Set<String> refsNotAvailableFromRepos(List<org.apache.jackrabbit.core.data.DataRecord> repos, List<org.apache.jackrabbit.core.data.DataRecord> refs)
repos - the reposrefs - the refsCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.