public final class ServerSpaceCalcCommand extends ServerMonitorCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENTRYCOUNT |
static java.lang.String |
ENTRYSIZE |
static java.lang.String |
ENTRYTYPE |
static java.lang.String |
ENTRYTYPEOPTION_CLUSTEREDREC |
static java.lang.String |
ENTRYTYPEOPTION_HASHEDREC |
static java.util.Set<java.lang.String> |
ENTRYTYPEOPYIONS |
static java.lang.String |
GAPCOUNT |
static java.lang.String |
PAGESIZE |
Constructor and Description |
---|
ServerSpaceCalcCommand(java.lang.String entryTypeText,
int entrySize,
long entryCount,
int pageSize,
int gapCount)
Creates the ServerSpaceCalcCommand
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandParametersText()
Gets the full textual representation of the command's parameters
|
int |
getCorrespondingMessageTypeID()
Gets the MessageTypeID of the corresponding message type to send to the server to get this (type of) command executed
|
long |
getEntryCount()
Gets entryCount
|
int |
getEntrySize()
Gets entrySize
|
java.lang.String |
getEntryTypeText()
Gets entryTypeText
|
java.lang.String |
getFullCommandText()
Gets the full textual representation of the command
|
int |
getGapCount()
Gets gapCount
|
MessageParams |
getMessageParms()
Gets a messageParams object that can be used by a MessageType implementation to factory a Message object.
|
int |
getPageSize()
Gets pageSize
|
getCommandObjectFor, getCommandObjectFrom, toString
public static final java.lang.String ENTRYCOUNT
public static final java.lang.String ENTRYSIZE
public static final java.lang.String ENTRYTYPE
public static final java.lang.String ENTRYTYPEOPTION_CLUSTEREDREC
public static final java.lang.String ENTRYTYPEOPTION_HASHEDREC
public static final java.util.Set<java.lang.String> ENTRYTYPEOPYIONS
public static final java.lang.String GAPCOUNT
public static final java.lang.String PAGESIZE
public ServerSpaceCalcCommand(java.lang.String entryTypeText, int entrySize, long entryCount, int pageSize, int gapCount)
entryTypeText
- -entrySize
- -entryCount
- -pageSize
- -gapCount
- -public java.lang.String getCommandParametersText()
ServerMonitorCommand
getCommandParametersText
in class ServerMonitorCommand
public int getCorrespondingMessageTypeID()
ServerMonitorCommand
getCorrespondingMessageTypeID
in class ServerMonitorCommand
public final long getEntryCount()
public final int getEntrySize()
public final java.lang.String getEntryTypeText()
public java.lang.String getFullCommandText()
ServerMonitorCommand
getFullCommandText
in class ServerMonitorCommand
public final int getGapCount()
public final int getPageSize()
public MessageParams getMessageParms()
ServerMonitorCommand
getMessageParms
in class ServerMonitorCommand