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.
|
ServerInstanceLogRecordList |
RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time,
LogRecordHeaderFilter filter) |
returns log records from the binary repository which satisfy condition of the filter as specified by the parameter.
|
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(java.util.Date beginTime,
java.util.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.
|