Searched refs:blobsCount (Results 1 – 1 of 1) sorted by relevance
429 final AtomicInteger blobsCount = new AtomicInteger(0); in getCommittedBlobsCountLocked() local432 blobsCount.getAndIncrement(); in getCommittedBlobsCountLocked()435 return blobsCount.get(); in getCommittedBlobsCountLocked()441 final AtomicInteger blobsCount = new AtomicInteger(0); in getLeasedBlobsCountLocked() local444 blobsCount.getAndIncrement(); in getLeasedBlobsCountLocked()447 return blobsCount.get(); in getLeasedBlobsCountLocked()