|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceType | |
|---|---|
| org.neo4j.kernel.info | |
| Uses of ResourceType in org.neo4j.kernel.info |
|---|
| Methods in org.neo4j.kernel.info that return ResourceType | |
|---|---|
ResourceType |
LockInfo.getResourceType()
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.neo4j.kernel.info with parameters of type ResourceType | |
|---|---|
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)
|
|
|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||