类的使用
org.apache.skywalking.apm.network.common.v3.Command.Builder
使用Command.Builder的程序包
程序包
说明
-
org.apache.skywalking.apm.network.common.v3中Command.Builder的使用
修饰符和类型方法说明Command.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()返回变量类型为Command.Builder的类型的org.apache.skywalking.apm.network.common.v3中的方法修饰符和类型方法说明Commands.Builder.getCommandsBuilderList()repeated .skywalking.v3.Command commands = 1;修饰符和类型方法说明Commands.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; -
org.apache.skywalking.oap.server.network.trace.component.command中Command.Builder的使用