Class LoadReportingServiceGrpc
java.lang.Object
io.envoyproxy.envoy.service.load_stats.v3.LoadReportingServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.68.1)",
comments="Source: envoy/service/load_stats/v3/lrs.proto")
public final class LoadReportingServiceGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprivate static classstatic final classA stub to allow clients to do synchronous rpc calls to service LoadReportingService.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service LoadReportingService.static classBase class for the server implementation of the service LoadReportingService.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service LoadReportingService.private static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<LoadStatsRequest, LoadStatsResponse> private static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<LoadStatsRequest, LoadStatsResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getStreamLoadStatsMethod
private static volatile io.grpc.MethodDescriptor<LoadStatsRequest,LoadStatsResponse> getStreamLoadStatsMethod -
METHODID_STREAM_LOAD_STATS
private static final int METHODID_STREAM_LOAD_STATS- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
LoadReportingServiceGrpc
private LoadReportingServiceGrpc()
-
-
Method Details
-
getStreamLoadStatsMethod
public static io.grpc.MethodDescriptor<LoadStatsRequest,LoadStatsResponse> getStreamLoadStatsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static LoadReportingServiceGrpc.LoadReportingServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static LoadReportingServiceGrpc.LoadReportingServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(LoadReportingServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-