This class represents a TIBCO Patterns table.


The following tables list the members exposed by NetricsTable.

Public Constructors

  Name Description
Static Public method NetricsTable Overloaded.  
Top

Public Fields

  Name Description
Public field Static RECORD_LIST_TABLE_NAME The special table name for score records results.
Top

Public Methods

  Name Description
Public method addPIndex Add a partition index to this table.
Public method addSortEncoding Obsolete. Only for COM interoperability.
Public method compare For internal use only.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method getFieldNames Can be used to get the field names from a NetricsTable returned by a dump.
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method getInfo Can be used to get the table info from a NetricsTable returned by a dump.
Public method getName Return the name of this table.
Public method getRecSrc Can be used to retrieve the RecSrc for a NetricsTable returned by a dump command.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Initialize Obsolete. Only for COM interoperability. See NetricsTable.
Public method isGipFiltered Return true if this table uses the GIP prefilter.
Public method isPsiFiltered Return true if this table uses the PSI prefilter.
Public method isSortFiltered Return true if this table uses the GIP prefilter.
Public method setCharmaps Specifies the character map to use for each field.
Public method setEstNumRecords Set the estimated number of records.
Public method setFieldTypes Specify the field types for this table.
Public method setGipFiltered Enable GIP filtering for this table.
Public method setGipGramLen This method sets the gram length for the enterprise filer.
Public method setGpuDevices Select the GPU devices this tables uses for GPU-accelerated indexing.

Attempting to select GPU devices when the server does not support GPU acceleration will result in a FEATURESET error.

The device ids must be values returned by TIB_patterns -C LIST.

Public method setGpuIndexing Set whether this table uses GPU-accelerated indexing.///
Public method setInfo Set the table info string.
Public method setPhonetic Enable phonetic searches for this table.
Public method setPsiDensity Set the density of suffixes produced from record field values.
Public method setPsiEncodings Overloaded. Specifies encodings for the PSI pre-filter.
Public method setPsiFiltered Enable PSI filtering for this table.
Public method setSortEncodings Overloaded. Specifies encodings for the SORT pre-filter.
Public method setSortFiltered Enable SORT filtering for this table.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method NetricsTable Overloaded.  
Top

See Also