org.neo4j.kernel.impl.storemigration.legacystore
Class LegacyDynamicRecord

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
      extended by org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
          extended by org.neo4j.kernel.impl.storemigration.legacystore.LegacyDynamicRecord

public class LegacyDynamicRecord
extends Abstract64BitRecord


Constructor Summary
LegacyDynamicRecord(long id)
           
 
Method Summary
 byte[] getData()
           
 char[] getDataAsChar()
           
 int getLength()
           
 long getNextBlock()
           
 long getPrevBlock()
           
 int getType()
           
 boolean isCharData()
           
 void setCharData(char[] data)
           
 void setData(byte[] data)
           
 void setInUse(boolean inUse)
           
 void setInUse(boolean inUse, int type)
           
 void setLength(int length)
           
 void setNextBlock(long nextBlock)
           
 void setPrevBlock(long prevBlock)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegacyDynamicRecord

public LegacyDynamicRecord(long id)
Method Detail

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.