Uses of Class
com.blackhillsoftware.smf.SmfRecordReader
Package
Description
Classes common to all SMF record types - see
SmfRecordReader
to get started reading SMF data.-
Uses of SmfRecordReader in com.blackhillsoftware.smf
Modifier and TypeMethodDescriptionabstract SmfRecordReader
SmfRecordReaderBuilder.build()
Build theSmfRecordReader
.static SmfRecordReader
SmfRecordReader.fromByteArrays
(Iterable<byte[]> source) Create a SmfRecordReader with a sequence of byte arrays as the source.static SmfRecordReader
Create a new SmfRecordReader to read from an allocated DD.static SmfRecordReader
SmfRecordReader.fromLogstream
(String logstreamName) Create a new SmfRecordReader to read from a logstream.static SmfRecordReader
SmfRecordReader.fromLogstream
(String logstreamName, String subsysOptions1) Create a new SmfRecordReader to read from a logstream specifying LOGR subsystem options.static SmfRecordReader
SmfRecordReader.fromLogstream
(String logstreamName, String subsysOptions1, String subsysOptions2) Create a new SmfRecordReader to read from a logstream specifying LOGR subsystem options and IFASEXIT options.static SmfRecordReader
Create a new SmfRecordReader to read from a named file or dataset.static SmfRecordReader
SmfRecordReader.fromStream
(InputStream stream) Create a new SmfRecordReader to read from an existing stream.static SmfRecordReader
SmfRecordReader.fromStream
(InputStream stream, SmfRecordReader.RecordFormat format) Create a new SmfRecordReader to read from an existing stream specifying the record format.SmfRecordReader.include
(int smftype) Include all records of a particular SMF record type.SmfRecordReader.include
(int smftype, int subtype) Include records of a particular SMF record type and subtype.