Uses of Class
com.blackhillsoftware.smf.VRecord
Packages that use 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
Subclasses of VRecord in com.blackhillsoftware.dcollectModifier 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 recordMethods in com.blackhillsoftware.dcollect with parameters of type VRecordModifier 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.Constructors in com.blackhillsoftware.dcollect with parameters of type VRecordModifierConstructorDescriptionDcollectRecord
(VRecord record) Constructs a new DcollectRecord from an existing variable length record. -
Uses of VRecord in com.blackhillsoftware.smf
Methods in com.blackhillsoftware.smf that return VRecordModifier and TypeMethodDescriptionabstract VRecord
VRecordReader.read()
Read a record, returning null at end of input.Methods in com.blackhillsoftware.smf that return types with arguments of type VRecordModifier 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.Constructors in com.blackhillsoftware.smf with parameters of type VRecord