Search in sources :

Example 11 with KeyColumn

use of com.thinkaurelius.titan.diskstorage.util.KeyColumn in project incubator-atlas by apache.

the class HBaseTransaction method deleteAllLocks.

private void deleteAllLocks() {
    for (KeyColumn kc : keyColumnLocks) {
        log.debug("Removed lock {} ", kc);
        llm.unlock(kc, this);
    }
}
Also used : KeyColumn(com.thinkaurelius.titan.diskstorage.util.KeyColumn)

Aggregations

KeyColumn (com.thinkaurelius.titan.diskstorage.util.KeyColumn)11 Timepoint (com.thinkaurelius.titan.diskstorage.util.time.Timepoint)4 StandardDuration (com.thinkaurelius.titan.diskstorage.util.time.StandardDuration)3 Test (org.junit.Test)3 Test (org.testng.annotations.Test)3 ImmutableMap (com.google.common.collect.ImmutableMap)2 KeySliceQuery (com.thinkaurelius.titan.diskstorage.keycolumnvalue.KeySliceQuery)2 StaticArrayEntry (com.thinkaurelius.titan.diskstorage.util.StaticArrayEntry)2 Map (java.util.Map)2 TemporaryBackendException (com.thinkaurelius.titan.diskstorage.TemporaryBackendException)1 KCVMutation (com.thinkaurelius.titan.diskstorage.keycolumnvalue.KCVMutation)1 Locker (com.thinkaurelius.titan.diskstorage.locking.Locker)1 LockerProvider (com.thinkaurelius.titan.diskstorage.locking.LockerProvider)1 PermanentLockingException (com.thinkaurelius.titan.diskstorage.locking.PermanentLockingException)1 ConsistentKeyLocker (com.thinkaurelius.titan.diskstorage.locking.consistentkey.ConsistentKeyLocker)1 ExpectedValueCheckingStoreManager (com.thinkaurelius.titan.diskstorage.locking.consistentkey.ExpectedValueCheckingStoreManager)1 ExpectedValueCheckingTransaction (com.thinkaurelius.titan.diskstorage.locking.consistentkey.ExpectedValueCheckingTransaction)1 StandardBaseTransactionConfig (com.thinkaurelius.titan.diskstorage.util.StandardBaseTransactionConfig)1