- GarbageCollectableBlobStore - Interface in org.apache.jackrabbit.oak.spi.blob
-
A blob store that supports garbage collection.
- getAllChunkIds(long) - Method in class org.apache.jackrabbit.oak.spi.blob.FileBlobStore
-
- getAllChunkIds(long) - Method in interface org.apache.jackrabbit.oak.spi.blob.GarbageCollectableBlobStore
-
Gets all the identifiers.
- getAllChunkIds(long) - Method in class org.apache.jackrabbit.oak.spi.blob.MemoryBlobStore
-
Ignores the maxlastModifiedTime
- getAllIdentifiers() - Method in interface org.apache.jackrabbit.oak.spi.blob.SharedBackend
-
Returns identifiers of all records that exists in backend.
- getAllMetadataRecords(String) - Method in interface org.apache.jackrabbit.oak.spi.blob.SharedBackend
-
Gets all the metadata with a specified prefix.
- getAllRecords() - Method in interface org.apache.jackrabbit.oak.spi.blob.SharedBackend
-
Returns a list of all DataRecords
- getBlobId(String) - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
- getBlobId(String) - Method in interface org.apache.jackrabbit.oak.spi.blob.BlobStore
-
Returns the blobId that referred by the given binary reference.
- getBlobId(String) - Method in class org.apache.jackrabbit.oak.spi.blob.split.DefaultSplitBlobStore
-
- getBlobId(String) - Method in class org.apache.jackrabbit.oak.spi.blob.split.WrappingSplitBlobStore
-
- getBlobLength(String) - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
- getBlobLength(String) - Method in interface org.apache.jackrabbit.oak.spi.blob.BlobStore
-
Get the length of the blob.
- getBlobLength(String) - Method in class org.apache.jackrabbit.oak.spi.blob.split.DefaultSplitBlobStore
-
- getBlobLength(String) - Method in class org.apache.jackrabbit.oak.spi.blob.split.WrappingSplitBlobStore
-
- getBlockSize() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
- getBlockSizeMin() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
- getBlockSizeMin() - Method in interface org.apache.jackrabbit.oak.spi.blob.GarbageCollectableBlobStore
-
Get the minimum block size (if there is any).
- getDigest() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.BlockId
-
- getDownloadCount() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getDownloadCountHistory() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getDownloadRateHistory() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getDownloadSizeHistory() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getDownloadTotalSeconds() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getDownloadTotalSize() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getIdentifier() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractDataRecord
-
Returns the data identifier.
- getInputStream(String) - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
- getInputStream(String) - Method in interface org.apache.jackrabbit.oak.spi.blob.BlobStore
-
Returns a new stream for given blobId.
- getInputStream(String) - Method in class org.apache.jackrabbit.oak.spi.blob.split.DefaultSplitBlobStore
-
- getInputStream(String) - Method in class org.apache.jackrabbit.oak.spi.blob.split.WrappingSplitBlobStore
-
- getMemory() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.Data
-
- getMetadataRecord(String) - Method in interface org.apache.jackrabbit.oak.spi.blob.SharedBackend
-
Gets the metadata of the specified name.
- getOrCreateReferenceKey() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
Returns the reference key of this blob store.
- getOrCreateReferenceKey() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractSharedBackend
-
Returns the reference key of this backend.
- getPos() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore.BlockId
-
- getRecord(DataIdentifier) - Method in interface org.apache.jackrabbit.oak.spi.blob.SharedBackend
-
Gets the record with the specified identifier
- getReference(String) - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
- getReference() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractDataRecord
-
Delegates the call to the backend to retrieve reference.
- getReference(String) - Method in interface org.apache.jackrabbit.oak.spi.blob.BlobStore
-
Returns a secure reference to blob referred by blobid, or null if no such
reference is available.
- getReference(String) - Method in class org.apache.jackrabbit.oak.spi.blob.split.DefaultSplitBlobStore
-
- getReference(String) - Method in class org.apache.jackrabbit.oak.spi.blob.split.WrappingSplitBlobStore
-
- getReferenceFromIdentifier(DataIdentifier) - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractSharedBackend
-
- getStatsCollector() - Method in class org.apache.jackrabbit.oak.spi.blob.AbstractBlobStore
-
- getUpload() - Method in class org.apache.jackrabbit.oak.spi.blob.BlobOptions
-
- getUploadCount() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getUploadCountHistory() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getUploadRateHistory() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getUploadSizeHistory() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getUploadTotalSeconds() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-
- getUploadTotalSize() - Method in interface org.apache.jackrabbit.oak.spi.blob.stats.BlobStoreStatsMBean
-