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