|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.kernel.info.LockInfo
public final class LockInfo
| Constructor Summary | |
|---|---|
LockInfo(ResourceType type,
String resourceId,
int readCount,
int writeCount,
Collection<LockingTransaction> locking)
|
|
LockInfo(ResourceType type,
String resourceId,
int readCount,
int writeCount,
List<LockingTransaction> locking,
List<WaitingThread> waiting)
|
|
| Method Summary | |
|---|---|
List<LockingTransaction> |
getLockingTransactions()
|
int |
getReadCount()
|
String |
getResourceId()
|
ResourceType |
getResourceType()
|
List<WaitingThread> |
getWaitingThreads()
|
int |
getWaitingThreadsCount()
|
int |
getWriteCount()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"resourceType","resourceId","readCount","writeCount","lockingTransactions","waitingThreads"})
public LockInfo(ResourceType type,
String resourceId,
int readCount,
int writeCount,
List<LockingTransaction> locking,
List<WaitingThread> waiting)
public LockInfo(ResourceType type,
String resourceId,
int readCount,
int writeCount,
Collection<LockingTransaction> locking)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic ResourceType getResourceType()
public String getResourceId()
public int getWriteCount()
public int getReadCount()
public int getWaitingThreadsCount()
public List<WaitingThread> getWaitingThreads()
public List<LockingTransaction> getLockingTransactions()
|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||