SearchAnalyticsJobBase methods

The SearchAnalyticsJobBase type exposes the following members.

Methods

  Name Description
Protected method CheckLinkDbConnections Checks the availability of partitions in the Link database.
Public method ClearAnalysis Clears the analysis cache, which must be in the stopped or failed state before its cache can be cleared. (Inherited from AnalyticsJobBase.)
Public method Clone (Inherited from SPPersistedObject.)
Protected method CompletedRunsIsIncremented Checks if the analysis job has completed a new run. (Inherited from AnalyticsJobBase.)
Public method Delete (Inherited from SPPersistedObject.)
Public method DisableJobSchedule Disables scheduling of the current job. (Inherited from AnalyticsJobBase.)
Public method EnableJobSchedule Enables scheduling of the current analysis job. (Inherited from AnalyticsJobBase.)
Public method Equals (Inherited from SPPersistedObject.)
Protected method ExecuteInternal(IAnalysisEngineAgent) Called regularly by an instance of AnalyticsJobDefinition, which represents the general timer job for SearchAnalyticsJob and SearchReportsJob. (Inherited from AnalyticsJobBase.)
Protected method ExecuteInternal(IAnalysisEngineAgent, Boolean) Implementation of this method should contain analysis lifecycle tasks. One of these tasks should be an attempt to start analysis if it is time to do so. The latter should require that startAnalysis is set to true.
Protected method Finalize (Inherited from Object.)
Public method GetAnalysisConfiguration Gets the configuration settings for the current analysis. (Inherited from AnalyticsJobBase.)
Public method GetAnalysisInfo Gets analysis information for the current analysis. (Inherited from AnalyticsJobBase.)
Public method GetChild<T>() (Inherited from SPPersistedObject.)
Public method GetChild<T>(String) (Inherited from SPPersistedObject.)
Public method GetHashCode (Inherited from SPPersistedObject.)
Public method GetObjectData (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method HasAdditionalUpdateAccess (Inherited from SPPersistedObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization (Inherited from SPPersistedObject.)
Public method Provision (Inherited from SPPersistedObject.)
Public method RefreshAnalysisConfiguration Refreshes the configuration settings for the current analysis by reloading the settings from the internal location where they are stored. (Inherited from AnalyticsJobBase.)
Public method ResumeAnalysis Resumes the analysis job, which must be in a paused state. (Inherited from AnalyticsJobBase.)
Protected method SaveStateIfChanged Saves the state to the configuration database if the state has changed since the last check. (Inherited from AnalyticsJobBase.)
Protected method SetValue<T> Use when asserting a new value to certain properties to ensure state changes that need to be written to the database are tracked. (Inherited from AnalyticsJobBase.)
Public method StartAnalysis Starts the analysis, which must be in the stopped or failed state before it can be started. (Overrides AnalyticsJobBase.StartAnalysis().)
Public method StopAnalysis Stops the analysis, which must be in the running or paused state. (Inherited from AnalyticsJobBase.)
Public method SuspendAnalysis Suspends the analysis, which must be in the running state. (Inherited from AnalyticsJobBase.)
Public method ToString (Inherited from SPPersistedObject.)
Public method Uncache (Inherited from SPPersistedObject.)
Public method Unprovision (Inherited from SPPersistedObject.)
Public method Update() (Inherited from SPPersistedObject.)
Public method Update(Boolean) (Inherited from SPPersistedObject.)
Protected method UpdateNextScheduledRun Sets the next time to run a new analysis job.
Protected method UpdateParent (Inherited from SPAutoSerializingObject.)
Protected method Validate (Inherited from SPPersistedObject.)

Top

See also

Reference

SearchAnalyticsJobBase class

Microsoft.Office.Server.Search.Analytics namespace