|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.core.storage.gammaStore.FreeSpace
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 |
private static java.util.Comparator sizeComparator
private int clusterId
private int location
private int size
Constructor Detail |
public FreeSpace(int clusterId, int location, int size)
Method Detail |
public static java.util.Comparator getSizeComparator()
public int getClusterId()
public int getLocation()
public int getSize()
public int hashCode()
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |