Uses of Class
com.blackhillsoftware.smf.VRecord
Package
Description
Classes for processing DCOLLECT data.
Classes common to all SMF record types - see
SmfRecordReader
to get started reading SMF data.-
Uses of VRecord in com.blackhillsoftware.dcollect
Modifier and TypeClassDescriptionfinal class
Active Dataset recordfinal class
Aggregate Group recordfinal class
Backup Dataset recordfinal class
Base Configuration recordfinal class
Cache names recordfinal class
DASD Capacity Planning recordfinal class
Data Class recordclass
Common information for all DCOLLECT recordsfinal class
OAM Drive recordfinal class
OAM Library recordfinal class
Management Class recordfinal class
Migrated Dataset recordfinal class
Accounting Information from the ACS routinesfinal class
Storage Group Volume recordfinal class
Storage Class recordfinal class
Storage Group recordfinal class
Tape Capacity Planning recordfinal class
Volume recordfinal class
VSAM Association recordModifier and TypeMethodDescriptionstatic ActiveDataset
Constructs a new ActiveDataset record from an existing VRecord.static AggregateGroup
Constructs a new AggregateGroup record from an existing VRecord.static BackupDataset
Constructs a new BackupDataset record from an existing VRecord.static BaseConfiguration
Constructs a new BaseConfiguration record from an existing VRecord.static CacheNames
Constructs a new CacheNames record from an existing VRecord.static DasdCapacityPlanning
Constructs a new DasdCapacityPlanning record from an existing VRecord.static DataClass
Constructs a new DataClass record from an existing VRecord.static DcollectRecord
Create a DCOLLECT record from a VRecord.static Drive
Constructs a new Drive record from an existing VRecord.static Library
Constructs a new Library record from an existing VRecord.static ManagementClass
Constructs a new ManagementClass record from an existing VRecord.static MigratedDataset
Constructs a new MigratedDataset record from an existing VRecord.static SmsAccountingInformation
Constructs a new SmsAccountingInformation record from an existing VRecord.static SmsVolume
Constructs a new SmsVolume record from an existing VRecord.static StorageClass
Constructs a new StorageClass record from an existing VRecord.static StorageGroup
Constructs a new StorageGroup record from an existing VRecord.static TapeCapacityPlanning
Constructs a new TapeCapacityPlanning record from an existing VRecord.static Volume
Constructs a new Volume record from an existing VRecord.static VsamAssociation
Constructs a new VsamAssociation record from an existing VRecord.ModifierConstructorDescriptionDcollectRecord
(VRecord record) Constructs a new DcollectRecord from an existing variable length record. -
Uses of VRecord in com.blackhillsoftware.smf
Modifier and TypeMethodDescriptionabstract VRecord
VRecordReader.read()
Read a record, returning null at end of input.Modifier and TypeMethodDescriptionVRecordReader.iterator()
Get an Iterator to read VRecords from the input source.VRecordReader.spliterator()
VRecordReader.stream()
Get a Java Stream to read VRecord from the input stream or DD.