public interface MemoryPoolOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitted()
int64 committed = 5; |
long |
getInit()
int64 init = 2; |
long |
getMax()
int64 max = 3; |
PoolType |
getType()
.skywalking.v3.PoolType type = 1; |
int |
getTypeValue()
.skywalking.v3.PoolType type = 1; |
long |
getUsed()
int64 used = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
.skywalking.v3.PoolType type = 1;PoolType getType()
.skywalking.v3.PoolType type = 1;long getInit()
int64 init = 2;long getMax()
int64 max = 3;long getUsed()
int64 used = 4;long getCommitted()
int64 committed = 5;Copyright © 2022 The Apache Software Foundation. All rights reserved.