|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.UMEStoreGroupEntry
public class UMEStoreGroupEntry
UME Store Group Entry class. Holds information about a UME store group, like the group's index and group size.
| Constructor Summary | |
|---|---|
UMEStoreGroupEntry()
Creates a UMEStoreGroupEntry object and initializes index and group size to 0. |
|
UMEStoreGroupEntry(int index,
int groupSize)
Creates a UMEStoreGroupEntry object and initializes the index and group size. |
|
| Method Summary | |
|---|---|
int |
groupSize()
Returns this store group's size. |
int |
index()
Returns this store group's index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UMEStoreGroupEntry()
public UMEStoreGroupEntry(int index,
int groupSize)
throws LBMEInvalException
index - Index of the store group (must be >= 0).groupSize - Size of the store group (must be >= 0).
LBMEInvalException - if index or groupSize < 0.| Method Detail |
|---|
public int index()
public int groupSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||