Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Field and Description |
---|---|
private static com.google.common.collect.Multimap<java.lang.Long,CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock<?>> |
CycleDetectingLock.CycleDetectingLockFactory.locksOwnedByThread
Lists locks that thread owns.
|
private static java.util.Map<java.lang.Long,CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock<?>> |
CycleDetectingLock.CycleDetectingLockFactory.lockThreadIsWaitingOn
Specifies lock that thread is currently waiting on to own it.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<ID> |
CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock.getAllLockIdsAfter(long threadId,
CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock lock)
Return locks owned by a thread after a lock specified, inclusive.
|