org.neo4j.kernel.impl.nioneo.store
Class DynamicRecord

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.nioneo.store.DynamicRecord

public class DynamicRecord
extends Abstract64BitRecord


Constructor Summary
DynamicRecord(long id)
           
 
Method Summary
 byte[] getData()
           
 int getLength()
           
 long getNextBlock()
           
 int getType()
           
 boolean isLight()
           
 void setData(byte[] data)
           
 void setInUse(boolean inUse)
           
 void setInUse(boolean inUse, int type)
           
 void setLength(int length)
           
 void setNextBlock(long nextBlock)
           
 void setType(int type)
           
 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

DynamicRecord

public DynamicRecord(long id)
Method Detail

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.