Uses of Class
com.blackhillsoftware.smf.smf90.Smf90Record
Package
Description
Mapping for SMF type 90 (System Status) record - for usage details see
Smf90Record
.-
Uses of Smf90Record in com.blackhillsoftware.smf.smf90
Modifier and TypeMethodDescriptionstatic Smf90Record
Smf90Record.from
(byte[] data) Constructs an Smf90Record from the specified byte array.static Smf90Record
Constructs a new Smf90Record from an existing SMF record.Modifier and TypeMethodDescriptionstatic List<Smf90Record>
Smf90Record.buildWlmSchedulingEnvironment
(Iterable<Smf90Record> records) Build Scheduling Environments from one or more SMF type 90 records.static List<Smf90Record>
Smf90Record.buildWlmServicePolicy
(Iterable<Smf90Record> records) Build Service Policies from one or more SMF type 90 records.Modifier and TypeMethodDescriptionstatic List<Smf90Record>
Smf90Record.buildWlmSchedulingEnvironment
(Iterable<Smf90Record> records) Build Scheduling Environments from one or more SMF type 90 records.static List<Smf90Record>
Smf90Record.buildWlmServicePolicy
(Iterable<Smf90Record> records) Build Service Policies from one or more SMF type 90 records.