org.neo4j.kernel.impl.storemigration.legacystore
Class LegacyDynamicRecord
java.lang.Object
org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord
public class LegacyDynamicRecord
- extends Abstract64BitRecord
LegacyDynamicRecord
public LegacyDynamicRecord(long id)
getType
public int getType()
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)
setCharData
public void setCharData(char[] data)
getLength
public int getLength()
getData
public byte[] getData()
isCharData
public boolean isCharData()
getDataAsChar
public char[] getDataAsChar()
getPrevBlock
public long getPrevBlock()
setPrevBlock
public void setPrevBlock(long prevBlock)
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.