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 TypeInterfaceDescriptioninterfaceInterface that adds stats toBlobStatsCollectorfor 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 TypeMethodDescriptionvoidDataStoreBlobStore.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 BlobStatsCollectorAbstractBlobStore.getStatsCollector()Methods in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobStatsCollectorModifier and TypeMethodDescriptionvoidAbstractBlobStore.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 InputStreamStatsCollectingStreams.wrap(@NotNull BlobStatsCollector collector, String blobId, InputStream in) static InputStreamStatsCollectingStreams.wrap(@NotNull BlobStatsCollector collector, String blobId, InputStream in, long startTime)