com.filenet.api.admin

Interface VerityServerConfiguration

  • All Superinterfaces:
    DependentObject, EngineObject, java.io.Serializable, SubsystemConfiguration

    Deprecated. 
    As of release 5.2.0.

    Metadata


    public interface VerityServerConfiguration
    extends SubsystemConfiguration, DependentObject
    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.

    Note Beginning in the 5.1.0 release, the Legacy Content Search Engine is deprecated and support will be removed in a future release.

    • Method Detail

      • get_DispatcherWaitInterval

        java.lang.Integer get_DispatcherWaitInterval()
        Deprecated. 
        Returns the value of the DispatcherWaitInterval property. For more information, see DispatcherWaitInterval Property.
      • set_DispatcherWaitInterval

        void set_DispatcherWaitInterval(java.lang.Integer value)
        Deprecated. 
        Sets the value of the DispatcherWaitInterval property. For more information, see DispatcherWaitInterval Property.
      • get_DispatcherEnabled

        java.lang.Boolean get_DispatcherEnabled()
        Deprecated. 
        Returns the value of the DispatcherEnabled property. For more information, see DispatcherEnabled Property.
      • set_DispatcherEnabled

        void set_DispatcherEnabled(java.lang.Boolean value)
        Deprecated. 
        Sets the value of the DispatcherEnabled property. For more information, see DispatcherEnabled Property.
      • get_ThreadCount

        java.lang.Integer get_ThreadCount()
        Deprecated. 
        Returns the value of the ThreadCount property. For more information, see ThreadCount Property.
      • set_ThreadCount

        void set_ThreadCount(java.lang.Integer value)
        Deprecated. 
        Sets the value of the ThreadCount property. For more information, see ThreadCount Property.
      • get_MaxBatchSize

        java.lang.Integer get_MaxBatchSize()
        Deprecated. As of release 5.0.0.
        Returns the value of the MaxBatchSize property. For more information, see MaxBatchSize Property.
      • set_MaxBatchSize

        void set_MaxBatchSize(java.lang.Integer value)
        Deprecated. As of release 5.0.0.
        Sets the value of the MaxBatchSize property. For more information, see MaxBatchSize Property.
      • get_LeaseDuration

        java.lang.Integer get_LeaseDuration()
        Deprecated. As of release 5.0.0.
        Returns the value of the LeaseDuration property. For more information, see LeaseDuration Property.
      • set_LeaseDuration

        void set_LeaseDuration(java.lang.Integer value)
        Deprecated. As of release 5.0.0.
        Sets the value of the LeaseDuration property. For more information, see LeaseDuration Property.
      • get_MaxObjectsPerCollection

        java.lang.Integer get_MaxObjectsPerCollection()
        Deprecated. As of release 5.0.0.
        Returns the value of the MaxObjectsPerCollection property. For more information, see MaxObjectsPerCollection Property.
      • set_MaxObjectsPerCollection

        void set_MaxObjectsPerCollection(java.lang.Integer value)
        Deprecated. As of release 5.0.0.
        Sets the value of the MaxObjectsPerCollection property. For more information, see MaxObjectsPerCollection Property.
      • get_OptimizationInterval

        java.lang.Integer get_OptimizationInterval()
        Deprecated. As of release 5.0.0.
        Returns the value of the OptimizationInterval property. For more information, see OptimizationInterval Property.
      • set_OptimizationInterval

        void set_OptimizationInterval(java.lang.Integer value)
        Deprecated. As of release 5.0.0.
        Sets the value of the OptimizationInterval property. For more information, see OptimizationInterval Property.
      • get_VerityBrokerNames

        StringList get_VerityBrokerNames()
        Deprecated. As of release 5.0.0.
        Returns the value of the VerityBrokerNames property. For more information, see VerityBrokerNames Property.
      • set_VerityBrokerNames

        void set_VerityBrokerNames(StringList value)
        Deprecated. As of release 5.0.0.
        Sets the value of the VerityBrokerNames property. For more information, see VerityBrokerNames Property.

© Copyright IBM Corporation 2006, 2013. All rights reserved.