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

    Modifier and Type
    Method
    Description
    long
    uint64 buffer = 5;
    long
    uint64 cached = 6;
    long
    uint64 free = 3;
    long
    uint64 locked = 8;
    long
    uint64 shared = 4;
    long
    uint64 total = 1;
    long
    uint64 used = 2;
    long
    uint64 user = 7;

    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.
    • getShared

      long getShared()
      uint64 shared = 4;
      Returns:
      The shared.
    • 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.