Uses of Class
com.blackhillsoftware.smf.smf90.Smf90Record
Packages that use Smf90Record
Package
Description
Mapping for SMF type 90 (System Status) record - for usage details see
Smf90Record.-
Uses of Smf90Record in com.blackhillsoftware.smf.smf90
Methods in com.blackhillsoftware.smf.smf90 that return Smf90RecordModifier and TypeMethodDescriptionstatic Smf90RecordSmf90Record.from(byte[] data) Constructs an Smf90Record from the specified byte array.static Smf90RecordConstructs a new Smf90Record from an existing SMF record.Methods in com.blackhillsoftware.smf.smf90 that return types with arguments of type Smf90RecordModifier and TypeMethodDescriptionstatic Optional<Smf90Record> Smf90Record.buildWlmSchedulingEnvironment(Smf90Record record) Build Scheduling Environment from SMF type 90 records.static List<Smf90Record> Smf90Record.buildWlmSchedulingEnvironment(Iterable<Smf90Record> records) Build Scheduling Environments from one or more SMF type 90 records.static Optional<Smf90Record> Smf90Record.buildWlmServicePolicy(Smf90Record record) Build Service Policies from SMF type 90 records.static List<Smf90Record> Smf90Record.buildWlmServicePolicy(Iterable<Smf90Record> records) Build Service Policies from one or more SMF type 90 records.static List<Smf90Record> Smf90Record.incompleteSchedulingEnvironmentRecords()Return any incomplete SMF 90 subtype 32 records and clear the saved scheduling environment data.static List<Smf90Record> Smf90Record.incompleteServicePolicyRecords()Return any incomplete SMF 90 subtype 24 records and clear the saved service policy data.Methods in com.blackhillsoftware.smf.smf90 with parameters of type Smf90RecordModifier and TypeMethodDescriptionstatic Optional<Smf90Record> Smf90Record.buildWlmSchedulingEnvironment(Smf90Record record) Build Scheduling Environment from SMF type 90 records.static Optional<Smf90Record> Smf90Record.buildWlmServicePolicy(Smf90Record record) Build Service Policies from SMF type 90 records.Method parameters in com.blackhillsoftware.smf.smf90 with type arguments of type Smf90RecordModifier 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.