| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.language.agent.v3 |
| Modifier and Type | Method and Description |
|---|---|
MemoryPool |
MemoryPool.Builder.build() |
MemoryPool |
MemoryPool.Builder.buildPartial() |
static MemoryPool |
MemoryPool.getDefaultInstance() |
MemoryPool |
MemoryPool.getDefaultInstanceForType() |
MemoryPool |
MemoryPool.Builder.getDefaultInstanceForType() |
MemoryPool |
JVMMetricOrBuilder.getMemoryPool(int index)
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
MemoryPool |
JVMMetric.getMemoryPool(int index)
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
MemoryPool |
JVMMetric.Builder.getMemoryPool(int index)
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
static MemoryPool |
MemoryPool.parseDelimitedFrom(InputStream input) |
static MemoryPool |
MemoryPool.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MemoryPool |
MemoryPool.parseFrom(byte[] data) |
static MemoryPool |
MemoryPool.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MemoryPool |
MemoryPool.parseFrom(ByteBuffer data) |
static MemoryPool |
MemoryPool.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MemoryPool |
MemoryPool.parseFrom(com.google.protobuf.ByteString data) |
static MemoryPool |
MemoryPool.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MemoryPool |
MemoryPool.parseFrom(com.google.protobuf.CodedInputStream input) |
static MemoryPool |
MemoryPool.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MemoryPool |
MemoryPool.parseFrom(InputStream input) |
static MemoryPool |
MemoryPool.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<MemoryPool> |
JVMMetricOrBuilder.getMemoryPoolList()
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
List<MemoryPool> |
JVMMetric.getMemoryPoolList()
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
List<MemoryPool> |
JVMMetric.Builder.getMemoryPoolList()
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
com.google.protobuf.Parser<MemoryPool> |
MemoryPool.getParserForType() |
static com.google.protobuf.Parser<MemoryPool> |
MemoryPool.parser() |
| Modifier and Type | Method and Description |
|---|---|
JVMMetric.Builder |
JVMMetric.Builder.addMemoryPool(int index,
MemoryPool value)
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
JVMMetric.Builder |
JVMMetric.Builder.addMemoryPool(MemoryPool value)
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
MemoryPool.Builder |
MemoryPool.Builder.mergeFrom(MemoryPool other) |
static MemoryPool.Builder |
MemoryPool.newBuilder(MemoryPool prototype) |
JVMMetric.Builder |
JVMMetric.Builder.setMemoryPool(int index,
MemoryPool value)
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
| Modifier and Type | Method and Description |
|---|---|
JVMMetric.Builder |
JVMMetric.Builder.addAllMemoryPool(Iterable<? extends MemoryPool> values)
repeated .skywalking.v3.MemoryPool memoryPool = 4; |
Copyright © 2022 The Apache Software Foundation. All rights reserved.