Class PerFilesystemUsageInformation
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.long
SMF92FSAR value, throws exception if SMF92FSAR overflows 64 bit signed integer.SMF92FSAR value as a BigInteger.long
SMF92FSAW value, throws exception if SMF92FSAW overflows 64 bit signed integer.SMF92FSAW value as a BigInteger.long
SMF92FSCA value, throws exception if SMF92FSCA overflows 64 bit signed integer.SMF92FSCA value as a BigInteger.long
SMF92FSCM value, throws exception if SMF92FSCM overflows 64 bit signed integer.SMF92FSCM value as a BigInteger.SMF92FSDD value.long
SMF92FSDR value, throws exception if SMF92FSDR overflows 64 bit signed integer.SMF92FSDR value as a BigInteger.long
SMF92FSDRB value, throws exception if SMF92FSDRB overflows 64 bit signed integer.SMF92FSDRB value as a BigInteger.long
SMF92FSDW value, throws exception if SMF92FSDW overflows 64 bit signed integer.SMF92FSDW value as a BigInteger.long
SMF92FSDWB value, throws exception if SMF92FSDWB overflows 64 bit signed integer.SMF92FSDWB value as a BigInteger.long
SMF92FSDWC value, throws exception if SMF92FSDWC overflows 64 bit signed integer.SMF92FSDWC value as a BigInteger.long
SMF92FSDWT value, throws exception if SMF92FSDWT overflows 64 bit signed integer.SMF92FSDWT value as a BigInteger.long
SMF92FSES value, throws exception if SMF92FSES overflows 64 bit signed integer.SMF92FSES value as a BigInteger.long
SMF92FSIO value, throws exception if SMF92FSIO overflows 64 bit signed integer.SMF92FSIO value as a BigInteger.SMF92FSMN STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92FSMN STCKE value.long
SMF92FSMT value, throws exception if SMF92FSMT overflows 64 bit signed integer.SMF92FSMT value as a BigInteger.SMF92FSNM value.long
SMF92FSOP value, throws exception if SMF92FSOP overflows 64 bit signed integer.SMF92FSOP value as a BigInteger.SMF92FSRR as a Duration.SMF92FSRR raw value.double
SMF92FSRR in seconds.smf92fst()
SMF92FST STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).long
SMF92FSTK value, throws exception if SMF92FSTK overflows 64 bit signed integer.SMF92FSTK value as a BigInteger.SMF92FST STCKE value.long
SMF92FSUS value, throws exception if SMF92FSUS overflows 64 bit signed integer.SMF92FSUS value as a BigInteger.long
SMF92FSVN value, throws exception if SMF92FSVN overflows 64 bit signed integer.SMF92FSVN value as a BigInteger.long
SMF92FSVU value, throws exception if SMF92FSVU overflows 64 bit signed integer.SMF92FSVU value as a BigInteger.SMF92FSWR as a Duration.SMF92FSWR raw value.double
SMF92FSWR in seconds.long
SMF92FSXR value, throws exception if SMF92FSXR overflows 64 bit signed integer.SMF92FSXR value as a BigInteger.SMF92FSXRR as a Duration.SMF92FSXRR raw value.double
SMF92FSXRR in seconds.long
SMF92FSXW value, throws exception if SMF92FSXW overflows 64 bit signed integer.SMF92FSXW value as a BigInteger.SMF92FSXWR as a Duration.SMF92FSXWR raw value.double
SMF92FSXWR in seconds.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf92fst
SMF92FST STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf92fstRawValue()
for a BigInteger containing the complete STCKE value.- Returns:
- DateTime SMF92FST STCKE converted to ZonedDateTime
- See Also:
-
smf92fstRawValue
SMF92FST STCKE value.- Returns:
- BigInteger SMF92FST STCKE value
-
smf92fsvn
public long smf92fsvn()SMF92FSVN value, throws exception if SMF92FSVN overflows 64 bit signed integer.- Returns:
- long SMF92FSVN
- Throws:
IllegalArgumentException
- If the value of SMF92FSVN exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSVN). Usesmf92fsvnAsBigInteger()
if this is possible.
-
smf92fsvnAsBigInteger
SMF92FSVN value as a BigInteger.smf92fsvn()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSVN
-
smf92fsvu
public long smf92fsvu()SMF92FSVU value, throws exception if SMF92FSVU overflows 64 bit signed integer.- Returns:
- long SMF92FSVU
- Throws:
IllegalArgumentException
- If the value of SMF92FSVU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSVU). Usesmf92fsvuAsBigInteger()
if this is possible.
-
smf92fsvuAsBigInteger
SMF92FSVU value as a BigInteger.smf92fsvu()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSVU
-
smf92fsop
public long smf92fsop()SMF92FSOP value, throws exception if SMF92FSOP overflows 64 bit signed integer.- Returns:
- long SMF92FSOP
- Throws:
IllegalArgumentException
- If the value of SMF92FSOP exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSOP). Usesmf92fsopAsBigInteger()
if this is possible.
-
smf92fsopAsBigInteger
SMF92FSOP value as a BigInteger.smf92fsop()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSOP
-
smf92fsus
public long smf92fsus()SMF92FSUS value, throws exception if SMF92FSUS overflows 64 bit signed integer.- Returns:
- long SMF92FSUS
- Throws:
IllegalArgumentException
- If the value of SMF92FSUS exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSUS). Usesmf92fsusAsBigInteger()
if this is possible.
-
smf92fsusAsBigInteger
SMF92FSUS value as a BigInteger.smf92fsus()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSUS
-
smf92fsmt
public long smf92fsmt()SMF92FSMT value, throws exception if SMF92FSMT overflows 64 bit signed integer.- Returns:
- long SMF92FSMT
- Throws:
IllegalArgumentException
- If the value of SMF92FSMT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSMT). Usesmf92fsmtAsBigInteger()
if this is possible.
-
smf92fsmtAsBigInteger
SMF92FSMT value as a BigInteger.smf92fsmt()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSMT
-
smf92fsar
public long smf92fsar()SMF92FSAR value, throws exception if SMF92FSAR overflows 64 bit signed integer.- Returns:
- long SMF92FSAR
- Throws:
IllegalArgumentException
- If the value of SMF92FSAR exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSAR). Usesmf92fsarAsBigInteger()
if this is possible.
-
smf92fsarAsBigInteger
SMF92FSAR value as a BigInteger.smf92fsar()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSAR
-
smf92fsrr
SMF92FSRR as a Duration.- Returns:
- Duration SMF92FSRR
- See Also:
-
smf92fsrrSeconds
public double smf92fsrrSeconds()SMF92FSRR in seconds.- Returns:
- double SMF92FSRR converted to seconds
-
smf92fsrrRawValue
SMF92FSRR raw value.- Returns:
- BigInteger SMF92FSRR raw value
-
smf92fsaw
public long smf92fsaw()SMF92FSAW value, throws exception if SMF92FSAW overflows 64 bit signed integer.- Returns:
- long SMF92FSAW
- Throws:
IllegalArgumentException
- If the value of SMF92FSAW exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSAW). Usesmf92fsawAsBigInteger()
if this is possible.
-
smf92fsawAsBigInteger
SMF92FSAW value as a BigInteger.smf92fsaw()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSAW
-
smf92fswr
SMF92FSWR as a Duration.- Returns:
- Duration SMF92FSWR
- See Also:
-
smf92fswrSeconds
public double smf92fswrSeconds()SMF92FSWR in seconds.- Returns:
- double SMF92FSWR converted to seconds
-
smf92fswrRawValue
SMF92FSWR raw value.- Returns:
- BigInteger SMF92FSWR raw value
-
smf92fsxr
public long smf92fsxr()SMF92FSXR value, throws exception if SMF92FSXR overflows 64 bit signed integer.- Returns:
- long SMF92FSXR
- Throws:
IllegalArgumentException
- If the value of SMF92FSXR exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSXR). Usesmf92fsxrAsBigInteger()
if this is possible.
-
smf92fsxrAsBigInteger
SMF92FSXR value as a BigInteger.smf92fsxr()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSXR
-
smf92fsxw
public long smf92fsxw()SMF92FSXW value, throws exception if SMF92FSXW overflows 64 bit signed integer.- Returns:
- long SMF92FSXW
- Throws:
IllegalArgumentException
- If the value of SMF92FSXW exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSXW). Usesmf92fsxwAsBigInteger()
if this is possible.
-
smf92fsxwAsBigInteger
SMF92FSXW value as a BigInteger.smf92fsxw()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSXW
-
smf92fsxrr
SMF92FSXRR as a Duration.- Returns:
- Duration SMF92FSXRR
- See Also:
-
smf92fsxrrSeconds
public double smf92fsxrrSeconds()SMF92FSXRR in seconds.- Returns:
- double SMF92FSXRR converted to seconds
-
smf92fsxrrRawValue
SMF92FSXRR raw value.- Returns:
- BigInteger SMF92FSXRR raw value
-
smf92fsxwr
SMF92FSXWR as a Duration.- Returns:
- Duration SMF92FSXWR
- See Also:
-
smf92fsxwrSeconds
public double smf92fsxwrSeconds()SMF92FSXWR in seconds.- Returns:
- double SMF92FSXWR converted to seconds
-
smf92fsxwrRawValue
SMF92FSXWR raw value.- Returns:
- BigInteger SMF92FSXWR raw value
-
smf92fses
public long smf92fses()SMF92FSES value, throws exception if SMF92FSES overflows 64 bit signed integer.- Returns:
- long SMF92FSES
- Throws:
IllegalArgumentException
- If the value of SMF92FSES exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSES). Usesmf92fsesAsBigInteger()
if this is possible.
-
smf92fsesAsBigInteger
SMF92FSES value as a BigInteger.smf92fses()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSES
-
smf92fsio
public long smf92fsio()SMF92FSIO value, throws exception if SMF92FSIO overflows 64 bit signed integer.- Returns:
- long SMF92FSIO
- Throws:
IllegalArgumentException
- If the value of SMF92FSIO exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSIO). Usesmf92fsioAsBigInteger()
if this is possible.
-
smf92fsioAsBigInteger
SMF92FSIO value as a BigInteger.smf92fsio()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSIO
-
smf92fscm
public long smf92fscm()SMF92FSCM value, throws exception if SMF92FSCM overflows 64 bit signed integer.- Returns:
- long SMF92FSCM
- Throws:
IllegalArgumentException
- If the value of SMF92FSCM exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSCM). Usesmf92fscmAsBigInteger()
if this is possible.
-
smf92fscmAsBigInteger
SMF92FSCM value as a BigInteger.smf92fscm()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSCM
-
smf92fsca
public long smf92fsca()SMF92FSCA value, throws exception if SMF92FSCA overflows 64 bit signed integer.- Returns:
- long SMF92FSCA
- Throws:
IllegalArgumentException
- If the value of SMF92FSCA exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSCA). Usesmf92fscaAsBigInteger()
if this is possible.
-
smf92fscaAsBigInteger
SMF92FSCA value as a BigInteger.smf92fsca()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSCA
-
smf92fsmn
SMF92FSMN STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf92fsmnRawValue()
for a BigInteger containing the complete STCKE value.- Returns:
- DateTime SMF92FSMN STCKE converted to ZonedDateTime
- See Also:
-
smf92fsmnRawValue
SMF92FSMN STCKE value.- Returns:
- BigInteger SMF92FSMN STCKE value
-
smf92fsdd
SMF92FSDD value.- Returns:
- String SMF92FSDD value
-
smf92fstk
public long smf92fstk()SMF92FSTK value, throws exception if SMF92FSTK overflows 64 bit signed integer.- Returns:
- long SMF92FSTK
- Throws:
IllegalArgumentException
- If the value of SMF92FSTK exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSTK). Usesmf92fstkAsBigInteger()
if this is possible.
-
smf92fstkAsBigInteger
SMF92FSTK value as a BigInteger.smf92fstk()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSTK
-
smf92fsdr
public long smf92fsdr()SMF92FSDR value, throws exception if SMF92FSDR overflows 64 bit signed integer.- Returns:
- long SMF92FSDR
- Throws:
IllegalArgumentException
- If the value of SMF92FSDR exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSDR). Usesmf92fsdrAsBigInteger()
if this is possible.
-
smf92fsdrAsBigInteger
SMF92FSDR value as a BigInteger.smf92fsdr()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSDR
-
smf92fsdrb
public long smf92fsdrb()SMF92FSDRB value, throws exception if SMF92FSDRB overflows 64 bit signed integer.- Returns:
- long SMF92FSDRB
- Throws:
IllegalArgumentException
- If the value of SMF92FSDRB exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSDRB). Usesmf92fsdrbAsBigInteger()
if this is possible.
-
smf92fsdrbAsBigInteger
SMF92FSDRB value as a BigInteger.smf92fsdrb()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSDRB
-
smf92fsdw
public long smf92fsdw()SMF92FSDW value, throws exception if SMF92FSDW overflows 64 bit signed integer.- Returns:
- long SMF92FSDW
- Throws:
IllegalArgumentException
- If the value of SMF92FSDW exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSDW). Usesmf92fsdwAsBigInteger()
if this is possible.
-
smf92fsdwAsBigInteger
SMF92FSDW value as a BigInteger.smf92fsdw()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSDW
-
smf92fsdwb
public long smf92fsdwb()SMF92FSDWB value, throws exception if SMF92FSDWB overflows 64 bit signed integer.- Returns:
- long SMF92FSDWB
- Throws:
IllegalArgumentException
- If the value of SMF92FSDWB exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSDWB). Usesmf92fsdwbAsBigInteger()
if this is possible.
-
smf92fsdwbAsBigInteger
SMF92FSDWB value as a BigInteger.smf92fsdwb()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSDWB
-
smf92fsdwc
public long smf92fsdwc()SMF92FSDWC value, throws exception if SMF92FSDWC overflows 64 bit signed integer.- Returns:
- long SMF92FSDWC
- Throws:
IllegalArgumentException
- If the value of SMF92FSDWC exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSDWC). Usesmf92fsdwcAsBigInteger()
if this is possible.
-
smf92fsdwcAsBigInteger
SMF92FSDWC value as a BigInteger.smf92fsdwc()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSDWC
-
smf92fsdwt
public long smf92fsdwt()SMF92FSDWT value, throws exception if SMF92FSDWT overflows 64 bit signed integer.- Returns:
- long SMF92FSDWT
- Throws:
IllegalArgumentException
- If the value of SMF92FSDWT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in SMF92FSDWT). Usesmf92fsdwtAsBigInteger()
if this is possible.
-
smf92fsdwtAsBigInteger
SMF92FSDWT value as a BigInteger.smf92fsdwt()
may provide better performance if the value will not exceed the maximum value for a signed long.- Returns:
- BigInteger SMF92FSDWT
-
smf92fsnm
SMF92FSNM value.- Returns:
- String SMF92FSNM value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-