|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportMember
The ReportMember interface represents a report server member in a cluster.
| Method Summary | |
|---|---|
int |
getConcurrentReports()
Returns the number of concurrent reports. |
int |
getMaxConcurrentReports()
Returns the maximum number of concurrent reports. |
int |
getPenddingReports()
Returns the number of pending reports. |
int |
getPerformancePriority()
Deprecated. no replacement. As of V8.1 |
void |
setConcurrentReports(int concurrentReports)
Sets the number of concurrent reports. |
void |
setPenddingReports(int reports)
Sets the number of pending (unfinished) reports. |
| Methods inherited from interface jet.server.api.cluster.Member |
|---|
equals, equals, getBackupPriority, getHost, getID, getPort, getServerName, isAdmin, isBackupAdmin |
| Methods inherited from interface jet.server.api.PropertiesCreator |
|---|
toProperties |
| Method Detail |
|---|
int getMaxConcurrentReports()
int getConcurrentReports()
void setConcurrentReports(int concurrentReports)
concurrentReports - the number of concurrent reports, greater than or equal to 0.int getPenddingReports()
getConcurrentReports())
void setPenddingReports(int reports)
reports - the pending reports, great than or equal to 0.int getPerformancePriority()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||