SYS.Cluster
class SYS.Cluster extends %Library.RegisteredObject
Cluster-specificMethod Inventory
- JournalMarkersClose()
- JournalMarkersExecute()
- JournalMarkersFetch()
- NodeListClose()
- NodeListExecute()
- NodeListFetch()
Methods
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
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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()