Uses of Interface
org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
Packages that use BlobStatsCollector
Package
Description
-
Uses of BlobStatsCollector in org.apache.jackrabbit.oak.plugins.blob
Subinterfaces of BlobStatsCollector in org.apache.jackrabbit.oak.plugins.blobModifier and TypeInterfaceDescriptioninterface
Interface that adds stats toBlobStatsCollector
for additional capabilities in blob stores that are added viaDataStoreBlobStore
.Classes in org.apache.jackrabbit.oak.plugins.blob that implement BlobStatsCollector -
Uses of BlobStatsCollector in org.apache.jackrabbit.oak.plugins.blob.datastore
Fields in org.apache.jackrabbit.oak.plugins.blob.datastore declared as BlobStatsCollectorMethods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type BlobStatsCollectorModifier and TypeMethodDescriptionvoid
DataStoreBlobStore.setBlobStatsCollector
(BlobStatsCollector stats) -
Uses of BlobStatsCollector in org.apache.jackrabbit.oak.spi.blob
Methods in org.apache.jackrabbit.oak.spi.blob that return BlobStatsCollectorModifier and TypeMethodDescriptionprotected BlobStatsCollector
AbstractBlobStore.getStatsCollector()
Methods in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobStatsCollectorModifier and TypeMethodDescriptionvoid
AbstractBlobStore.setStatsCollector
(BlobStatsCollector stats) -
Uses of BlobStatsCollector in org.apache.jackrabbit.oak.spi.blob.stats
Fields in org.apache.jackrabbit.oak.spi.blob.stats declared as BlobStatsCollectorMethods in org.apache.jackrabbit.oak.spi.blob.stats with parameters of type BlobStatsCollectorModifier and TypeMethodDescriptionstatic InputStream
StatsCollectingStreams.wrap
(@NotNull BlobStatsCollector collector, String blobId, InputStream in) static InputStream
StatsCollectingStreams.wrap
(@NotNull BlobStatsCollector collector, String blobId, InputStream in, long startTime)