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

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.StoreId

public final class StoreId
extends Object


Constructor Summary
StoreId()
           
StoreId(long creationTime, long randomId, long storeVersion)
           
 
Method Summary
static StoreId deserialize(byte[] data)
           
static StoreId deserialize(ByteBuffer buffer)
           
 boolean equals(Object obj)
           
 long getCreationTime()
           
 long getRandomId()
           
 long getStoreVersion()
           
 int hashCode()
           
 byte[] serialize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreId

public StoreId()

StoreId

public StoreId(long creationTime,
               long randomId,
               long storeVersion)
Method Detail

getCreationTime

public long getCreationTime()

getRandomId

public long getRandomId()

getStoreVersion

public long getStoreVersion()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

serialize

public byte[] serialize()

toString

public String toString()
Overrides:
toString in class Object

deserialize

public static StoreId deserialize(byte[] data)

deserialize

public static StoreId deserialize(ByteBuffer buffer)


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