|
${header} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmeteor.dht.can.Zone
Boundaries of a Zone
| Constructor Summary | |
Zone()
!!! To make Serialization work |
|
Zone(int dimension,
java.math.BigInteger t)
|
|
| Method Summary | |
void |
all()
Set the range of identifier space |
java.math.BigInteger[][] |
getBoundaries()
Returns the zone ranges |
int |
getDimension()
|
java.math.BigInteger |
getTopologySize()
|
java.lang.String |
printBoundaries()
Prints out the boundaries of this zone |
void |
setBoundaries(java.math.BigInteger[][] r)
Sets the zone ranges |
void |
setDimension(int d)
|
void |
setTopologySize(java.math.BigInteger top)
|
java.math.BigInteger[][] |
split(int split_direction)
Split this Zone along either the vertical or horizontal axis |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Zone()
public Zone(int dimension,
java.math.BigInteger t)
| Method Detail |
public void setDimension(int d)
public int getDimension()
public void setTopologySize(java.math.BigInteger top)
public java.math.BigInteger getTopologySize()
public void all()
public void setBoundaries(java.math.BigInteger[][] r)
public java.math.BigInteger[][] getBoundaries()
public java.math.BigInteger[][] split(int split_direction)
public java.lang.String printBoundaries()
|
${header} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||