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 interface
ExtendedBlobStatsCollector
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 Modifier and Type Class Description class
BlobStoreStats
-
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 BlobStatsCollector
DataStoreBlobStore. stats
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore with parameters of type BlobStatsCollector Modifier and Type Method Description void
DataStoreBlobStore. 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 BlobStatsCollector
AbstractBlobStore. getStatsCollector()
Methods in org.apache.jackrabbit.oak.spi.blob with parameters of type BlobStatsCollector Modifier and Type Method Description void
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 BlobStatsCollector Modifier and Type Field Description static BlobStatsCollector
BlobStatsCollector. NOOP
Methods in org.apache.jackrabbit.oak.spi.blob.stats with parameters of type BlobStatsCollector Modifier and Type Method Description static InputStream
StatsCollectingStreams. wrap(@NotNull BlobStatsCollector collector, String blobId, InputStream in)
static InputStream
StatsCollectingStreams. wrap(@NotNull BlobStatsCollector collector, String blobId, InputStream in, long startTime)
-