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

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
      extended by org.neo4j.kernel.impl.nioneo.store.AbstractRecord
          extended by org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord

public class PropertyIndexRecord
extends AbstractRecord


Constructor Summary
PropertyIndexRecord(int id)
           
 
Method Summary
 void addKeyRecord(DynamicRecord record)
           
 int getKeyBlockId()
           
 Collection<DynamicRecord> getKeyRecords()
           
 int getPropertyCount()
           
 boolean isLight()
           
 void setKeyBlockId(int blockId)
           
 void setPropertyCount(int count)
           
 String toString()
           
 
Methods inherited from class org.neo4j.kernel.impl.nioneo.store.AbstractRecord
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

PropertyIndexRecord

public PropertyIndexRecord(int id)
Method Detail

isLight

public boolean isLight()

getPropertyCount

public int getPropertyCount()

setPropertyCount

public void setPropertyCount(int count)

getKeyBlockId

public int getKeyBlockId()

setKeyBlockId

public void setKeyBlockId(int blockId)

getKeyRecords

public Collection<DynamicRecord> getKeyRecords()

addKeyRecord

public void addKeyRecord(DynamicRecord record)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.