Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Util] >  [IOLog]
Private  Storage   

persistent class Ens.Util.IOLog extends %Persistent, Ens.Util.BitmapPurge

A header class that records raw Adapter Inputs and Outputs

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 16 7 4


Summary

Properties
AdapterClass Annotation ConfigName CorrespondingRequestId
HostClass InObject InObjectClass IsInbound
Job OutObject OutObjectClass SessionId
SourceMethod Status TimeReceived TimeResponded

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %ShowContents %ShowContentsHead
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateIndices %ValidateObject
%ValidateTable GetRequestIOLogs GetSessionIOLogs IsEmpty
Purge PurgeBitmaps

Subclasses
Ens.Util.IOLogFile Ens.Util.IOLogObj Ens.Util.IOLogStream

Parameters

• parameter DOMAIN = "Ensemble";

Properties

• property AdapterClass as %String(MAXLEN=128,TRUNCATE=1);
• property Annotation as %String(MAXLEN=1200,TRUNCATE=1);
• property ConfigName as %String(MAXLEN=128,TRUNCATE=1);
• property CorrespondingRequestId as %Integer;
The %Id() of the corresponding request
• property HostClass as %String(MAXLEN=128,TRUNCATE=1);
• property InObject as %RegisteredObject;
• property InObjectClass as %String(MAXLEN=128,TRUNCATE=1);
• property IsInbound as %Boolean;
• property Job as %String(TRUNCATE=1);
• property OutObject as %RegisteredObject;
• property OutObjectClass as %String(MAXLEN=128,TRUNCATE=1);
• property SessionId as %Integer;
• property SourceMethod as %String(MAXLEN=40,TRUNCATE=1);
• property Status as %Status [ InitialExpression = $$$OK ];
this property contains the error status if any
• property TimeReceived as Ens.DataType.UTC;
• property TimeResponded as Ens.DataType.UTC;

Methods

• method %ShowContents(pZenOutput As %Boolean = 0)
Output contents of IOLog object in HTML
• method %ShowContentsHead(pZenOutput As %Boolean = 0)
Output HTML header information for IOLog object
• classmethod GetRequestIOLogs(pRequestHeader As Ens.MessageHeader, Output pIOLogArray As Ens.Util.IOLog) as %Status
• classmethod GetSessionIOLogs(pSessionId As %RawString, Output pIOLogArray As Ens.Util.IOLog) as %Status
• abstract method IsEmpty() as %Boolean
• classmethod Purge(Output pDeletedCount As %Integer, pDaysToKeep As %Integer = 7, pDummy As %Boolean, pBitmapChunkLimit As %Integer = 500) as %Status

Indices

•index (ConfigName on ConfigName) [Type = bitmap];
•index (Extent on ) [Extent,Type = bitmap];
•index (SessionId on SessionId);
•index (TimeReceived on TimeReceived);


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.