Interface MonitorDProto.SwapUsageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.SwapUsage
,MonitorDProto.SwapUsage.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.SwapUsageOrBuilder
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
-
getTotal
long getTotal()uint64 total = 1;
- Returns:
- The total.
-
getUsed
long getUsed()uint64 used = 2;
- Returns:
- The used.
-
getFree
long getFree()uint64 free = 3;
- Returns:
- The free.
-