|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFullClientCacheAdmin
The IFullClientCacheAdmin interface allows you manage the metrics and properties
for the Desktop Intelligence Cache Server.
| Method Summary | |
|---|---|
void |
commit()
Commits the Desktop Intelligence Cache Server updates. |
int |
getCachePurgeThreshold()
Returns the cache purge threshold size in megabytes. |
int |
getCachePurgeThresholdUpdate()
Returns the cache purge threshold size in megabytes. |
boolean |
isAlwaysShareReportJobs()
Returns a boolean that indicates whether documents with shared data are shared between
users. |
boolean |
isAlwaysShareReportJobsUpdate()
Returns a boolean that indicates whether documents with shared data are shared between
users on the next restart of the server. |
void |
setAlwaysShareReportJobsUpdate(boolean s)
Sets a boolean that indicates whether documents with shared data are shared between
users on the next restart of the server. |
void |
setCachePurgeThresholdUpdate(int n)
Sets the cache purge threshold size in megabytes. |
| Method Detail |
|---|
void commit()
throws SDKException
Commits the Desktop Intelligence Cache Server updates.
SDKException - This is thrown if the process is unsuccessful.
boolean isAlwaysShareReportJobsUpdate()
throws SDKException
Returns a boolean that indicates whether documents with shared data are shared between
users on the next restart of the server.
true if documents with shared data are shared between users on the next restart
of the server, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
void setAlwaysShareReportJobsUpdate(boolean s)
throws SDKException
Sets a boolean that indicates whether documents with shared data are shared between
users on the next restart of the server.
s - A boolean that indicates whether documents with shared data are shared between
users on the next restart of the server.
SDKException - This is thrown if the process is unsuccessful.
int getCachePurgeThresholdUpdate()
throws SDKException
Returns the cache purge threshold size in megabytes.
int that indicates the cache purge threshold size in megabytes.
SDKException - This is thrown if the process is unsuccessful.
void setCachePurgeThresholdUpdate(int n)
throws SDKException
Sets the cache purge threshold size in megabytes.
n - An int that indicates the cache purge threshold size in megabytes.
SDKException - This is thrown if the process is unsuccessful.
boolean isAlwaysShareReportJobs()
throws SDKException
Returns a boolean that indicates whether documents with shared data are shared between
users.
true if documents with shared data are shared between users, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.
int getCachePurgeThreshold()
throws SDKException
Returns the cache purge threshold size in megabytes.
int that indicates the cache purge threshold size in megabytes.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||