Searched refs:blobsCount (Results 1 – 1 of 1) sorted by relevance
431 final AtomicInteger blobsCount = new AtomicInteger(0); in getCommittedBlobsCountLocked() local434 blobsCount.getAndIncrement(); in getCommittedBlobsCountLocked()437 return blobsCount.get(); in getCommittedBlobsCountLocked()443 final AtomicInteger blobsCount = new AtomicInteger(0); in getLeasedBlobsCountLocked() local446 blobsCount.getAndIncrement(); in getLeasedBlobsCountLocked()449 return blobsCount.get(); in getLeasedBlobsCountLocked()