public interface ResourceType
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Must be unique among all existing resource types.
|
int |
typeId()
Must be unique among all existing resource types, should preferably be a sequence starting at 0.
|
WaitStrategy |
waitStrategy()
What to do if the lock cannot immediately be acquired.
|
int typeId()
WaitStrategy waitStrategy()
String name()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.