|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WaitingThread | |
|---|---|
| org.neo4j.kernel.info | |
| Uses of WaitingThread in org.neo4j.kernel.info |
|---|
| Methods in org.neo4j.kernel.info that return WaitingThread | |
|---|---|
static WaitingThread |
WaitingThread.create(String transaction,
int readCount,
int writeCount,
Thread thread,
long waitingSince,
boolean isWriteLock)
|
| Methods in org.neo4j.kernel.info that return types with arguments of type WaitingThread | |
|---|---|
List<WaitingThread> |
LockInfo.getWaitingThreads()
|
| Constructor parameters in org.neo4j.kernel.info with type arguments of type WaitingThread | |
|---|---|
LockInfo(ResourceType type,
String resourceId,
int readCount,
int writeCount,
List<LockingTransaction> locking,
List<WaitingThread> waiting)
|
|
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||