ozone core API

org.ozoneDB.core.storage.gammaStore
Class FreeSpace

java.lang.Object
  extended byorg.ozoneDB.core.storage.gammaStore.FreeSpace

public final class FreeSpace
extends java.lang.Object


Field Summary
private  int clusterId
           
private  int location
           
private  int size
           
private static java.util.Comparator sizeComparator
           
 
Constructor Summary
FreeSpace(int clusterId, int location, int size)
           
 
Method Summary
 int getClusterId()
           
 int getLocation()
           
 int getSize()
           
static java.util.Comparator getSizeComparator()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeComparator

private static java.util.Comparator sizeComparator

clusterId

private int clusterId

location

private int location

size

private int size
Constructor Detail

FreeSpace

public FreeSpace(int clusterId,
                 int location,
                 int size)
Method Detail

getSizeComparator

public static java.util.Comparator getSizeComparator()

getClusterId

public int getClusterId()

getLocation

public int getLocation()

getSize

public int getSize()

hashCode

public int hashCode()

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.