| Interface | Description |
|---|---|
| NetricsDbRecSrc | Deprecated
Use
NetricsRecSrc |
| NetricsFieldedReader |
This interface is used to provide sets of fields to other Netrics classes.
|
| NetricsRecSrc |
This interface is used to provide records to the NetricsTable class.
|
| Class | Description |
|---|---|
| NetricsArrayDbRecSrc | Deprecated |
| NetricsArrayRecSrc |
This class provides a simple array based implementation of a NetricsRecSrc.
|
| NetricsCharmap |
This class contains the definition of a character map that can be used while searching.
|
| NetricsCmdStats |
This class contains summary statistics form the server on usage of a particular command.
|
| NetricsCombinedThesaurus |
Define a Netrics combined thesaurus.
|
| NetricsCSVReader |
Implement NetricsFieldedReader for CSV files.
|
| NetricsCSVRecSrc |
NetricsRecSrc implementation for CSV file records.
|
| NetricsDb | Deprecated
Use
NetricsTable |
| NetricsDbSearchCfg | Deprecated
Use
NetricsSearchCfg |
| NetricsDbStats | Deprecated |
| NetricsIdxStats |
This class contains information about a partitioned index in the Netrics server.
|
| NetricsLock |
Holds the key for a locked table.
|
| NetricsLpar |
This class is for internal use only.
|
| NetricsLparTable |
This class is for internal use only.
|
| NetricsMappedRecord |
A NetricsMappedRecord inherits from a NetricsRecord, and has additional functionality which allows the user to access the fields of the record by field name or number.
|
| NetricsModelStats |
This class contains information about a TIBCO Patterns - Learn Model
loaded into a TIBCO Patterns Engine.
|
| NetricsParser |
This class is for internal use only.
|
| NetricsPredicate |
Predicates are used to select or score records based on exact matching tests.
|
| NetricsProto |
This class is for internal use only.
|
| NetricsQuery |
NetricsQuery is used to implement the complex query structures introduced with release 4.1.
|
| NetricsRecFile |
This class is used to define a file of records read by the Netrics Server.
|
| NetricsRecord |
This class is used to hold all the data which will be loaded into a Netrics Server.
|
| NetricsSearchCfg |
This class is used with the search methods of the NetricsServerInterface class to configure a query against one table.
|
| NetricsSearchOpts |
This class is used to configure search options which apply for the overall search (for each table being searched).
|
| NetricsSearchResponse |
This class represents the Netrics Server's response to a search command.
|
| NetricsSearchResult |
This class inherits from a NetricsMappedRecord and contains additional information relevant to a search result (match score, etc.).
|
| NetricsServerInterface |
This is the main class of the Netrics Java Server Interface.
|
| NetricsServerStats |
This class contains status information on the server process.
|
| NetricsTable |
This class represents a Netrics table.
|
| NetricsTableStats |
This class contains stats about a table in the Netrics server.
|
| NetricsThesaurus |
This class contains a list of synonyms that can be used while searching.
|
| NetricsThesStats |
This class contains information about a thesaurus on the Netrics server.
|
| NetricsVarAttr |
Manage a set of Variable Attribute values.
|
| NetricsVersionInfo |
Contains Netrics Java Interface Version Information
|
| NetricsWeightedDictionary |
This class defines a weighted dictionary, used to identify terms of greater or lesser importance.
|
| Exception | Description |
|---|---|
| NetricsException |
A NetricsException is thrown whenever an error occurs.
|
| NetricsFileFormatException |
Exceptions thrown by File Readers.
|
| NetricsRecSrcException |
Exception thrown by all NetricsRecSrc implementations.
|