UM Java API
6.16.1
|
Public Member Functions | |
UMEStoreGroupEntry () | |
UMEStoreGroupEntry (int index, int groupSize) throws LBMEInvalException | |
int | index () |
int | groupSize () |
UME Store Group Entry class. Holds information about a UME store group, like the group's index and group size.
com.latencybusters.lbm.UMEStoreGroupEntry.UMEStoreGroupEntry | ( | ) |
Creates a UMEStoreGroupEntry object and initializes index and group size to 0.
com.latencybusters.lbm.UMEStoreGroupEntry.UMEStoreGroupEntry | ( | int | index, |
int | groupSize | ||
) | throws LBMEInvalException |
Creates a UMEStoreGroupEntry object and initializes the index and group size.
index | Index of the store group (must be >= 0). |
groupSize | Size of the store group (must be >= 0). |
LBMEInvalException | if index or groupSize < 0. |
References com.latencybusters.lbm.UMEStoreGroupEntry.groupSize(), and com.latencybusters.lbm.UMEStoreGroupEntry.index().
int com.latencybusters.lbm.UMEStoreGroupEntry.groupSize | ( | ) |
Returns this store group's size.
Referenced by com.latencybusters.lbm.UMEStoreGroupEntry.UMEStoreGroupEntry().
int com.latencybusters.lbm.UMEStoreGroupEntry.index | ( | ) |
Returns this store group's index.
Referenced by com.latencybusters.lbm.UMEStoreGroupEntry.UMEStoreGroupEntry().