org.ozoneDB.core.storage.gammaStore
Class ObjectLocation
java.lang.Object
org.ozoneDB.core.storage.gammaStore.ObjectLocation
- All Implemented Interfaces:
- java.io.Serializable
- final class ObjectLocation
- extends java.lang.Object
- implements java.io.Serializable
Holds information on where exactly object data has been (or can be)
persisted. Objects are written to clusters, where the position has the
offset of where within a cluster the serialized object data starts.
- Version:
- $Id$
- Author:
- Leo Mekenkamp (mind the anti sp@m)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
oldClusterId
private long oldClusterId
oldPosition
private long oldPosition
newClusterId
private long newClusterId
newPosition
private long newPosition
ObjectLocation
ObjectLocation()
toString
public java.lang.String toString()
getOldClusterId
final long getOldClusterId()
setOldClusterId
final void setOldClusterId(long oldClusterId)
getOldPosition
final long getOldPosition()
setOldPosition
final void setOldPosition(long oldPosition)
getNewClusterId
final long getNewClusterId()
setNewClusterId
final void setNewClusterId(long newClusterId)
getNewPosition
final long getNewPosition()
setNewPosition
final void setNewPosition(long newPosition)
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.