public final class VolumeHeader extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
S42VTONL
Constant: 0x80 = 128
|
static int |
S42VTSMS
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
List<BackgroundActivity> |
backgroundActivity()
Get a List containing Background Activity sections from the record
|
static VolumeHeader |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
s42vtadr()
S42VTADR value.
|
int |
s42vtbgl()
S42VTBGL value.
|
int |
s42vtbgn()
S42VTBGN value.
|
int |
s42vtbgo()
S42VTBGO value.
|
int |
s42vtfl1()
S42VTFL1 value.
|
int |
s42vtmcl()
S42VTMCL value.
|
int |
s42vtmcn()
S42VTMCN value.
|
int |
s42vtmco()
S42VTMCO value.
|
int |
s42vtnxt()
S42VTNXT value.
|
boolean |
s42vtonl()
Return true if
S42VTONL bit in s42vtfl1() is set. |
String |
s42vtser()
S42VTSER value.
|
boolean |
s42vtsms()
Return true if
S42VTSMS bit in s42vtfl1() is set. |
int |
s42vtsyl()
S42VTSYL value.
|
int |
s42vtsyn()
S42VTSYN value.
|
int |
s42vtsyo()
S42VTSYO value.
|
long |
s42vtunc()
S42VTUNC value.
|
int |
s42vtvdl()
S42VTVDL value.
|
int |
s42vtvdo()
S42VTVDO value.
|
int |
s42vtvvl()
S42VTVVL value.
|
int |
s42vtvvo()
S42VTVVO value.
|
int |
s42vtvxl()
S42VTVXL value.
|
int |
s42vtvxo()
S42VTVXO value.
|
List<SystemIo> |
SystemIo()
Get a List containing System I/O sections from the record
|
List<VolumeMetrics> |
volumeMetrics()
Get a List containing Volume Metrics sections from the record
|
VtocDataIoStatistics |
vtocDataIoStatistics()
Get the VTOC Data Component I/O Statistics sections from the record
|
VtocIndexIoStatistics |
vtocIndexIoStatistics()
Get the VTOC Index Component I/O Statistics sections from the record
|
VvdsIoStatistics |
vvdsIoStatistics()
Get the VTOC Data Component I/O Statistics sections from the record
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int S42VTONL
public static final int S42VTSMS
public int s42vtnxt()
public String s42vtser()
public int s42vtadr()
public int s42vtfl1()
public boolean s42vtonl()
S42VTONL
bit in s42vtfl1()
is set.S42VTONL = 0x80
public boolean s42vtsms()
S42VTSMS
bit in s42vtfl1()
is set.S42VTSMS = 0x40
public long s42vtunc()
public int s42vtvdo()
public int s42vtvdl()
public int s42vtvxo()
public int s42vtvxl()
public int s42vtvvo()
public int s42vtvvl()
public int s42vtmco()
public int s42vtmcl()
public int s42vtmcn()
public int s42vtsyo()
public int s42vtsyl()
public int s42vtsyn()
public int s42vtbgo()
public int s42vtbgl()
public int s42vtbgn()
public VtocDataIoStatistics vtocDataIoStatistics()
public VtocIndexIoStatistics vtocIndexIoStatistics()
public VvdsIoStatistics vvdsIoStatistics()
public List<VolumeMetrics> volumeMetrics()
public List<SystemIo> SystemIo()
public List<BackgroundActivity> backgroundActivity()
public static VolumeHeader create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.