org.ozoneDB.core.storage.gammaStore
Class ContainerLocation
java.lang.Object
org.ozoneDB.core.storage.gammaStore.ContainerLocation
- public final class ContainerLocation
- extends java.lang.Object
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: ContainerLocation.java,v 1.3 2004/03/21 21:05:51 leomekenkamp Exp $
- 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 |
dataFileId
private int dataFileId
position
private int position
ContainerLocation
public ContainerLocation()
ContainerLocation
public ContainerLocation(int dataFileId,
int position)
toString
public java.lang.String toString()
getDataFileId
public int getDataFileId()
getPosition
public int getPosition()
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.