Search in sources :

Example 1 with BucketLock

use of org.apache.geode.internal.cache.PartitionedRegion.BucketLock in project geode by apache.

the class PartitionedRegionDataStore method releaseRedundancyLock.

public void releaseRedundancyLock(Object lock) {
    try {
    } finally {
        PartitionedRegion.BucketLock bl = (BucketLock) lock;
        bl.unlock();
    }
}
Also used : BucketLock(org.apache.geode.internal.cache.PartitionedRegion.BucketLock) BucketLock(org.apache.geode.internal.cache.PartitionedRegion.BucketLock)

Aggregations

BucketLock (org.apache.geode.internal.cache.PartitionedRegion.BucketLock)1