package
1.2.3
Repository: https://github.com/matrixorigin/matrixone.git
Documentation: pkg.go.dev

# Constants

AlterAccount represent set account status as restricted.
No description provided by the author
No description provided by the author
FileServiceCache handle mem/disk cache query and reset action.
No description provided by the author
GetCacheData is the method to get cached data from fileservice in remote node.
GetCacheInfo gets the cache info from the cn,tn.
GetCommit get latest commit timestamp of cn.
No description provided by the author
GetLockInfo gets the lock info from the cn.
GetPipelineInfo is the method to get pipeline info from CN.
No description provided by the author
GetReplicaCount get the replica count on specified cn node.
GetStatsInfo is the method to get stats info from remote node.
GetTxnInfo gets the txn info from the cn.
GOMAXPROCS get/set the golang runtime.GOMAXPROCS().
No description provided by the author
KillConn represents the kill connection request.
MigrateConnFrom get session info from the previous cn node.
MigrateConnTo migrate the session info to the new cn node.
Query is the common query command.
ReloadAutoIncrementCache is the method to reload auto increment cache.
RemoveRemoteLockTable remove remote lock table on all cn.
ResetSession resets the session information in routine to make sure that the session could be reused by other connections.
No description provided by the author
No description provided by the author
ShowProcessList represents the show process list query.
SyncCommit when we turn on Push, some BVT tests use multiple Sessions in multi-CN scenarios.
ProcessTraceSpan process the trace span cmd transferred from other cn.
UnsubscribeTable unsubscribes a table in logtail client.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AlterAccountRequest is the "alter account restricted" query request.
AlterAccountResponse is the response of command AlterAccount.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FileServiceCacheRequest handle cache getter and setter request.
FileServiceCacheResponse.
GetCacheDataRequest is the request that try to get cache from remote node.
GetCacheDataResponse is the response of get cache data.
No description provided by the author
No description provided by the author
GetCommitRequest get commit timestamp request.
GetCommitResponse get commit timestamp response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GoMaxProcsRequest is request to get/set the proc runtime.GOMAXPROCS() If MaxProcs is 0, then return current value of runtime.GOMAXPROCS(0), Otherwise, do the set op runtime.GOMAXPROCS({MaxProcs}).
GoMaxProcsResponse is the response of calling runtime.GOMAXPROCS(req.MaxProcs) The MaxProcs is current value, or previous value.
No description provided by the author
GoMemLimitResponse is the response of calling runtime/debug.SetMemoryLimit(req.MemLimitBytes) The MemLimitBytes is previous value.
KillConnRequest is the request that kill the connections belongs to the account.
KillConnResponse is the response to the kill connection request.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QueryRequest is the common query request.
ReloadAutoIncrementCacheRequest reload auto increment cache request.
ReloadAutoIncrementCacheResponse reload auto increment cache response.
No description provided by the author
No description provided by the author
Request is the query request.
No description provided by the author
ResetSessionRequest is the request to reset session before proxy cache the connection.
ResetSessionResponse is the response which contains the password of the user on the session.
Response is the response to query request.
ResponseCacheData is the response of cached data.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ShowProcessListRequest is the "show process list" query request.
ShowProcessListResponse is the response of command ShowProcessList.
SyncCommitRequest sync commit timestamp request.
SyncCommitResponse sync commit timestamp response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnsubscribeTableRequest is the request that unsubscribe a table from logtail client.
UnsubscribeTableResponse is the response of unsubscribe table request.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author