com.microstrategy.web.objects.admin.monitors.CacheResults |
The interface CacheResults
represents the result
of a cache retrieval.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
alter(Cache[] caches, int action)
Manipulates the caches with the specified cache administration action.
| ||||||||||
abstract Caches |
get(int i)
Returns the
Caches object at the specified index. | ||||||||||
abstract Caches |
item(String projectDSSID)
Returns the
Caches object by the specified project DSSID. | ||||||||||
abstract int |
size()
Returns the number of
Caches in the current collection. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Manipulates the caches with the specified cache administration action.
caches | an array of Cache to be manipulated |
---|---|
action | indicates cache administration action, a value from
EnumDSSXMLCacheAdminAction |
MonitorManipulationException | thrown if there are failures to manipilate caches. |
---|---|
WebObjectsAdminException | throwns if there is any fatal error preventing this operation, such as network error, server crash, etc. |
Returns the Caches
object at the specified index.
i | the index of a Caches object |
---|
Caches
object at the specified index.
Returns the Caches
object by the specified project DSSID.
Caches are aggregated at the project level.
projectDSSID | the project DSSID. |
---|
Caches
object
Returns the number of Caches
in the current collection.
Caches
in the collection.