com.ibm.websphere.logging.hpel.reader
Uses of Interface RepositoryPointer
Packages that use RepositoryPointer
Package | Description |
---|---|
com.ibm.websphere.logging.hpel.reader | Provides classes and interfaces for reading log records stored in HPEL format. |
Uses of RepositoryPointer in com.ibm.websphere.logging.hpel.reader
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
RemoteResultCollector.getLogListForServerInstance(RemoteInstanceDetails indicator,RepositoryPointer after,int offset,int maxRecords,java.util.Locale locale)
retrieves records and header for one server instance.
|
|
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after)
|
|
RepositoryReader.getLogListForServerInstance(RepositoryPointer after)
returns log records from the repository that are beyond a given
repository location as specified.
|
|
AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after)
|
|
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,int threadID)
|
|
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.
|
|
AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after,int threadID)
|
|
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,java.util.logging.Level minLevel,java.util.logging.Level maxLevel)
|
|
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.
|
|
AbstractRemoteRepositoryReader.getLogListForServerInstance(RepositoryPointer after,java.util.logging.Level minLevel,java.util.logging.Level maxLevel)
|
|
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,LogQueryBean query)
|
|
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.
|
|
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.
|
|
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.
|
|
RemoteResultCollector.getLogLists(LogQueryBean logQueryBean,RepositoryPointer after)
retrieves results for all server instances in the repository.
|
|
|
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.
|
|
RepositoryReader.getLogLists(RepositoryPointer after)
returns all log records from the repository beyond a given repository
location as specified.
|
|
AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after)
|
|
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.
|
|
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.
|
|
AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after,java.util.Date maxTime)
|
|
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.
|
|
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.
|
|
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,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.
|
|
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.
|
|
AbstractRemoteRepositoryReader.getLogLists(RepositoryPointer after,java.util.logging.Level minLevel,java.util.logging.Level maxLevel)
|
|
RepositoryReaderImpl.getLogLists(RepositoryPointer after,LogQueryBean query)
|
|
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.
|
|
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.readLogLists(LogQueryBean query,RepositoryPointer after)
retrieves results for all server instances in the repository.
|
|
AbstractRemoteRepositoryReader.readLogRecords(RemoteInstanceDetails indicator,RepositoryPointer after,int offset,int size,java.util.Locale locale)
retrieves records and header for one server instance.
|