接口 MemoryPoolOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
MemoryPool,MemoryPool.Builder
public interface MemoryPoolOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getTypeValue
int getTypeValue().skywalking.v3.PoolType type = 1;- 返回:
- The enum numeric value on the wire for type.
-
getType
PoolType getType().skywalking.v3.PoolType type = 1;- 返回:
- The type.
-
getInit
long getInit()int64 init = 2;- 返回:
- The init.
-
getMax
long getMax()int64 max = 3;- 返回:
- The max.
-
getUsed
long getUsed()int64 used = 4;- 返回:
- The used.
-
getCommitted
long getCommitted()int64 committed = 5;- 返回:
- The committed.
-