public abstract class AbstractSharedBackend extends java.lang.Object implements SharedBackend
Constructor and Description |
---|
AbstractSharedBackend() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getOrCreateReferenceKey()
Returns the reference key of this backend.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addMetadataRecord, addMetadataRecord, close, deleteAllMetadataRecords, deleteMetadataRecord, deleteRecord, exists, getAllIdentifiers, getAllMetadataRecords, getAllRecords, getMetadataRecord, getRecord, init, metadataRecordExists, read, write
public byte[] getOrCreateReferenceKey() throws DataStoreException
This method is called only once during the lifetime of a backend instance and the return value is cached in memory, so it's no problem if the implementation is slow.
DataStoreException
- if the key is not availableCopyright © 2010 - 2020 Adobe. All Rights Reserved