This is an interface object associated with an explicit transaction. This class cannot be inherited.
The following tables list the members exposed by NetricsTransaction.
Public Methods
| Name | Description | |
|---|---|---|
|
abortWork | Abort the associated transaction. |
|
addRecsFromFile | Overloaded. Add or replace records from a file. (inherited from NetricsServerInterface) |
|
checkpoint | Checkpoint tables currently loaded in TIBCO Patterns - Search Engine. (inherited from NetricsServerInterface) |
|
checkpointObjects | Checkpoint objects (tables, thesauri, character maps, rlink models) currently loaded in the TIBCOŽ Patterns - Search Server. (inherited from NetricsServerInterface) |
|
cmap_stats | Lists statistics on character maps currently loaded on the server. (inherited from NetricsServerInterface) |
|
cmapcreate | Create a character map in the remote server. (inherited from NetricsServerInterface) |
|
cmaplist | Lists the character maps currently loaded in the TIBCOŽ Patterns - Search Server. (inherited from NetricsServerInterface) |
|
cmdstats | Overloaded. Retrieve processing statistics for commands. (inherited from NetricsServerInterface) |
|
cmdstats_reset | Reset processing statistics for the specified commands. (inherited from NetricsServerInterface) |
|
commitWork | Commit the associated transaction. |
|
compoundNext | Retrieve compound records from a cursor. (inherited from NetricsServerInterface) |
|
cthcreate | Create a combined thesaurus in the remote server. (inherited from NetricsServerInterface) |
|
DebuggingOff | Turn off socket protocol debugging output. (inherited from NetricsServerInterface) |
|
DebuggingOn | Turn on socket protocol debugging output. (inherited from NetricsServerInterface) |
|
delChildRecord | (inherited from NetricsServerInterface) |
|
delChildRecords | Overloaded. Delete multiple records from a child table. (inherited from NetricsServerInterface) |
|
delCompoundRecords | Deletes a set of records from a parent table, and deletes associated child records from child tables. (inherited from NetricsServerInterface) |
|
doRecOps | Overloaded. Perform a mixed set of record updates. (inherited from NetricsServerInterface) |
|
dump | Overloaded. Version of dump which does not require a lock key. Deprecated since 5.6.0. Use cursors instead. (inherited from NetricsServerInterface) |
|
Equals | (inherited from Object) |
|
forceCommitWork | Forcibly commit the associated transaction. |
|
getCertificateValidator | Get the current certificate-validation callback. (inherited from NetricsServerInterface) |
|
getChildRecord | (inherited from NetricsServerInterface) |
|
getChildRecords | Overloaded. Get multiple records from a child table. (inherited from NetricsServerInterface) |
|
getClosed | Returns whether the associated transaction is closed. |
|
getCommandDuration | Gets the total time spent on the last command the current thread executed on this interface object. (inherited from NetricsServerInterface) |
|
getCompoundRecords | Get multiple compound records. (inherited from NetricsServerInterface) |
|
getConnectionPoolingPolicy | Get the current connection pooling policy. Defaults is ConnectionPoolingPolicy.Common. (inherited from NetricsServerInterface) |
|
getConnectRetryCount | Return the retry count for establishing a socket connection to the engine. (inherited from NetricsServerInterface) |
|
getConnectTimeout | Return the per-attempt timeout for establishing a socket connection to the engine. (inherited from NetricsServerInterface) |
|
getFormatTransmitDuration | Gets the time spent formatting and transmitting the last command the current thread executed on this interface object. (inherited from NetricsServerInterface) |
|
GetHashCode | (inherited from Object) |
|
getLayout | Return the currently selected cluster layout. (inherited from NetricsServerInterface) |
|
getMaxSocketLifetime | Return the maximum lifetime of socket connections to the engine. (inherited from NetricsServerInterface) |
|
getMaxSocketUsage | Return the maximum number of queries to perform on a given socket before closing it. (inherited from NetricsServerInterface) |
|
getReceiveParseDuration | Gets the time spent receiving and parsing the response to the last command the current thread executed on this interface object. (inherited from NetricsServerInterface) |
|
getServerDuration | Gets the time spent waiting for the server to begin responding to the last command the current thread executed on this interface object. (inherited from NetricsServerInterface) |
|
getSSLEnabled | Returns (inherited from NetricsServerInterface) |
|
getTranId | Returns the full transaction id of the associated transaction. |
|
GetType | (inherited from Object) |
|
idxlist | Lists statistics for partitioned indexes. (inherited from NetricsServerInterface) |
|
isDecisionEngine | Return true if the server indicates it is a Learning Engine (inherited from NetricsServerInterface) |
|
isGIPEnabled | Return true if the server indicates GIP is the default prefilter. (inherited from NetricsServerInterface) |
|
isPsiEnabled | Return true if the server indicates PSI is the default prefilter. (inherited from NetricsServerInterface) |
|
isSortEnabled | Return true if the server indicates SORT is the default prefilter. (inherited from NetricsServerInterface) |
|
list | Lists statistics for tables currennly loaded in the TIBCOŽ Patterns - Search Server. (inherited from NetricsServerInterface) |
|
listTransactions | Get statistics on open transactions. (inherited from NetricsServerInterface) |
|
loadClusterConfiguration | Load a new cluster configuration file on the gateway server. (inherited from NetricsServerInterface) |
|
ParseDebuggingOff | Turn off response parsing debugging output. (inherited from NetricsServerInterface) |
|
ParseDebuggingOn | Turn on response parsing debugging output. (inherited from NetricsServerInterface) |
|
recadd | Overloaded. Add a record to a table. (inherited from NetricsServerInterface) |
|
recdelete | Overloaded. Delete a record from a table. (inherited from NetricsServerInterface) |
|
recget | Overloaded. Get a record from a table. (inherited from NetricsServerInterface) |
|
recnext | Retrieve records from a table cursor. (inherited from NetricsServerInterface) |
|
recreplace | Overloaded. Replace a record in a table. (inherited from NetricsServerInterface) |
|
recupdate | Overloaded. Update a single existing record in a table. (inherited from NetricsServerInterface) |
|
restore | Restore tables previously checkpointed. (inherited from NetricsServerInterface) |
|
restoreObjects | Restore objects previously checkpointed. (inherited from NetricsServerInterface) |
|
rlcreate | Create a learning engine model in the server. (inherited from NetricsServerInterface) |
|
rlcreate_l | Overloaded. Like rlcreate_l(rlModelName, rlModelFile, bool), except the gateway model-in-memory flag is left at the server default (currently false). (inherited from NetricsServerInterface) |
|
rldelete | Delete one or more TIBCOŽ Patterns - Search Learn Models. (inherited from NetricsServerInterface) |
|
rleval | Evaluate a TIBCOŽ Patterns - Search Learn Model with the given vector of feature values. (inherited from NetricsServerInterface) |
|
rllist | List information on TIBCOŽ Patterns - Search Learn Models. (inherited from NetricsServerInterface) |
|
scoreRecords | Overloaded. Score one or more records against a query. (inherited from NetricsServerInterface) |
|
search | Overloaded. Perform a search. (inherited from NetricsServerInterface) |
|
selectLayout | Set the current cluster layout. (inherited from NetricsServerInterface) |
|
server_info | Retrieve the server version information. (inherited from NetricsServerInterface) |
|
setCertificateValidator | Sets the certificate-validation callback. (inherited from NetricsServerInterface) |
|
setConnectionPoolingPolicy | Changes the connection pooling policy for this NetricsServerInterface object. Use of this function is not generally recommended. (inherited from NetricsServerInterface) |
|
setConnectRetryCount | Set the retry count for establishing a socket connection to the engine. (inherited from NetricsServerInterface) |
|
setConnectTimeout | Set the per-attempt timeout for establishing a socket connection to the engine. (inherited from NetricsServerInterface) |
|
setMaxSocketLifetime | Set the maximum lifetime of socket connections to the engine. (inherited from NetricsServerInterface) |
|
setMaxSocketUsage | Set the maximum number of queries to perform on a given socket before closing it. (inherited from NetricsServerInterface) |
|
setNetProtocols | Set the network protocols that will be used to connect to the TIBCOŽ Patterns - Search Server. (inherited from NetricsServerInterface) |
|
setServerCultureInfo | Sets the culture used by the interface when formatting and interpreting data exchanged with the server. (inherited from NetricsServerInterface) |
|
setSSLEnabled | Sets the SSL enable flag. (inherited from NetricsServerInterface) |
|
svrlogoff | Turn off search logging (must be enabled when the server starts up). (inherited from NetricsServerInterface) |
|
svrlogon | Turn on search logging (must be enabled when the server starts up). (inherited from NetricsServerInterface) |
|
svrnoop | Perform a noop on the TIBCOŽ Patterns - Search Server. (inherited from NetricsServerInterface) |
|
svrshutdown | Overloaded. Initiates a server shutdown. (inherited from NetricsServerInterface) |
|
svrversion | Retreive the TIBCOŽ Patterns - Search Server's version information. (inherited from NetricsServerInterface) |
|
tbldelete | Delete a table. (inherited from NetricsServerInterface) |
|
tblload | Overloaded. Used to load a NetricsTable into the server. (inherited from NetricsServerInterface) |
|
tbllock | Overloaded. Deprecated since 5.6.0. Use transactions instead. Version of tbllock which does not require a NetricsLock object. (inherited from NetricsServerInterface) |
|
tblmove | Rename a table. (inherited from NetricsServerInterface) |
|
tblunlock | Overloaded. Deprecated since 5.6.0. Use transactions instead. Version of tblunlock which does not require a NetricsLock object. (inherited from NetricsServerInterface) |
|
thcreate | Create a thesaurus in the remote server. (inherited from NetricsServerInterface) |
|
thdelete | Delete one or more thesauri currently loaded on the server. (inherited from NetricsServerInterface) |
|
thes_stats | Lists statistics on thesauri currently loaded on the server. (inherited from NetricsServerInterface) |
|
thlist | Lists the thesauruses currently loaded in the TIBCOŽ Patterns - Search Server. (inherited from NetricsServerInterface) |
|
ToString | (inherited from Object) |
|
tranAbort | Abort a transaction. (inherited from NetricsServerInterface) |
|
tranCommit | Commit a transaction. (inherited from NetricsServerInterface) |
|
tranForceCommit | Commit a transaction even if it has errors. (inherited from NetricsServerInterface) |
|
tranSetIdleOpts | Set the idle transaction processing parameters on the server. (inherited from NetricsServerInterface) |
|
updRecsFromFile | Overloaded. Deprecated since 5.6.0 Use |
|
version | Retreive the TIBCOŽ Patterns - Search Server Interface version information. (inherited from NetricsServerInterface) |
|
wdcreate | Create a weighted dictionary in the remote server. (inherited from NetricsServerInterface) |