|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord
org.neo4j.kernel.impl.nioneo.store.NodeRecord
public class NodeRecord
| Constructor Summary | |
|---|---|
NodeRecord(long id)
|
|
| Method Summary | |
|---|---|
long |
getNextRel()
|
void |
setNextRel(long nextRel)
|
String |
toString()
|
| Methods inherited from class org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord |
|---|
getNextProp, setNextProp |
| Methods inherited from class org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord |
|---|
getId, getLongId |
| Methods inherited from class org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord |
|---|
inUse, isCreated, setCreated, setInUse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NodeRecord(long id)
| Method Detail |
|---|
public long getNextRel()
public void setNextRel(long nextRel)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||