public class SpaceCalcParams extends MessageParams
Constructor and Description |
---|
SpaceCalcParams(java.lang.String entryTypeText,
int entrySize,
long entryCount,
int pageSize,
int gapCount) |
Modifier and Type | Method and Description |
---|---|
long |
getEntryCount()
Gets The entry count
|
int |
getEntrySize()
Gets The entry size
|
java.lang.String |
getEntryTypeText()
Gets The entry type
|
int |
getGapCount()
Gets The gap count
|
int |
getPageSize()
Gets The page size
|
public SpaceCalcParams(java.lang.String entryTypeText, int entrySize, long entryCount, int pageSize, int gapCount)
entryTypeText
- The entry typeentrySize
- The entry sizeentryCount
- The entry countpageSize
- The page sizegapCount
- The gap countpublic final long getEntryCount()
public final int getEntrySize()
public final java.lang.String getEntryTypeText()
public final int getGapCount()
public final int getPageSize()