|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VerityServerConfiguration
Contains the Verity configuration data (properties) for a server instance. This configuration data can differ from one server to the next.
A VerityServerConfiguration
object is contained in the SubsystemsConfiguration
property of
Domain
, Site
, VirtualServer
, and ServerInstance
objects. The
VerityServerConfiguration
object used is the first occurrence found by searching (in this order) the
ServerInstance
instance, the VirtualServer
instance, the Site
instance, and the
Domain
instance.
None of the properties on this object must be set or changed to enable full text indexing. This object is used only to address performance issues.
Metadata
Auditable: false
Method Summary | |
---|---|
java.lang.Boolean |
get_DispatcherEnabled()
Returns the value of the DispatcherEnabled property. |
java.lang.Integer |
get_DispatcherWaitInterval()
Returns the value of the DispatcherWaitInterval property. |
java.lang.Integer |
get_LeaseDuration()
Returns the value of the LeaseDuration property. |
java.lang.Integer |
get_MaxBatchSize()
Returns the value of the MaxBatchSize property. |
java.lang.Integer |
get_MaxObjectsPerCollection()
Returns the value of the MaxObjectsPerCollection property. |
java.lang.Integer |
get_OptimizationInterval()
Returns the value of the OptimizationInterval property. |
java.lang.Integer |
get_ThreadCount()
Returns the value of the ThreadCount property. |
StringList |
get_VerityBrokerNames()
Returns the value of the VerityBrokerNames property. |
void |
set_DispatcherEnabled(java.lang.Boolean value)
Sets the value of the DispatcherEnabled property. |
void |
set_DispatcherWaitInterval(java.lang.Integer value)
Sets the value of the DispatcherWaitInterval property. |
void |
set_LeaseDuration(java.lang.Integer value)
Sets the value of the LeaseDuration property. |
void |
set_MaxBatchSize(java.lang.Integer value)
Sets the value of the MaxBatchSize property. |
void |
set_MaxObjectsPerCollection(java.lang.Integer value)
Sets the value of the MaxObjectsPerCollection property. |
void |
set_OptimizationInterval(java.lang.Integer value)
Sets the value of the OptimizationInterval property. |
void |
set_ThreadCount(java.lang.Integer value)
Sets the value of the ThreadCount property. |
void |
set_VerityBrokerNames(StringList value)
Sets the value of the VerityBrokerNames property. |
Methods inherited from interface com.filenet.api.admin.SubsystemConfiguration |
---|
get_Id |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.Integer get_DispatcherWaitInterval()
void set_DispatcherWaitInterval(java.lang.Integer value)
java.lang.Boolean get_DispatcherEnabled()
void set_DispatcherEnabled(java.lang.Boolean value)
java.lang.Integer get_ThreadCount()
void set_ThreadCount(java.lang.Integer value)
java.lang.Integer get_MaxBatchSize()
void set_MaxBatchSize(java.lang.Integer value)
java.lang.Integer get_LeaseDuration()
void set_LeaseDuration(java.lang.Integer value)
java.lang.Integer get_MaxObjectsPerCollection()
void set_MaxObjectsPerCollection(java.lang.Integer value)
java.lang.Integer get_OptimizationInterval()
void set_OptimizationInterval(java.lang.Integer value)
StringList get_VerityBrokerNames()
void set_VerityBrokerNames(StringList value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |