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 classActive Dataset recordfinal classAggregate Group recordfinal classBackup Dataset recordfinal classBase Configuration recordfinal classCache names recordfinal classDASD Capacity Planning recordfinal classData Class recordclassCommon information for all DCOLLECT recordsfinal classOAM Drive recordfinal classOAM Library recordfinal classManagement Class recordfinal classMigrated Dataset recordfinal classAccounting Information from the ACS routinesfinal classStorage Group Volume recordfinal classStorage Class recordfinal classStorage Group recordfinal classTape Capacity Planning recordfinal classVolume recordfinal classVSAM Association recordMethods in com.blackhillsoftware.dcollect with parameters of type VRecordModifier and TypeMethodDescriptionstatic ActiveDatasetConstructs a new ActiveDataset record from an existing VRecord.static AggregateGroupConstructs a new AggregateGroup record from an existing VRecord.static BackupDatasetConstructs a new BackupDataset record from an existing VRecord.static BaseConfigurationConstructs a new BaseConfiguration record from an existing VRecord.static CacheNamesConstructs a new CacheNames record from an existing VRecord.static DasdCapacityPlanningConstructs a new DasdCapacityPlanning record from an existing VRecord.static DataClassConstructs a new DataClass record from an existing VRecord.static DcollectRecordCreate a DCOLLECT record from a VRecord.static DriveConstructs a new Drive record from an existing VRecord.static LibraryConstructs a new Library record from an existing VRecord.static ManagementClassConstructs a new ManagementClass record from an existing VRecord.static MigratedDatasetConstructs a new MigratedDataset record from an existing VRecord.static SmsAccountingInformationConstructs a new SmsAccountingInformation record from an existing VRecord.static SmsVolumeConstructs a new SmsVolume record from an existing VRecord.static StorageClassConstructs a new StorageClass record from an existing VRecord.static StorageGroupConstructs a new StorageGroup record from an existing VRecord.static TapeCapacityPlanningConstructs a new TapeCapacityPlanning record from an existing VRecord.static VolumeConstructs a new Volume record from an existing VRecord.static VsamAssociationConstructs 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 VRecordVRecordReader.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