public interface CmTextSearchConfiguration extends SubsystemConfiguration, DependentObject
CmTextSearchConfiguration
object properties can be used to control the configuration of
text filters, which the Content Engine server uses to convert files from binary format to text format.
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get_DispatcherEnabled()
Returns the value of the DispatcherEnabled property.
|
java.lang.Integer |
get_DispatcherWaitInterval()
Returns the value of the DispatcherWaitInterval property.
|
CmTimeslotList |
get_IndexingJobTimeslots()
Returns the value of the IndexingJobTimeslots 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_MaximumPreprocessingQueueSize()
Returns the value of the MaximumPreprocessingQueueSize property.
|
java.lang.Integer |
get_MaximumPreprocessingWorkers()
Returns the value of the MaximumPreprocessingWorkers property.
|
java.lang.Integer |
get_MaxTextFiltersPerBatch()
Returns the value of the MaxTextFiltersPerBatch property.
|
java.lang.Integer |
get_PreprocessingWorkerIdleTimeout()
Returns the value of the PreprocessingWorkerIdleTimeout property.
|
java.lang.String |
get_TempDirectoryPath()
Returns the value of the TempDirectoryPath property.
|
java.lang.Integer |
get_TextFilterTimeout()
Returns the value of the TextFilterTimeout property.
|
java.lang.Integer |
get_TextSearchThreadCount()
Returns the value of the TextSearchThreadCount property.
|
java.lang.Integer |
get_ThreadCount()
Returns the value of the ThreadCount property.
|
java.lang.Integer |
get_TotalTextFiltersAllowed()
Returns the value of the TotalTextFiltersAllowed 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_IndexingJobTimeslots(CmTimeslotList value)
Sets the value of the IndexingJobTimeslots 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_MaximumPreprocessingQueueSize(java.lang.Integer value)
Sets the value of the MaximumPreprocessingQueueSize property.
|
void |
set_MaximumPreprocessingWorkers(java.lang.Integer value)
Sets the value of the MaximumPreprocessingWorkers property.
|
void |
set_MaxTextFiltersPerBatch(java.lang.Integer value)
Sets the value of the MaxTextFiltersPerBatch property.
|
void |
set_PreprocessingWorkerIdleTimeout(java.lang.Integer value)
Sets the value of the PreprocessingWorkerIdleTimeout property.
|
void |
set_TempDirectoryPath(java.lang.String value)
Sets the value of the TempDirectoryPath property.
|
void |
set_TextFilterTimeout(java.lang.Integer value)
Sets the value of the TextFilterTimeout property.
|
void |
set_TextSearchThreadCount(java.lang.Integer value)
Sets the value of the TextSearchThreadCount property.
|
void |
set_ThreadCount(java.lang.Integer value)
Sets the value of the ThreadCount property.
|
void |
set_TotalTextFiltersAllowed(java.lang.Integer value)
Sets the value of the TotalTextFiltersAllowed property.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
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_TextSearchThreadCount()
void set_TextSearchThreadCount(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)
CmTimeslotList get_IndexingJobTimeslots()
void set_IndexingJobTimeslots(CmTimeslotList value)
java.lang.Integer get_MaxTextFiltersPerBatch()
void set_MaxTextFiltersPerBatch(java.lang.Integer value)
java.lang.Integer get_TotalTextFiltersAllowed()
void set_TotalTextFiltersAllowed(java.lang.Integer value)
java.lang.Integer get_TextFilterTimeout()
void set_TextFilterTimeout(java.lang.Integer value)
java.lang.String get_TempDirectoryPath()
void set_TempDirectoryPath(java.lang.String value)
java.lang.Integer get_MaximumPreprocessingWorkers()
void set_MaximumPreprocessingWorkers(java.lang.Integer value)
java.lang.Integer get_PreprocessingWorkerIdleTimeout()
void set_PreprocessingWorkerIdleTimeout(java.lang.Integer value)
java.lang.Integer get_MaximumPreprocessingQueueSize()
void set_MaximumPreprocessingQueueSize(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.