Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
This pane is used to display system journal file contents
|
|
Properties | |||
---|---|---|---|
Align | CommandFormClass | CommandFormObject | CommandSubmitPage |
Commands | FrameStyle | Name | Styles |
Text | URL |
|
Called from client to stop a profile calculation.
Given a journal file name, build a profile of the contents of the journal within a temp global. This takes the form:
^IRIS.Temp.JournalProfile(pFile) = status: 0 running, 1 complete
^IRIS.Temp.JournalProfile(pFile,"ERROR") = error (if any)
^IRIS.Temp.JournalProfile(pFile,"PROFILE",database,global) = size of records for this db.global
^IRIS.Temp.JournalProfile(pFile,"PROFILE","OTHER") = size of other records
Given a journal file name, build a profile of the contents of the journal within a temp global. This takes the form:
^IRIS.Temp.JournalProfile(pFile) = status: 0 running, 1 complete
^IRIS.Temp.JournalProfile(pFile,"ERROR") = error (if any)
^IRIS.Temp.JournalProfile(pFile,"PROFILE",database,global) = size of records for this db.global
^IRIS.Temp.JournalProfile(pFile,"PROFILE","OTHER") = size of other records
Draw the BODY of the detail pane
Overwritten by subclasses to draw anything this pane needs for the HEAD section.
Given a journal file name, Draw an HTML profile of the contents of the journal.
Given a journal file name, build a profile of the contents of the journal. This takes the form:
pProfile(database,global) = size of records for this db.global
pProfile("OTHER") = size of other records
Returns whether current user's base permissions allow access to given database (directory)
Called from client to update the profile page
Called by client to show details for a journal record