Interface MonitorDProto.MemoryUsageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.MemoryUsage
,MonitorDProto.MemoryUsage.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.MemoryUsageOrBuilder
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.
-
getBuffer
long getBuffer()uint64 buffer = 5;
- Returns:
- The buffer.
-
getCached
long getCached()uint64 cached = 6;
- Returns:
- The cached.
-
getUser
long getUser()uint64 user = 7;
- Returns:
- The user.
-
getLocked
long getLocked()uint64 locked = 8;
- Returns:
- The locked.
-