Uses of Class
org.apache.skywalking.oap.server.configuration.service.ConfigurationResponse
-
Packages that use ConfigurationResponse Package Description org.apache.skywalking.oap.server.configuration.service -
-
Uses of ConfigurationResponse in org.apache.skywalking.oap.server.configuration.service
Methods in org.apache.skywalking.oap.server.configuration.service that return ConfigurationResponse Modifier and Type Method Description ConfigurationResponseConfigurationResponse.Builder. build()ConfigurationResponseConfigurationResponse.Builder. buildPartial()ConfigurationResponseConfigurationServiceGrpc.ConfigurationServiceBlockingStub. call(ConfigurationRequest request)static ConfigurationResponseConfigurationResponse. getDefaultInstance()ConfigurationResponseConfigurationResponse.Builder. getDefaultInstanceForType()ConfigurationResponseConfigurationResponse. getDefaultInstanceForType()static ConfigurationResponseConfigurationResponse. parseDelimitedFrom(InputStream input)static ConfigurationResponseConfigurationResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigurationResponseConfigurationResponse. parseFrom(byte[] data)static ConfigurationResponseConfigurationResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigurationResponseConfigurationResponse. parseFrom(com.google.protobuf.ByteString data)static ConfigurationResponseConfigurationResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigurationResponseConfigurationResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ConfigurationResponseConfigurationResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigurationResponseConfigurationResponse. parseFrom(InputStream input)static ConfigurationResponseConfigurationResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigurationResponseConfigurationResponse. parseFrom(ByteBuffer data)static ConfigurationResponseConfigurationResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.skywalking.oap.server.configuration.service that return types with arguments of type ConfigurationResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ConfigurationResponse>ConfigurationServiceGrpc.ConfigurationServiceFutureStub. call(ConfigurationRequest request)static io.grpc.MethodDescriptor<ConfigurationRequest,ConfigurationResponse>ConfigurationServiceGrpc. getCallMethod()com.google.protobuf.Parser<ConfigurationResponse>ConfigurationResponse. getParserForType()static com.google.protobuf.Parser<ConfigurationResponse>ConfigurationResponse. parser()Methods in org.apache.skywalking.oap.server.configuration.service with parameters of type ConfigurationResponse Modifier and Type Method Description ConfigurationResponse.BuilderConfigurationResponse.Builder. mergeFrom(ConfigurationResponse other)static ConfigurationResponse.BuilderConfigurationResponse. newBuilder(ConfigurationResponse prototype)Method parameters in org.apache.skywalking.oap.server.configuration.service with type arguments of type ConfigurationResponse Modifier and Type Method Description voidConfigurationServiceGrpc.ConfigurationServiceImplBase. call(ConfigurationRequest request, io.grpc.stub.StreamObserver<ConfigurationResponse> responseObserver)voidConfigurationServiceGrpc.ConfigurationServiceStub. call(ConfigurationRequest request, io.grpc.stub.StreamObserver<ConfigurationResponse> responseObserver)
-