| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.common.v3 | |
| org.apache.skywalking.oap.server.network.trace.component.command |
| Modifier and Type | Method and Description |
|---|---|
Command |
Command.Builder.build() |
Command |
Command.Builder.buildPartial() |
Command |
CommandsOrBuilder.getCommands(int index)
repeated .skywalking.v3.Command commands = 1; |
Command |
Commands.getCommands(int index)
repeated .skywalking.v3.Command commands = 1; |
Command |
Commands.Builder.getCommands(int index)
repeated .skywalking.v3.Command commands = 1; |
static Command |
Command.getDefaultInstance() |
Command |
Command.getDefaultInstanceForType() |
Command |
Command.Builder.getDefaultInstanceForType() |
static Command |
Command.parseDelimitedFrom(InputStream input) |
static Command |
Command.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(byte[] data) |
static Command |
Command.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(ByteBuffer data) |
static Command |
Command.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(com.google.protobuf.ByteString data) |
static Command |
Command.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(com.google.protobuf.CodedInputStream input) |
static Command |
Command.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(InputStream input) |
static Command |
Command.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Command> |
CommandsOrBuilder.getCommandsList()
repeated .skywalking.v3.Command commands = 1; |
List<Command> |
Commands.getCommandsList()
repeated .skywalking.v3.Command commands = 1; |
List<Command> |
Commands.Builder.getCommandsList()
repeated .skywalking.v3.Command commands = 1; |
com.google.protobuf.Parser<Command> |
Command.getParserForType() |
static com.google.protobuf.Parser<Command> |
Command.parser() |
| Modifier and Type | Method and Description |
|---|---|
Commands.Builder |
Commands.Builder.addCommands(Command value)
repeated .skywalking.v3.Command commands = 1; |
Commands.Builder |
Commands.Builder.addCommands(int index,
Command value)
repeated .skywalking.v3.Command commands = 1; |
Command.Builder |
Command.Builder.mergeFrom(Command other) |
static Command.Builder |
Command.newBuilder(Command prototype) |
Commands.Builder |
Commands.Builder.setCommands(int index,
Command value)
repeated .skywalking.v3.Command commands = 1; |
| Modifier and Type | Method and Description |
|---|---|
Commands.Builder |
Commands.Builder.addAllCommands(Iterable<? extends Command> values)
repeated .skywalking.v3.Command commands = 1; |
| Modifier and Type | Method and Description |
|---|---|
Command |
UnsupportedCommandException.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDiscoveryCommand |
ConfigurationDiscoveryCommand.deserialize(Command command) |
ProfileTaskCommand |
ProfileTaskCommand.deserialize(Command command) |
static BaseCommand |
CommandDeserializer.deserialize(Command command) |
T |
Deserializable.deserialize(Command command) |
| Constructor and Description |
|---|
UnsupportedCommandException(Command command) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.