Interface MonitorDProto.FileSystemUsageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.FileSystemUsage, MonitorDProto.FileSystemUsage.Builder
Enclosing class:
MonitorDProto

public static interface MonitorDProto.FileSystemUsageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Free blocks available to non-superuser.
    long
    Total number of blocks.
    int
    Size of a block [b].
    Mount point for this usage info.
    Mount point for this usage info.
    boolean
    Mount point for this usage info.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasMount

      boolean hasMount()
       Mount point for this usage info. 
       
      .serosystems.proto.v3.grx.monitord.FileSystemUsage.MountEntry mount = 1;
      Returns:
      Whether the mount field is set.
    • getMount

       Mount point for this usage info. 
       
      .serosystems.proto.v3.grx.monitord.FileSystemUsage.MountEntry mount = 1;
      Returns:
      The mount.
    • getMountOrBuilder

       Mount point for this usage info. 
       
      .serosystems.proto.v3.grx.monitord.FileSystemUsage.MountEntry mount = 1;
    • getBlocks

      long getBlocks()
       Total number of blocks. 
       
      uint64 blocks = 2;
      Returns:
      The blocks.
    • getBavail

      long getBavail()
       Free blocks available to non-superuser. 
       
      uint64 bavail = 3;
      Returns:
      The bavail.
    • getBlockSize

      int getBlockSize()
       Size of a block [b]. 
       
      uint32 block_size = 4;
      Returns:
      The blockSize.