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

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
      extended by org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
Direct Known Subclasses:
DynamicRecord, LegacyDynamicRecord, LegacyPropertyRecord, PrimitiveRecord, PropertyRecord

public abstract class Abstract64BitRecord
extends AbstractBaseRecord


Constructor Summary
protected Abstract64BitRecord(long id)
           
 
Method Summary
 long getId()
           
 long 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, toString, wait, wait, wait
 

Constructor Detail

Abstract64BitRecord

protected Abstract64BitRecord(long id)
Method Detail

getId

public long getId()

getLongId

public long getLongId()
Specified by:
getLongId in class AbstractBaseRecord


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