WebCenter Interaction API  
 

PT_PROFILER_MODE Members

PT_PROFILER_MODE overview

Public Static Fields

public fieldstaticPT_ADD_ALL_DOCS Indicates that all items should be added to the index, and matched against the current set of profiling queries.
public fieldstaticPT_ONLY_ADD_MATCHING_DOCS Indicates that only the items matching the current set of queries should be added to the index.
public fieldstaticPT_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

public method PT_PROFILER_MODE Constructor Initializes a new instance of the PT_PROFILER_MODE class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (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.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_PROFILER_MODE Class | com.plumtree.server Namespace | IPTIndexer