Package | Description |
---|---|
com.ibm.websphere.logging.hpel.reader |
Provides classes and interfaces for reading log records stored in HPEL format.
|
com.ibm.websphere.logging.hpel.reader.filters |
Sample of filters which can be used in local log queries.
|
Modifier and Type | Method and Description |
---|---|
LogQueryBean |
RemoteInstanceDetails.getQuery()
gets query used on this instance
|
Modifier and Type | Method and Description |
---|---|
ServerInstanceLogRecordList |
AbstractRemoteRepositoryReader.getLogListForServerInstance(java.util.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.
|
ServerInstanceLogRecordList |
RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time,
LogQueryBean query) |
ServerInstanceLogRecordList |
RepositoryReader.getLogListForServerInstance(java.util.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.
|
ServerInstanceLogRecordList |
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.
|
ServerInstanceLogRecordList |
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,
LogQueryBean query) |
ServerInstanceLogRecordList |
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.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
AbstractRemoteRepositoryReader.getLogLists(LogQueryBean query)
returns log records from the repository according to the criteria specified
by the log query bean.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReaderImpl.getLogLists(LogQueryBean query) |
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReader.getLogLists(LogQueryBean query)
returns log records from the repository according to the criteria specified
by the log query bean.
|
RemoteAllResults |
RemoteResultCollector.getLogLists(LogQueryBean logQueryBean,
RepositoryPointer after)
retrieves results for all server instances in the repository.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
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.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReaderImpl.getLogLists(RepositoryPointer after,
LogQueryBean query) |
java.lang.Iterable<ServerInstanceLogRecordList> |
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.
|
abstract RemoteAllResults |
AbstractRemoteRepositoryReader.readLogLists(LogQueryBean query,
RepositoryPointer after)
retrieves results for all server instances in the repository.
|
Constructor and Description |
---|
RemoteAllResults(LogQueryBean query)
creates an empty instance of the result corresponding to the query.
|
RemoteInstanceDetails(LogQueryBean query,
java.util.Date startTime,
java.lang.String[] subProcs)
creates instance with a specified time and query.
|
Constructor and Description |
---|
MultipleCriteriaFilter(LogQueryBean logQueryBean)
construct the filter for the read API
|