Uses of Class
org.apache.skywalking.apm.network.common.v3.Command
Packages that use Command
Package
Description
-
Uses of Command in org.apache.skywalking.apm.network.common.v3
Methods in org.apache.skywalking.apm.network.common.v3 that return CommandModifier and TypeMethodDescriptionCommand.Builder.build()Command.Builder.buildPartial()Commands.Builder.getCommands(int index) repeated .skywalking.v3.Command commands = 1;Commands.getCommands(int index) repeated .skywalking.v3.Command commands = 1;CommandsOrBuilder.getCommands(int index) repeated .skywalking.v3.Command commands = 1;static CommandCommand.getDefaultInstance()Command.Builder.getDefaultInstanceForType()Command.getDefaultInstanceForType()static CommandCommand.parseDelimitedFrom(InputStream input) static CommandCommand.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandCommand.parseFrom(byte[] data) static CommandCommand.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandCommand.parseFrom(com.google.protobuf.ByteString data) static CommandCommand.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandCommand.parseFrom(com.google.protobuf.CodedInputStream input) static CommandCommand.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandCommand.parseFrom(InputStream input) static CommandCommand.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CommandCommand.parseFrom(ByteBuffer data) static CommandCommand.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.common.v3 that return types with arguments of type CommandModifier and TypeMethodDescriptionCommands.Builder.getCommandsList()repeated .skywalking.v3.Command commands = 1;Commands.getCommandsList()repeated .skywalking.v3.Command commands = 1;CommandsOrBuilder.getCommandsList()repeated .skywalking.v3.Command commands = 1;com.google.protobuf.Parser<Command>Command.getParserForType()static com.google.protobuf.Parser<Command>Command.parser()Methods in org.apache.skywalking.apm.network.common.v3 with parameters of type CommandModifier and TypeMethodDescriptionCommands.Builder.addCommands(int index, Command value) repeated .skywalking.v3.Command commands = 1;Commands.Builder.addCommands(Command value) repeated .skywalking.v3.Command commands = 1;static Command.BuilderCommand.newBuilder(Command prototype) Commands.Builder.setCommands(int index, Command value) repeated .skywalking.v3.Command commands = 1;Method parameters in org.apache.skywalking.apm.network.common.v3 with type arguments of type CommandModifier and TypeMethodDescriptionCommands.Builder.addAllCommands(Iterable<? extends Command> values) repeated .skywalking.v3.Command commands = 1; -
Uses of Command in org.apache.skywalking.oap.server.network.trace.component.command
Methods in org.apache.skywalking.oap.server.network.trace.component.command that return CommandMethods in org.apache.skywalking.oap.server.network.trace.component.command with parameters of type CommandModifier and TypeMethodDescriptionstatic BaseCommandCommandDeserializer.deserialize(Command command) ConfigurationDiscoveryCommand.deserialize(Command command) Deserializable.deserialize(Command command) ProfileTaskCommand.deserialize(Command command) Constructors in org.apache.skywalking.oap.server.network.trace.component.command with parameters of type Command