| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearTryLock() |
boolean |
equals(Object object) |
void |
freeze() |
Element |
getElement(TransactionID currentTransactionId,
SoftLockID softLockId) |
Object |
getKey() |
TransactionID |
getTransactionID() |
int |
hashCode() |
boolean |
isExpired() |
void |
lock() |
String |
toString() |
boolean |
tryLock(long ms) |
void |
unfreeze() |
void |
unlock() |
public Element getElement(TransactionID currentTransactionId, SoftLockID softLockId)
getElement in interface SoftLockpublic TransactionID getTransactionID()
public boolean tryLock(long ms)
throws InterruptedException
tryLock in interface SoftLockInterruptedExceptionpublic void clearTryLock()
clearTryLock in interface SoftLockpublic void clear()
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.