com.ibm.mm.sdk.common
Interface dkOracleTextIndexICM.UpdateFrequency
Enclosing interface:
- public static interface dkOracleTextIndexICM.UpdateFrequency
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
interval()
Returns the interval that the index is automatically updated.
|
|
interval(java.lang.String interval)
Specifies the interval that the text index is to be automatically updated.
|
memory()
Returns the currently set Memory for the UpdateFrequency.
|
|
|
memory(dkOracleTextIndexICM.Memory mem)
Specifies the Memory that is to be used when updating the index.
|
parallel()
Returns the currently set ParallelDegree.
|
|
|
parallel(dkOracleTextIndexICM.ParallelDegree parallel)
Specifies the ParallelDegree that is to be used when updating the index.
|
Method Detail
interval
- void interval(java.lang.String interval)
- throws DKInvalidParameterException
Specifies the interval that the text index is to be automatically updated.
Parameters:
interval - The interval that the index is to be automatically
updated. Note: The syntax of the interval is only validated by the
library server when the index (or changes) are make persistent. Throws:
DKInvalidParameterException - Thrown when a null String is passed
in as the interval, or if the length of the string is greater than the
maximum length of an option. interval
- java.lang.String interval()
Returns the interval that the index is automatically updated.
Returns:
The interval that the index is automatically updated.
parallel
- void parallel(dkOracleTextIndexICM.ParallelDegree parallel)
Specifies the ParallelDegree that is to be used when updating the index.
Parameters:
parallel - The ParallelDegree to use when updating the index, or
null to remove the setting and use the Oracle default setting. parallel
- dkOracleTextIndexICM.ParallelDegree parallel( )
Returns the currently set ParallelDegree.
Returns:
The currently set ParallelDegree for the UpdateFrequency, or
null if it is not set.
memory
- void memory(dkOracleTextIndexICM.Memory mem)
Specifies the Memory that is to be used when updating the index.
Parameters:
mem - The Memory to use when updating the index, or
null to remove the setting and use the Oracle default setting. memory
- dkOracleTextIndexICM.Memory memory( )
Returns the currently set Memory for the UpdateFrequency.
Returns:
The currently set ParallelDegree for the UpdateFrequency, or
null if it is not set.