Uses of Class
org.apache.skywalking.apm.network.management.v3.InstanceProperties
Packages that use InstanceProperties
Package
Description
-
Uses of InstanceProperties in org.apache.skywalking.apm.network.management.v3
Methods in org.apache.skywalking.apm.network.management.v3 that return InstancePropertiesModifier and TypeMethodDescriptionInstanceProperties.Builder.build()InstanceProperties.Builder.buildPartial()static InstancePropertiesInstanceProperties.getDefaultInstance()InstanceProperties.Builder.getDefaultInstanceForType()InstanceProperties.getDefaultInstanceForType()static InstancePropertiesInstanceProperties.parseDelimitedFrom(InputStream input) static InstancePropertiesInstanceProperties.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstancePropertiesInstanceProperties.parseFrom(byte[] data) static InstancePropertiesInstanceProperties.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstancePropertiesInstanceProperties.parseFrom(com.google.protobuf.ByteString data) static InstancePropertiesInstanceProperties.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstancePropertiesInstanceProperties.parseFrom(com.google.protobuf.CodedInputStream input) static InstancePropertiesInstanceProperties.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstancePropertiesInstanceProperties.parseFrom(InputStream input) static InstancePropertiesInstanceProperties.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InstancePropertiesInstanceProperties.parseFrom(ByteBuffer data) static InstancePropertiesInstanceProperties.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.skywalking.apm.network.management.v3 that return types with arguments of type InstancePropertiesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<InstanceProperties>InstanceProperties.getParserForType()static io.grpc.MethodDescriptor<InstanceProperties,Commands> ManagementServiceGrpc.getReportInstancePropertiesMethod()static com.google.protobuf.Parser<InstanceProperties>InstanceProperties.parser()Methods in org.apache.skywalking.apm.network.management.v3 with parameters of type InstancePropertiesModifier and TypeMethodDescriptionInstanceProperties.Builder.mergeFrom(InstanceProperties other) static InstanceProperties.BuilderInstanceProperties.newBuilder(InstanceProperties prototype) ManagementServiceGrpc.ManagementServiceBlockingStub.reportInstanceProperties(InstanceProperties request) Report custom properties of a service instance.com.google.common.util.concurrent.ListenableFuture<Commands>ManagementServiceGrpc.ManagementServiceFutureStub.reportInstanceProperties(InstanceProperties request) Report custom properties of a service instance.voidManagementServiceGrpc.ManagementServiceImplBase.reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance.voidManagementServiceGrpc.ManagementServiceStub.reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance. -
Uses of InstanceProperties in org.apache.skywalking.apm.network.management.v3.compat
Methods in org.apache.skywalking.apm.network.management.v3.compat that return types with arguments of type InstancePropertiesModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<InstanceProperties,Commands> ManagementServiceGrpc.getReportInstancePropertiesMethod()Methods in org.apache.skywalking.apm.network.management.v3.compat with parameters of type InstancePropertiesModifier and TypeMethodDescriptionManagementServiceGrpc.ManagementServiceBlockingStub.reportInstanceProperties(InstanceProperties request) Report custom properties of a service instance.com.google.common.util.concurrent.ListenableFuture<Commands>ManagementServiceGrpc.ManagementServiceFutureStub.reportInstanceProperties(InstanceProperties request) Report custom properties of a service instance.voidManagementServiceGrpc.ManagementServiceImplBase.reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance.voidManagementServiceGrpc.ManagementServiceStub.reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance.