public interface ServerCacheConfiguration extends SubsystemConfiguration, DependentObject
The ServerCacheConfiguration
object is contained in the SubsystemConfigurationList
property of the server hierarchy objects (Domain
, Site
, Virtual Server
, and ServerInstance
). To access a
ServerCacheConfiguration
object, call get_SubsystemConfigurations
to retrieve the SubsystemConfigurationList
from the
"host" independent object, then iterate the returned list.
To create a new instance, call Factory.ServerCacheConfiguration.createInstance
and add the new object to the
SubsystemConfigurationList
of the appropriate server hierarchy object. (Note:
The SubsystemConfigurationList
of the Domain
object cannot be modified. To update its ServerCacheConfiguration
object,
locate the pre-existing object in the list and update it.) The created object is a dependent object and is only persisted
when its parent object (the independently persistable object that references it) is persisted.
The ServerCacheConfiguration
object is associated with a Domain
, Site
,
Virtual Server
, or ServerInstance
object. The values of
the cache configuration properties are used while the FileNet P8 system is running and override the default values defined
at installation time.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_CodeModuleCacheEntryTTL()
Returns the value of the CodeModuleCacheEntryTTL property.
|
java.lang.Integer |
get_CodeModuleCacheMaxFileSpace()
Returns the value of the CodeModuleCacheMaxFileSpace property.
|
java.lang.Integer |
get_CodeModuleCacheMaxMemory()
Returns the value of the CodeModuleCacheMaxMemory property.
|
java.lang.Integer |
get_GCDCacheTTL()
Returns the value of the GCDCacheTTL property.
|
java.lang.Integer |
get_MarkingSetCacheEntryTTL()
Returns the value of the MarkingSetCacheEntryTTL property.
|
java.lang.Integer |
get_MarkingSetCacheMaxEntries()
Returns the value of the MarkingSetCacheMaxEntries property.
|
java.lang.Integer |
get_MetadataMergedScopeCacheMaxEntries()
Returns the value of the MetadataMergedScopeCacheMaxEntries property.
|
java.lang.Integer |
get_NonPagedQueryMaxSize()
Returns the value of the NonPagedQueryMaxSize property.
|
java.lang.Integer |
get_PrincipalCacheEntryTTL()
Returns the value of the PrincipalCacheEntryTTL property.
|
java.lang.Integer |
get_PrincipalCacheMaxEntries()
Returns the value of the PrincipalCacheMaxEntries property.
|
java.lang.Integer |
get_QueryCountDefaultSize()
Returns the value of the QueryCountDefaultSize property.
|
java.lang.Integer |
get_QueryCountMaxSize()
Returns the value of the QueryCountMaxSize property.
|
java.lang.Integer |
get_QueryPageDefaultSize()
Returns the value of the QueryPageDefaultSize property.
|
java.lang.Integer |
get_QueryPageMaxSize()
Returns the value of the QueryPageMaxSize property.
|
java.lang.Integer |
get_SubjectCacheEntryTTL()
Returns the value of the SubjectCacheEntryTTL property.
|
java.lang.Integer |
get_SubjectCacheMaxEntries()
Returns the value of the SubjectCacheMaxEntries property.
|
java.lang.Integer |
get_UserTokenCacheEntryTTL()
Returns the value of the UserTokenCacheEntryTTL property.
|
java.lang.Integer |
get_UserTokenCacheMaxEntries()
Returns the value of the UserTokenCacheMaxEntries property.
|
void |
set_CodeModuleCacheEntryTTL(java.lang.Integer value)
Sets the value of the CodeModuleCacheEntryTTL property.
|
void |
set_CodeModuleCacheMaxFileSpace(java.lang.Integer value)
Sets the value of the CodeModuleCacheMaxFileSpace property.
|
void |
set_CodeModuleCacheMaxMemory(java.lang.Integer value)
Sets the value of the CodeModuleCacheMaxMemory property.
|
void |
set_GCDCacheTTL(java.lang.Integer value)
Sets the value of the GCDCacheTTL property.
|
void |
set_MarkingSetCacheEntryTTL(java.lang.Integer value)
Sets the value of the MarkingSetCacheEntryTTL property.
|
void |
set_MarkingSetCacheMaxEntries(java.lang.Integer value)
Sets the value of the MarkingSetCacheMaxEntries property.
|
void |
set_MetadataMergedScopeCacheMaxEntries(java.lang.Integer value)
Sets the value of the MetadataMergedScopeCacheMaxEntries property.
|
void |
set_NonPagedQueryMaxSize(java.lang.Integer value)
Sets the value of the NonPagedQueryMaxSize property.
|
void |
set_PrincipalCacheEntryTTL(java.lang.Integer value)
Sets the value of the PrincipalCacheEntryTTL property.
|
void |
set_PrincipalCacheMaxEntries(java.lang.Integer value)
Sets the value of the PrincipalCacheMaxEntries property.
|
void |
set_QueryCountDefaultSize(java.lang.Integer value)
Sets the value of the QueryCountDefaultSize property.
|
void |
set_QueryCountMaxSize(java.lang.Integer value)
Sets the value of the QueryCountMaxSize property.
|
void |
set_QueryPageDefaultSize(java.lang.Integer value)
Sets the value of the QueryPageDefaultSize property.
|
void |
set_QueryPageMaxSize(java.lang.Integer value)
Sets the value of the QueryPageMaxSize property.
|
void |
set_SubjectCacheEntryTTL(java.lang.Integer value)
Sets the value of the SubjectCacheEntryTTL property.
|
void |
set_SubjectCacheMaxEntries(java.lang.Integer value)
Sets the value of the SubjectCacheMaxEntries property.
|
void |
set_UserTokenCacheEntryTTL(java.lang.Integer value)
Sets the value of the UserTokenCacheEntryTTL property.
|
void |
set_UserTokenCacheMaxEntries(java.lang.Integer value)
Sets the value of the UserTokenCacheMaxEntries property.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Integer get_GCDCacheTTL()
void set_GCDCacheTTL(java.lang.Integer value)
java.lang.Integer get_CodeModuleCacheEntryTTL()
void set_CodeModuleCacheEntryTTL(java.lang.Integer value)
java.lang.Integer get_CodeModuleCacheMaxMemory()
void set_CodeModuleCacheMaxMemory(java.lang.Integer value)
java.lang.Integer get_CodeModuleCacheMaxFileSpace()
void set_CodeModuleCacheMaxFileSpace(java.lang.Integer value)
java.lang.Integer get_MarkingSetCacheMaxEntries()
void set_MarkingSetCacheMaxEntries(java.lang.Integer value)
java.lang.Integer get_MarkingSetCacheEntryTTL()
void set_MarkingSetCacheEntryTTL(java.lang.Integer value)
java.lang.Integer get_UserTokenCacheMaxEntries()
void set_UserTokenCacheMaxEntries(java.lang.Integer value)
java.lang.Integer get_UserTokenCacheEntryTTL()
void set_UserTokenCacheEntryTTL(java.lang.Integer value)
java.lang.Integer get_SubjectCacheMaxEntries()
void set_SubjectCacheMaxEntries(java.lang.Integer value)
java.lang.Integer get_SubjectCacheEntryTTL()
void set_SubjectCacheEntryTTL(java.lang.Integer value)
java.lang.Integer get_MetadataMergedScopeCacheMaxEntries()
void set_MetadataMergedScopeCacheMaxEntries(java.lang.Integer value)
java.lang.Integer get_QueryPageMaxSize()
void set_QueryPageMaxSize(java.lang.Integer value)
java.lang.Integer get_QueryPageDefaultSize()
void set_QueryPageDefaultSize(java.lang.Integer value)
java.lang.Integer get_NonPagedQueryMaxSize()
void set_NonPagedQueryMaxSize(java.lang.Integer value)
java.lang.Integer get_PrincipalCacheMaxEntries()
void set_PrincipalCacheMaxEntries(java.lang.Integer value)
java.lang.Integer get_PrincipalCacheEntryTTL()
void set_PrincipalCacheEntryTTL(java.lang.Integer value)
java.lang.Integer get_QueryCountMaxSize()
void set_QueryCountMaxSize(java.lang.Integer value)
java.lang.Integer get_QueryCountDefaultSize()
void set_QueryCountDefaultSize(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2013. All rights reserved.