org.neo4j.kernel.impl.nioneo.store
Class DynamicRecord
java.lang.Object
org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
org.neo4j.kernel.impl.nioneo.store.DynamicRecord
public class DynamicRecord
- extends Abstract64BitRecord
DynamicRecord
public DynamicRecord(long id)
getType
public int getType()
setType
public void setType(int type)
isLight
public boolean isLight()
setLength
public void setLength(int length)
setInUse
public void setInUse(boolean inUse)
- Overrides:
setInUse in class AbstractBaseRecord
setInUse
public void setInUse(boolean inUse,
int type)
setData
public void setData(byte[] data)
getLength
public int getLength()
getData
public byte[] getData()
getNextBlock
public long getNextBlock()
setNextBlock
public void setNextBlock(long nextBlock)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.