Uses of Interface
org.apache.jackrabbit.oak.spi.blob.stats.BlobStatsCollector
-
-
Uses of BlobStatsCollector in org.apache.jackrabbit.oak.plugins.blob
Subinterfaces of BlobStatsCollector in org.apache.jackrabbit.oak.plugins.blob Modifier and Type Interface Description interfaceExtendedBlobStatsCollectorInterface that adds stats toBlobStatsCollectorfor additional capabilities in blob stores that are added viaDataStoreBlobStore.Classes in org.apache.jackrabbit.oak.plugins.blob that implement BlobStatsCollector Modifier and Type Class Description classBlobStoreStats -
Uses of BlobStatsCollector in org.apache.jackrabbit.oak.plugins.blob.datastore
Fields in org.apache.jackrabbit.oak.plugins.blob.datastore declared as BlobStatsCollector Modifier and Type Field Description protected BlobStatsCollectorDataStoreBlobStore. statsMethods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type BlobStatsCollector Modifier and Type Method Description voidDataStoreBlobStore. setBlobStatsCollector(BlobStatsCollector stats) -
Uses of BlobStatsCollector in org.apache.jackrabbit.oak.spi.blob
Methods in org.apache.jackrabbit.oak.spi.blob that return BlobStatsCollector Modifier and Type Method Description protected BlobStatsCollectorAbstractBlobStore. getStatsCollector()Methods in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobStatsCollector Modifier and Type Method Description voidAbstractBlobStore. 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 BlobStatsCollector Modifier and Type Field Description static BlobStatsCollectorBlobStatsCollector. NOOPMethods in org.apache.jackrabbit.oak.spi.blob.stats with parameters of type BlobStatsCollector Modifier and Type Method Description static InputStreamStatsCollectingStreams. wrap(@NotNull BlobStatsCollector collector, String blobId, InputStream in)static InputStreamStatsCollectingStreams. wrap(@NotNull BlobStatsCollector collector, String blobId, InputStream in, long startTime)
-