Class AutoValue_BlockIoStats


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_BlockIoStats
    extends BlockIoStats
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive  
      private com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive  
      private com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive  
      private com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive  
      private com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive  
      private com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive  
      private com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive  
      private com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AutoValue_BlockIoStats​(com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive, com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive, com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive)  
    • Field Detail

      • ioServiceBytesRecursive

        private final com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive
      • ioServicedRecursive

        private final com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive
      • ioQueueRecursive

        private final com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive
      • ioServiceTimeRecursive

        private final com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive
      • ioWaitTimeRecursive

        private final com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive
      • ioMergedRecursive

        private final com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive
      • ioTimeRecursive

        private final com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive
      • sectorsRecursive

        private final com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive
    • Constructor Detail

      • AutoValue_BlockIoStats

        private AutoValue_BlockIoStats​(@Nullable
                                       com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive,
                                       @Nullable
                                       com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive,
                                       @Nullable
                                       com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive,
                                       @Nullable
                                       com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive,
                                       @Nullable
                                       com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive,
                                       @Nullable
                                       com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive,
                                       @Nullable
                                       com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive,
                                       @Nullable
                                       com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive)
    • Method Detail

      • ioServiceBytesRecursive

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.Object> ioServiceBytesRecursive()
        Specified by:
        ioServiceBytesRecursive in class BlockIoStats
      • ioServicedRecursive

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.Object> ioServicedRecursive()
        Specified by:
        ioServicedRecursive in class BlockIoStats
      • ioQueueRecursive

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.Object> ioQueueRecursive()
        Specified by:
        ioQueueRecursive in class BlockIoStats
      • ioServiceTimeRecursive

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.Object> ioServiceTimeRecursive()
        Specified by:
        ioServiceTimeRecursive in class BlockIoStats
      • ioWaitTimeRecursive

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.Object> ioWaitTimeRecursive()
        Specified by:
        ioWaitTimeRecursive in class BlockIoStats
      • ioMergedRecursive

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.Object> ioMergedRecursive()
        Specified by:
        ioMergedRecursive in class BlockIoStats
      • ioTimeRecursive

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.Object> ioTimeRecursive()
        Specified by:
        ioTimeRecursive in class BlockIoStats
      • sectorsRecursive

        @Nullable
        public com.google.common.collect.ImmutableList<java.lang.Object> sectorsRecursive()
        Specified by:
        sectorsRecursive in class BlockIoStats
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object