org.neo4j.kernel.impl.nioneo.store
Class PropertyIndexRecord
java.lang.Object
org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
org.neo4j.kernel.impl.nioneo.store.AbstractRecord
org.neo4j.kernel.impl.nioneo.store.PropertyIndexRecord
public class PropertyIndexRecord
- extends AbstractRecord
PropertyIndexRecord
public PropertyIndexRecord(int id)
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.