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
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
MonitorDProto.FileSystemUsage.MountEntry getMount()Mount point for this usage info.
.serosystems.proto.v3.grx.monitord.FileSystemUsage.MountEntry mount = 1;
- Returns:
- The mount.
-
getMountOrBuilder
MonitorDProto.FileSystemUsage.MountEntryOrBuilder 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.
-