This is the main class of the TIBCO Patterns Server Interface.
The following tables list the members exposed by NetricsServerInterface.
Public Constructors
| Name | Description | |
|---|---|---|
|
NetricsServerInterface | Overloaded. |
Public Methods
| Name | Description | |
|---|---|---|
|
addRecsFromFile | Overloaded. Add or replace records from a file. |
|
checkpoint | Checkpoint tables currenntly loaded in the TIBCO Patterns Engine. |
|
cmapcreate | Create a character map in the remote server. |
|
cmaplist | Lists the character maps currently loaded in the TIBCO Patterns Engine. |
|
cmdstats | Overloaded. Retrieve processing statistics for commands. |
|
cmdstats_reset | Reset processing statistics for the specified commands. |
|
cthcreate | Create a combined thesaurus in the remote server. |
|
DebuggingOff | Turn off socket protocol debugging output. |
|
DebuggingOn | Turn on socket protocol debugging output. |
|
dump | Overloaded. Dump the records of the specified table. |
|
Equals | Determines whether the specified |
|
getConnectionPoolingPolicy | Get the current connection pooling policy. Defaults is ConnectionPoolingPolicy.Common. |
|
getConnectRetryCount | Return the retry count for establishing a socket connection to the engine. |
|
getConnectTimeout | Return the per-attempt timeout for establishing a socket connection to the engine. |
|
GetHashCode | Serves as a hash function for a particular type. |
|
getMaxSocketLifetime | Return the maximum lifetime of socket connections to the engine. |
|
getMaxSocketUsage | Return the maximum number of queries to perform on a given socket before closing it. |
|
GetType | Gets the |
|
idxlist | Lists statistics for partitioned indexes. |
|
Initialize |
Obsolete.
Only for COM interoperability. See |
|
InitializeDebug |
Obsolete.
Only for COM interoperability. See |
|
InitializeEncoded |
Obsolete.
Only for COM interoperability. See |
|
isDecisionEngine | Return true if the server indicates it is a Learning Engine |
|
isGIPEnabled | Return true if the server indicated the GIP prefilter is enabled. |
|
isPsiEnabled | Return true if the server indicated the PSI prefilter is enabled. |
|
isSortEnabled | Return true if the server indicated the SORT prefilter is enabled. |
|
list | Lists statistics for tables currennly loaded in the TIBCO Patterns Engine. |
|
ParseDebuggingOff | Turn off response parsing debugging output. |
|
ParseDebuggingOn | Turn on response parsing debugging output. |
|
recadd | Overloaded. Add a record to a table. |
|
recdelete | Overloaded. Delete a record from a table. |
|
recget | Overloaded. Get a record from a table. |
|
recreplace | Overloaded. Replace a record in a table. |
|
recupdate | Overloaded. Update a single existing record in a table. |
|
restore | Restore tables previously checkpointed. |
|
rlcreate | Create a learning engine model in the server. |
|
rldelete | Delete one or more TIBCO Patterns Learn Models. |
|
rleval | Evaluate a TIBCO Patterns Learn Model with the given vector of feature values. |
|
rllist | List information on TIBCO Patterns Learn Models. |
|
search | Overloaded. Perform a search. |
|
selectLayout | Set the current cluster layout. |
|
server_info | Retrieve the server version information. |
|
setConnectionPoolingPolicy | Changes the connection pooling policy for this NetricsServerInterface object. Use of this function is not generally recommended. |
|
setConnectRetryCount | Set the retry count for establishing a socket connection to the engine. |
|
setConnectTimeout | Set the per-attempt timeout for establishing a socket connection to the engine. |
|
setMaxSocketLifetime | Set the maximum lifetime of socket connections to the engine. |
|
setMaxSocketUsage | Set the maximum number of queries to perform on a given socket before closing it. |
|
setServerCultureInfo | Sets the culture used by the interface when formatting and interpreting data exchanged with the server. |
|
svrlogoff | Turn off search logging (must be enabled when the server starts up). |
|
svrlogon | Turn on search logging (must be enabled when the server starts up). |
|
svrnoop | Perform a noop on the TIBCO Patterns Engine. |
|
svrshutdown | Shutdown the TIBCO Patterns Engine. |
|
svrversion | Retreive the TIBCO Patterns Engine's version information. |
|
tbldelete | Delete a table. |
|
tblload | Overloaded. Used to load a NetricsTable into the server. |
|
tbllock | Overloaded. Locks operations on a table. |
|
tblmove | Rename a table. |
|
tblunlock | Overloaded. Unlock a locked table. |
|
thcreate | Create a thesaurus in the remote server. |
|
thdelete | Delete one or more thesauri currently loaded on the server. |
|
thes_stats | Lists statistics on thesauri currently loaded on the server. |
|
thlist | Lists the thesauruses currently loaded in the TIBCO Patterns Engine. |
|
ToString | Returns a |
|
updRecsFromFile | Update records from a server side file. |
|
version | Retreive the Netrics Server Interface version information. |
|
wdcreate | Create a weighted dictionary in the remote server. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
NetricsServerInterface | Overloaded. |