Class PerFilesystemUsageInformation

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.PerFilesystemUsageInformation

public final class PerFilesystemUsageInformation extends SmfData
  • Method Details

    • smf92fst

      public ZonedDateTime 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

      public BigInteger 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). Use smf92fsvnAsBigInteger() if this is possible.
    • smf92fsvnAsBigInteger

      public BigInteger 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). Use smf92fsvuAsBigInteger() if this is possible.
    • smf92fsvuAsBigInteger

      public BigInteger 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). Use smf92fsopAsBigInteger() if this is possible.
    • smf92fsopAsBigInteger

      public BigInteger 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). Use smf92fsusAsBigInteger() if this is possible.
    • smf92fsusAsBigInteger

      public BigInteger 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). Use smf92fsmtAsBigInteger() if this is possible.
    • smf92fsmtAsBigInteger

      public BigInteger 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). Use smf92fsarAsBigInteger() if this is possible.
    • smf92fsarAsBigInteger

      public BigInteger 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

      public Duration smf92fsrr()
      SMF92FSRR as a Duration.
      Returns:
      Duration SMF92FSRR
      See Also:
    • smf92fsrrSeconds

      public double smf92fsrrSeconds()
      SMF92FSRR in seconds.
      Returns:
      double SMF92FSRR converted to seconds
    • smf92fsrrRawValue

      public BigInteger 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). Use smf92fsawAsBigInteger() if this is possible.
    • smf92fsawAsBigInteger

      public BigInteger 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

      public Duration smf92fswr()
      SMF92FSWR as a Duration.
      Returns:
      Duration SMF92FSWR
      See Also:
    • smf92fswrSeconds

      public double smf92fswrSeconds()
      SMF92FSWR in seconds.
      Returns:
      double SMF92FSWR converted to seconds
    • smf92fswrRawValue

      public BigInteger 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). Use smf92fsxrAsBigInteger() if this is possible.
    • smf92fsxrAsBigInteger

      public BigInteger 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). Use smf92fsxwAsBigInteger() if this is possible.
    • smf92fsxwAsBigInteger

      public BigInteger 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

      public Duration smf92fsxrr()
      SMF92FSXRR as a Duration.
      Returns:
      Duration SMF92FSXRR
      See Also:
    • smf92fsxrrSeconds

      public double smf92fsxrrSeconds()
      SMF92FSXRR in seconds.
      Returns:
      double SMF92FSXRR converted to seconds
    • smf92fsxrrRawValue

      public BigInteger smf92fsxrrRawValue()
      SMF92FSXRR raw value.
      Returns:
      BigInteger SMF92FSXRR raw value
    • smf92fsxwr

      public Duration smf92fsxwr()
      SMF92FSXWR as a Duration.
      Returns:
      Duration SMF92FSXWR
      See Also:
    • smf92fsxwrSeconds

      public double smf92fsxwrSeconds()
      SMF92FSXWR in seconds.
      Returns:
      double SMF92FSXWR converted to seconds
    • smf92fsxwrRawValue

      public BigInteger 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). Use smf92fsesAsBigInteger() if this is possible.
    • smf92fsesAsBigInteger

      public BigInteger 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). Use smf92fsioAsBigInteger() if this is possible.
    • smf92fsioAsBigInteger

      public BigInteger 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). Use smf92fscmAsBigInteger() if this is possible.
    • smf92fscmAsBigInteger

      public BigInteger 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). Use smf92fscaAsBigInteger() if this is possible.
    • smf92fscaAsBigInteger

      public BigInteger 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

      public ZonedDateTime 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

      public BigInteger smf92fsmnRawValue()
      SMF92FSMN STCKE value.
      Returns:
      BigInteger SMF92FSMN STCKE value
    • smf92fsdd

      public String 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). Use smf92fstkAsBigInteger() if this is possible.
    • smf92fstkAsBigInteger

      public BigInteger 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). Use smf92fsdrAsBigInteger() if this is possible.
    • smf92fsdrAsBigInteger

      public BigInteger 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). Use smf92fsdrbAsBigInteger() if this is possible.
    • smf92fsdrbAsBigInteger

      public BigInteger 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). Use smf92fsdwAsBigInteger() if this is possible.
    • smf92fsdwAsBigInteger

      public BigInteger 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). Use smf92fsdwbAsBigInteger() if this is possible.
    • smf92fsdwbAsBigInteger

      public BigInteger 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). Use smf92fsdwcAsBigInteger() if this is possible.
    • smf92fsdwcAsBigInteger

      public BigInteger 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). Use smf92fsdwtAsBigInteger() if this is possible.
    • smf92fsdwtAsBigInteger

      public BigInteger 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

      public String smf92fsnm()
      SMF92FSNM value.
      Returns:
      String SMF92FSNM value
    • create

      public static PerFilesystemUsageInformation create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section