|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteOrgConfiguration
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getCachedCatalogs()
Current cached catalogs |
java.util.List<java.lang.String> |
getCachedReports()
Current cached reports |
int |
getCurConcurrentReports()
Get current concurrent reports number. |
int |
getCurConcurrentUsers()
Get current concurrent users number. |
int |
getCurDiskSpace()
Get current used disk size (in GB) |
int |
getCurMemorySpace()
Get current used memory size (in GB) |
int |
getMaxCacheCatalogsSpace()
Max size of Organization catalogs can be cached in MB. |
int |
getMaxCachedCatalogSize()
Maximum cached catalog number. |
int |
getMaxCachedReportSize()
Maximum cached report number. |
int |
getMaxCacheImagesSpace()
Max size of images can be cached in MB. |
int |
getMaxCacheReportsSpace()
Max size of Organization reports can be cached in MB. |
int |
getMaxConcurrentReports()
Get Max Concurrent reports of the Organization, say, Organization users run these reports. |
int |
getMaxConcurrentUsers()
Get Max Concurrent users of the Organization. |
int |
getMaxCubeSpace()
Maximum Cube Memory (Organization catalogs) Allowed in MB. |
int |
getMaxDiskSpace()
Max disk size reserved for the Organization, including disk space for resources and results files (server history folder), log file (server log folder, in cluster, log size is sum of log file size in all nodes), cached data and cube files (server cache folder), even some temp run time files that are created when Organization users run report/dashboard/VA (server temp folder), in GB. |
int |
getMaxMemorySpace()
Max memory size reserved for the Organization in GB. |
int |
getMaxReportDataSpace()
Maximum Report Data Memory (Organization catalogs) Allowed in MB. |
java.util.List<java.lang.String> |
getPreloadCatalogsName()
Get catalogs which to be preload on system boots. |
java.util.List<java.lang.String> |
getPreloadReportsName()
Get reports which to be preload on system boots. |
boolean |
isCompressSwapFiles()
Significantly reduce I/O time by increasing CPU usage. |
boolean |
isEnabledCacheCatalogs()
Whether enable to cache catalogs. |
boolean |
isEnabledCacheImages()
Whether enable to cache images. |
boolean |
isEnabledCacheReports()
Whether enable to cache reports. |
void |
setCachedCatalog(java.lang.String user,
java.lang.String cat,
boolean isCache)
load/unload one catalog into/from cache cache. |
void |
setCachedReport(java.lang.String user,
java.lang.String rpt,
boolean isCache)
load/unload one report into/from cache cache. |
void |
setPreloadCatalogsName(java.util.List<java.lang.String> cats)
Set catalogs which to be preload on system boots. |
void |
setPreloadReportsName(java.util.List<java.lang.String> rpts)
Set reports which to be preload on system boots. |
void |
setProperty(java.lang.String propName,
java.lang.String propValue)
Set property value |
| Method Detail |
|---|
void setProperty(java.lang.String propName,
java.lang.String propValue)
throws java.rmi.RemoteException
propName - property name, come from OrgConfiguration.XXXXXpropValue -
java.rmi.RemoteException
int getMaxConcurrentUsers()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getCurConcurrentUsers()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxConcurrentReports()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getCurConcurrentReports()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxDiskSpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getCurDiskSpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxMemorySpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getCurMemorySpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isEnabledCacheCatalogs()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxCacheCatalogsSpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isEnabledCacheReports()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxCacheReportsSpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isEnabledCacheImages()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxCacheImagesSpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxReportDataSpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxCubeSpace()
throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isCompressSwapFiles()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.List<java.lang.String> getPreloadCatalogsName()
throws java.rmi.RemoteException
java.rmi.RemoteException
void setPreloadCatalogsName(java.util.List<java.lang.String> cats)
throws java.rmi.RemoteException
cats - each element represent one catalog which has below pattern: [resource path]-V[version number].
java.rmi.RemoteException
java.util.List<java.lang.String> getPreloadReportsName()
throws java.rmi.RemoteException
java.rmi.RemoteException
void setPreloadReportsName(java.util.List<java.lang.String> rpts)
throws java.rmi.RemoteException
rpts - each element represent one report which has below pattern: [resource path]-V[version number].
java.rmi.RemoteException
int getMaxCachedCatalogSize()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.List<java.lang.String> getCachedCatalogs()
throws java.rmi.RemoteException
java.rmi.RemoteException
void setCachedCatalog(java.lang.String user,
java.lang.String cat,
boolean isCache)
throws java.rmi.RemoteException
user - submittercat - represent one catalog to be cached or unload which has below pattern: [resource path]-V[version number]isCache - if true will load this catalog into cache, otherwise will unload this catalog
java.rmi.RemoteException
int getMaxCachedReportSize()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.util.List<java.lang.String> getCachedReports()
throws java.rmi.RemoteException
java.rmi.RemoteException
void setCachedReport(java.lang.String user,
java.lang.String rpt,
boolean isCache)
throws java.rmi.RemoteException
user - submitterrpt - represent one report to be cached or unload which has below pattern: [resource path]-V[version number]isCache - if true will load this report into cache, otherwise will unload this report
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||