Uses of Interface
com.ibm.websphere.logging.hpel.reader.ServerInstanceLogRecordList
Packages that use ServerInstanceLogRecordList
Package
Description
Provides classes and interfaces for reading log records stored in HPEL format.
-
Uses of ServerInstanceLogRecordList in com.ibm.websphere.logging.hpel.reader
Methods in com.ibm.websphere.logging.hpel.reader that return ServerInstanceLogRecordListModifier and TypeMethodDescriptionAbstractRemoteRepositoryReader.getLogListForCurrentServerInstance()
RepositoryReader.getLogListForCurrentServerInstance()
returns log records from the repository that were created since the last server startup.RepositoryReaderImpl.getLogListForCurrentServerInstance()
AbstractRemoteRepositoryReader.getLogListForServerInstance
(RepositoryPointer after) AbstractRemoteRepositoryReader.getLogListForServerInstance
(RepositoryPointer after, int threadID) AbstractRemoteRepositoryReader.getLogListForServerInstance
(RepositoryPointer after, LogQueryBean query) returns log records from the repository for one server instance that are beyond a given repository location, according to the criteria specified by the log query bean.AbstractRemoteRepositoryReader.getLogListForServerInstance
(RepositoryPointer after, Level minLevel, Level maxLevel) AbstractRemoteRepositoryReader.getLogListForServerInstance
(Date time) AbstractRemoteRepositoryReader.getLogListForServerInstance
(Date time, int threadID) AbstractRemoteRepositoryReader.getLogListForServerInstance
(Date time, LogQueryBean query) returns log records from the repository of a server instance running at a specified time, according to the criteria specified by the log query bean.AbstractRemoteRepositoryReader.getLogListForServerInstance
(Date time, Level minLevel, Level maxLevel) RepositoryReader.getLogListForServerInstance
(RepositoryPointer after) returns log records from the repository that are beyond a given repository location as specified.RepositoryReader.getLogListForServerInstance
(RepositoryPointer after, int threadID) returns log records from the repository that are beyond a given repository location and created by a given thread as specified.RepositoryReader.getLogListForServerInstance
(RepositoryPointer after, LogQueryBean query) returns log records from the repository for one server instance that are beyond a given repository location, according to the criteria specified by the log query bean.RepositoryReader.getLogListForServerInstance
(RepositoryPointer after, Level minLevel, Level maxLevel) returns log records from the repository that are beyond a given repository location and within the level range as specified.RepositoryReader.getLogListForServerInstance
(Date time) returns log records from the repository of a server instance running at the time specified.RepositoryReader.getLogListForServerInstance
(Date time, int threadID) returns log records from the repository of a server instance running at a specified time created by the given thread.RepositoryReader.getLogListForServerInstance
(Date time, LogQueryBean query) returns log records from the repository of a server instance running at a specified time, according to the criteria specified by the log query bean.RepositoryReader.getLogListForServerInstance
(Date time, Level minLevel, Level maxLevel) returns log records from the repository of a server instance running at a specified time, within the level range as specified.RepositoryReaderImpl.getLogListForServerInstance
(RepositoryPointer after) RepositoryReaderImpl.getLogListForServerInstance
(RepositoryPointer after, int threadID) RepositoryReaderImpl.getLogListForServerInstance
(RepositoryPointer after, LogQueryBean query) RepositoryReaderImpl.getLogListForServerInstance
(RepositoryPointer after, LogRecordFilter filter) returns log records from the binary repository that are beyond a given repository location and satisfies the filter criteria as specified by the parameters.RepositoryReaderImpl.getLogListForServerInstance
(RepositoryPointer after, LogRecordHeaderFilter filter) returns log records from the binary repository that are beyond a given repository location and satisfies the filter criteria as specified by the parameters.RepositoryReaderImpl.getLogListForServerInstance
(RepositoryPointer after, Level minLevel, Level maxLevel) RepositoryReaderImpl.getLogListForServerInstance
(Date time) RepositoryReaderImpl.getLogListForServerInstance
(Date time, int threadID) RepositoryReaderImpl.getLogListForServerInstance
(Date time, LogQueryBean query) RepositoryReaderImpl.getLogListForServerInstance
(Date time, LogRecordFilter filter) returns log records from the binary repository which satisfy condition of the filter as specified by the parameter.RepositoryReaderImpl.getLogListForServerInstance
(Date time, LogRecordHeaderFilter filter) returns log records from the binary repository which satisfy condition of the filter as specified by the parameter.RepositoryReaderImpl.getLogListForServerInstance
(Date time, Level minLevel, Level maxLevel) Methods in com.ibm.websphere.logging.hpel.reader that return types with arguments of type ServerInstanceLogRecordListModifier and TypeMethodDescriptionServerInstanceLogRecordList.getChildren()
Returns the children for the process of a ServerInstanceLogRecordList.AbstractRemoteRepositoryReader.getLogLists()
AbstractRemoteRepositoryReader.getLogLists
(LogQueryBean query) returns log records from the repository according to the criteria specified by the log query bean.AbstractRemoteRepositoryReader.getLogLists
(RepositoryPointer after) AbstractRemoteRepositoryReader.getLogLists
(RepositoryPointer after, LogQueryBean query) returns log records from the repository that are beyond a given repository location, according to the criteria specified by the log query bean.AbstractRemoteRepositoryReader.getLogLists
(RepositoryPointer after, Date maxTime) AbstractRemoteRepositoryReader.getLogLists
(RepositoryPointer after, Level minLevel, Level maxLevel) AbstractRemoteRepositoryReader.getLogLists
(Date minTime, Date maxTime) AbstractRemoteRepositoryReader.getLogLists
(Level minLevel, Level maxLevel) RepositoryReader.getLogLists()
returns all log records from the repository.RepositoryReader.getLogLists
(LogQueryBean query) returns log records from the repository according to the criteria specified by the log query bean.RepositoryReader.getLogLists
(RepositoryPointer after) returns all log records from the repository beyond a given repository location as specified.RepositoryReader.getLogLists
(RepositoryPointer after, LogQueryBean query) returns log records from the repository that are beyond a given repository location, according to the criteria specified by the log query bean.RepositoryReader.getLogLists
(RepositoryPointer after, Date maxTime) returns log records from the repository that are beyond a given repository location and occurred before a given time as specified.RepositoryReader.getLogLists
(RepositoryPointer after, Level minLevel, Level maxLevel) returns log records from the repository that are beyond a given repository location and within the level range as specified.RepositoryReader.getLogLists
(Date minTime, Date maxTime) returns log records from the repository that are within the date range as specified.RepositoryReader.getLogLists
(Level minLevel, Level maxLevel) returns log records from the repository that are within the level range as specified.RepositoryReaderImpl.getLogLists()
returns log records from the binary repositoryRepositoryReaderImpl.getLogLists
(int minLevel, int maxLevel) returns log records from the binary repository that are within the level range as specified by the parameters.RepositoryReaderImpl.getLogLists
(LogQueryBean query) RepositoryReaderImpl.getLogLists
(RepositoryPointer after) returns log records from the binary repository that are within the date range and which satisfy condition of the filter as specified by the parameters.RepositoryReaderImpl.getLogLists
(RepositoryPointer after, int minLevel, int maxLevel) returns log records from the binary repository beyond the given repository pointer and within the level range as specified by the parameters.RepositoryReaderImpl.getLogLists
(RepositoryPointer after, LogQueryBean query) RepositoryReaderImpl.getLogLists
(RepositoryPointer after, Date maxTime) returns log records from the binary repository that are after a given location and less than or equal to a given date Callers would have to invokeRepositoryLogRecordHeader.getRepositoryPointer()
to obtain the RepositoryPointer of the last record read.RepositoryReaderImpl.getLogLists
(RepositoryPointer after, Date endTime, LogRecordFilter filter) returns log records from the binary repository that are beyond a given repository location, occured before a given time, and meet a filter condition as specified by the parameters.RepositoryReaderImpl.getLogLists
(RepositoryPointer after, Date endTime, LogRecordHeaderFilter filter) returns log records from the binary repository that are beyond a given repository location, occured before a given time, and meet a filter condition as specified by the parameters.RepositoryReaderImpl.getLogLists
(RepositoryPointer after, Level minLevel, Level maxLevel) returns log records from the binary repository beyond the given repository pointer and within the level range as specified by the parameters.RepositoryReaderImpl.getLogLists
(Date minTime, Date maxTime) returns log records from the binary repository that are between 2 dates (inclusive)RepositoryReaderImpl.getLogLists
(Date beginTime, Date endTime, LogRecordFilter filter) returns log records from the binary repository that are within the date range and which satisfy condition of the filter as specified by the parameters.RepositoryReaderImpl.getLogLists
(Date beginTime, Date endTime, LogRecordHeaderFilter filter) returns log records from the binary repository that are within the date range and which satisfy condition of the filter as specified by the parameters.RepositoryReaderImpl.getLogLists
(Level minLevel, Level maxLevel) returns log records from the binary repository beyond the given repository pointer and within the level range as specified by the parameters.Constructors in com.ibm.websphere.logging.hpel.reader with parameters of type ServerInstanceLogRecordListModifierConstructorDescriptionMergedRepository
(ServerInstanceLogRecordList[] servers) Creates new iterable instance from the list of results obtained from different servers.Constructor parameters in com.ibm.websphere.logging.hpel.reader with type arguments of type ServerInstanceLogRecordListModifierConstructorDescriptionCreates new iterable instance from the list of results obtained from different servers.