public class SharedDataStoreUtils
extends java.lang.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 DataRecord |
getEarliestRecord(java.util.List<DataRecord> recs)
Gets the earliest record of the available reference records.
|
static boolean |
isShared(BlobStore blobStore)
Checks if the blob store shared.
|
static java.util.Set<java.lang.String> |
refsNotAvailableFromRepos(java.util.List<DataRecord> repos,
java.util.List<DataRecord> refs)
Repositories from which marked references not available.
|
public static boolean isShared(BlobStore blobStore)
blobStore
- the blob storepublic static DataRecord getEarliestRecord(java.util.List<DataRecord> recs)
recs
- the recspublic static java.util.Set<java.lang.String> refsNotAvailableFromRepos(java.util.List<DataRecord> repos, java.util.List<DataRecord> refs)
repos
- the reposrefs
- the refsCopyright © 2010 - 2023 Adobe. All Rights Reserved