Interface IoAccounting

All Superinterfaces:
Feature
All Known Implementing Classes:
Mount, Scope, Service, Slice, Socket, Swap

public interface IoAccounting extends Feature
  • Method Details

    • isBlockIOAccounting

      default boolean isBlockIOAccounting()
    • getBlockIODeviceWeight

      default List<IODeviceWeight> getBlockIODeviceWeight()
    • getBlockIOReadBandwidth

      default List<IOBandwidth> getBlockIOReadBandwidth()
    • getBlockIOWeight

      default BigInteger getBlockIOWeight()
    • getBlockIOWriteBandwidth

      default List<IOBandwidth> getBlockIOWriteBandwidth()
    • isIOAccounting

      default boolean isIOAccounting()
    • getIODeviceLatencyTargetUSec

      default List<IODeviceLatency> getIODeviceLatencyTargetUSec()
    • getIODeviceWeight

      default List<IODeviceWeight> getIODeviceWeight()
    • getIOReadBandwidthMax

      default List<IOBandwidth> getIOReadBandwidthMax()
    • getIOReadBytes

      default BigInteger getIOReadBytes()
    • getIOReadIOPSMax

      default List<IOIops> getIOReadIOPSMax()
    • getIOReadOperations

      default BigInteger getIOReadOperations()
    • getIOWeight

      default BigInteger getIOWeight()
    • getIOWriteBandwidthMax

      default List<IOBandwidth> getIOWriteBandwidthMax()
    • getIOWriteBytes

      default BigInteger getIOWriteBytes()
    • getIOWriteIOPSMax

      default List<IOIops> getIOWriteIOPSMax()
    • getIOWriteOperations

      default BigInteger getIOWriteOperations()
    • getIPEgressFilterPath

      default List<String> getIPEgressFilterPath()
    • getIPIngressFilterPath

      default List<String> getIPIngressFilterPath()
    • getStartupBlockIOWeight

      default BigInteger getStartupBlockIOWeight()
    • getStartupIOWeight

      default BigInteger getStartupIOWeight()