| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.language.agent.v3 |
| Modifier and Type | Method and Description |
|---|---|
static GCPhase |
GCPhase.forNumber(int value) |
GCPhase |
GC.getPhase()
.skywalking.v3.GCPhase phase = 1; |
GCPhase |
GC.Builder.getPhase()
.skywalking.v3.GCPhase phase = 1; |
GCPhase |
GCOrBuilder.getPhase()
.skywalking.v3.GCPhase phase = 1; |
static GCPhase |
GCPhase.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GCPhase |
GCPhase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GCPhase |
GCPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCPhase[] |
GCPhase.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<GCPhase> |
GCPhase.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GC.Builder |
GC.Builder.setPhase(GCPhase value)
.skywalking.v3.GCPhase phase = 1; |
Copyright © 2022 The Apache Software Foundation. All rights reserved.