Uses of Class
com.blackhillsoftware.smf.SmfRecordReader
Packages that use 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
Methods in com.blackhillsoftware.smf that return SmfRecordReaderModifier and TypeMethodDescriptionabstract SmfRecordReaderSmfRecordReaderBuilder.build()Build theSmfRecordReader.static SmfRecordReaderSmfRecordReader.fromByteArrays(Iterable<byte[]> source) Create a SmfRecordReader with a sequence of byte arrays as the source.static SmfRecordReaderCreate a new SmfRecordReader to read from an allocated DD.static SmfRecordReaderSmfRecordReader.fromLogstream(String logstreamName) Create a new SmfRecordReader to read from a logstream.static SmfRecordReaderSmfRecordReader.fromLogstream(String logstreamName, String subsysOptions1) Create a new SmfRecordReader to read from a logstream specifying LOGR subsystem options.static SmfRecordReaderSmfRecordReader.fromLogstream(String logstreamName, String subsysOptions1, String subsysOptions2) Create a new SmfRecordReader to read from a logstream specifying LOGR subsystem options and IFASEXIT options.static SmfRecordReaderCreate a new SmfRecordReader to read from a named file or dataset.static SmfRecordReaderSmfRecordReader.fromStream(InputStream stream) Create a new SmfRecordReader to read from an existing stream.static SmfRecordReaderSmfRecordReader.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.