| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.language.agent.v3 |
| Modifier and Type | Method and Description |
|---|---|
static PoolType |
PoolType.forNumber(int value) |
PoolType |
MemoryPool.getType()
.skywalking.v3.PoolType type = 1; |
PoolType |
MemoryPool.Builder.getType()
.skywalking.v3.PoolType type = 1; |
PoolType |
MemoryPoolOrBuilder.getType()
.skywalking.v3.PoolType type = 1; |
static PoolType |
PoolType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PoolType |
PoolType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PoolType |
PoolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoolType[] |
PoolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PoolType> |
PoolType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MemoryPool.Builder |
MemoryPool.Builder.setType(PoolType value)
.skywalking.v3.PoolType type = 1; |
Copyright © 2022 The Apache Software Foundation. All rights reserved.