Aqualogic Interaction API  
 

PT_PROFILER_MODE Members

PT_PROFILER_MODE overview

Public Static Fields

PT_ADD_ALL_DOCS Indicates that all items should be added to the index, and matched against the current set of profiling queries.
PT_ONLY_ADD_MATCHING_DOCS Indicates that only the items matching the current set of queries should be added to the index.
PT_PROFILE_EXISTING_DOCS Indicates that a subset of items that are already in the index should be matched against the current set of profiling queries.

Public Instance Constructors

PT_PROFILER_MODE Constructor Initializes a new instance of the PT_PROFILER_MODE class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_PROFILER_MODE Class | com.plumtree.server Namespace | IPTIndexer