Interface MemoryPoolOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MemoryPool, MemoryPool.Builder

public interface MemoryPoolOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 committed = 5;
    long
    int64 init = 2;
    long
    int64 max = 3;
    .skywalking.v3.PoolType type = 1;
    int
    .skywalking.v3.PoolType type = 1;
    long
    int64 used = 4;

    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

    • getTypeValue

      int getTypeValue()
      .skywalking.v3.PoolType type = 1;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      PoolType getType()
      .skywalking.v3.PoolType type = 1;
      Returns:
      The type.
    • getInit

      long getInit()
      int64 init = 2;
      Returns:
      The init.
    • getMax

      long getMax()
      int64 max = 3;
      Returns:
      The max.
    • getUsed

      long getUsed()
      int64 used = 4;
      Returns:
      The used.
    • getCommitted

      long getCommitted()
      int64 committed = 5;
      Returns:
      The committed.