Package | Description |
---|---|
com.ibm.websphere.logging.hpel.reader |
Provides classes and interfaces for reading log records stored in HPEL format.
|
Modifier and Type | Method and Description |
---|---|
RepositoryPointer |
RepositoryLogRecordHeader.getRepositoryPointer()
Returns an identifier of the position of this record so that the record
can be relocated in subsequent queries.
|
Modifier and Type | Method and Description |
---|---|
RemoteInstanceResult |
RemoteResultCollector.getLogListForServerInstance(RemoteInstanceDetails indicator,
RepositoryPointer after,
int offset,
int maxRecords,
java.util.Locale locale)
retrieves records and header for one server instance.
|
ServerInstanceLogRecordList |
RepositoryReader.getLogListForServerInstance(RepositoryPointer after)
returns log records from the repository that are beyond a given
repository location as specified.
|
ServerInstanceLogRecordList |
AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after) |
ServerInstanceLogRecordList |
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after) |
ServerInstanceLogRecordList |
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.
|
ServerInstanceLogRecordList |
AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after,
int threadID) |
ServerInstanceLogRecordList |
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,
int threadID) |
ServerInstanceLogRecordList |
RepositoryReader.getLogListForServerInstance(RepositoryPointer after,
java.util.logging.Level minLevel,
java.util.logging.Level maxLevel)
returns log records from the repository that are beyond a given
repository location and within the level range as specified.
|
ServerInstanceLogRecordList |
AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after,
java.util.logging.Level minLevel,
java.util.logging.Level maxLevel) |
ServerInstanceLogRecordList |
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,
java.util.logging.Level minLevel,
java.util.logging.Level maxLevel) |
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.
|
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 |
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.
|
ServerInstanceLogRecordList |
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.
|
RemoteAllResults |
RemoteResultCollector.getLogLists(LogQueryBean logQueryBean,
RepositoryPointer after)
retrieves results for all server instances in the repository.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReader.getLogLists(RepositoryPointer after)
returns all log records from the repository beyond a given repository
location as specified.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after) |
java.lang.Iterable<ServerInstanceLogRecordList> |
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.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReader.getLogLists(RepositoryPointer after,
java.util.Date maxTime)
returns log records from the repository that are beyond a given
repository location and occurred before a given time as specified.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after,
java.util.Date maxTime) |
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReaderImpl.getLogLists(RepositoryPointer after,
java.util.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 invoke
RepositoryLogRecordHeader.getRepositoryPointer() to obtain the RepositoryPointer of the last record read. |
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReaderImpl.getLogLists(RepositoryPointer after,
java.util.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.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReaderImpl.getLogLists(RepositoryPointer after,
java.util.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.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
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.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReader.getLogLists(RepositoryPointer after,
java.util.logging.Level minLevel,
java.util.logging.Level maxLevel)
returns log records from the repository that are beyond a given
repository location and within the level range as specified.
|
java.lang.Iterable<ServerInstanceLogRecordList> |
AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after,
java.util.logging.Level minLevel,
java.util.logging.Level maxLevel) |
java.lang.Iterable<ServerInstanceLogRecordList> |
RepositoryReaderImpl.getLogLists(RepositoryPointer after,
java.util.logging.Level minLevel,
java.util.logging.Level maxLevel)
returns log records from the binary repository beyond the given repository pointer and within the level range as specified by the parameters.
|
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.
|
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) |
abstract RemoteAllResults |
AbstractRemoteRepositoryReader.readLogLists(LogQueryBean query,
RepositoryPointer after)
retrieves results for all server instances in the repository.
|
abstract RemoteInstanceResult |
AbstractRemoteRepositoryReader.readLogRecords(RemoteInstanceDetails indicator,
RepositoryPointer after,
int offset,
int size,
java.util.Locale locale)
retrieves records and header for one server instance.
|