Interface DumpSupported<T extends PageLockDump>
-
- All Known Implementing Classes:
LockLog,LockStack,PageLockTracker
public interface DumpSupported<T extends PageLockDump>Interface for all page lock tracker entries which support dumping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanacquireSafePoint()Tdump()Create dump.booleanreleaseSafePoint()
-
-
-
Method Detail
-
acquireSafePoint
boolean acquireSafePoint()
-
releaseSafePoint
boolean releaseSafePoint()
-
dump
T dump()
Create dump.
-
-