Skip to main content

SYS.Cluster

class SYS.Cluster extends %Library.RegisteredObject

Cluster-specific

Method Inventory

Methods

classmethod JournalMarkersClose(ByRef qHandle As %Binary) as %Status
classmethod JournalMarkersExecute(ByRef qHandle As %Binary, LogFile As %SysPath = "") as %Status
classmethod JournalMarkersFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod NodeListClose(ByRef qHandle As %Binary) as %Status
classmethod NodeListExecute(ByRef qHandle As %Binary, SkipSelf As %Boolean = 0) as %Status
classmethod NodeListFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status

Queries

query JournalMarkers(LogFile As %SysPath = "")
Selects Time As %TimeStamp, File Offset As %Integer, File Name As %SysPath, Type As %Integer, Text As %String
Returns info about cluster journal markers
deprecated query NodeList(SkipSelf As %Boolean = 0)
Selects CSN As %Integer, IP As %String, Port As %Integer, MGR Dir As %String, Journal Offset As %Integer, Journal File As %String, Journal File Count As %Integer, Transaction Offset As %Integer, Transaction File As %String, Transaction File Count As %Integer, Host Name As %String, Prev Journal Offset As %Integer, Prev Journal File Count As %Integer, Prev Journal File As %String, Journal WDPass As %Integer
Returns info about member nodes of the cluster If SkipSelf = 1, skip the node where the query is run NOTE: This query is deprecated. Use %SYS.ClusterInfo instead.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab