Interface Generated.NodeSwapStatusOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCapacity()
      Total amount of swap memory in bytes.
      boolean hasCapacity()
      Total amount of swap memory in bytes.
      • 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 Detail

      • hasCapacity

        boolean hasCapacity()
         Total amount of swap memory in bytes.
         +optional
         
        optional int64 capacity = 1;
        Returns:
        Whether the capacity field is set.
      • getCapacity

        long getCapacity()
         Total amount of swap memory in bytes.
         +optional
         
        optional int64 capacity = 1;
        Returns:
        The capacity.