Uses of Class
org.apache.skywalking.apm.network.common.v3.Command.Builder
Packages that use Command.Builder
Package
Description
-
Uses of Command.Builder in org.apache.skywalking.apm.network.common.v3
Methods in org.apache.skywalking.apm.network.common.v3 that return Command.BuilderModifier and TypeMethodDescriptionCommand.Builder.addAllArgs(Iterable<? extends KeyStringValuePair> values) Data content in command.Command.Builder.addArgs(int index, KeyStringValuePair value) Data content in command.Command.Builder.addArgs(int index, KeyStringValuePair.Builder builderForValue) Data content in command.Command.Builder.addArgs(KeyStringValuePair value) Data content in command.Command.Builder.addArgs(KeyStringValuePair.Builder builderForValue) Data content in command.Commands.Builder.addCommandsBuilder()repeated .skywalking.v3.Command commands = 1;Commands.Builder.addCommandsBuilder(int index) repeated .skywalking.v3.Command commands = 1;Command.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Command.Builder.clear()Command.Builder.clearArgs()Data content in command.Command.Builder.clearCommand()Use command name to distinguish different data type.Command.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Command.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Command.Builder.clone()Commands.Builder.getCommandsBuilder(int index) repeated .skywalking.v3.Command commands = 1;Command.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Command.Builder.mergeFrom(com.google.protobuf.Message other) final Command.BuilderCommand.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Command.BuilderCommand.newBuilder()static Command.BuilderCommand.newBuilder(Command prototype) Command.newBuilderForType()protected Command.BuilderCommand.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Command.Builder.removeArgs(int index) Data content in command.Command.Builder.setArgs(int index, KeyStringValuePair value) Data content in command.Command.Builder.setArgs(int index, KeyStringValuePair.Builder builderForValue) Data content in command.Command.Builder.setCommand(String value) Use command name to distinguish different data type.Command.Builder.setCommandBytes(com.google.protobuf.ByteString value) Use command name to distinguish different data type.Command.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Command.BuilderCommand.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Command.toBuilder()Methods in org.apache.skywalking.apm.network.common.v3 that return types with arguments of type Command.BuilderModifier and TypeMethodDescriptionCommands.Builder.getCommandsBuilderList()repeated .skywalking.v3.Command commands = 1;Methods in org.apache.skywalking.apm.network.common.v3 with parameters of type Command.BuilderModifier and TypeMethodDescriptionCommands.Builder.addCommands(int index, Command.Builder builderForValue) repeated .skywalking.v3.Command commands = 1;Commands.Builder.addCommands(Command.Builder builderForValue) repeated .skywalking.v3.Command commands = 1;Commands.Builder.setCommands(int index, Command.Builder builderForValue) repeated .skywalking.v3.Command commands = 1; -
Uses of Command.Builder in org.apache.skywalking.oap.server.network.trace.component.command
Methods in org.apache.skywalking.oap.server.network.trace.component.command that return Command.Builder