Class GrpcLoggingService
java.lang.Object
org.apache.beam.model.fnexecution.v1.BeamFnLoggingGrpc.BeamFnLoggingImplBase
org.apache.beam.runners.fnexecution.logging.GrpcLoggingService
- All Implemented Interfaces:
AutoCloseable
,org.apache.beam.model.fnexecution.v1.BeamFnLoggingGrpc.AsyncService
,FnService
,org.apache.beam.vendor.grpc.v1p69p0.io.grpc.BindableService
public class GrpcLoggingService
extends org.apache.beam.model.fnexecution.v1.BeamFnLoggingGrpc.BeamFnLoggingImplBase
implements FnService
An implementation of the Beam Fn Logging Service over gRPC.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
.static GrpcLoggingService
org.apache.beam.vendor.grpc.v1p69p0.io.grpc.stub.StreamObserver
<org.apache.beam.model.fnexecution.v1.BeamFnApi.LogEntry.List> logging
(org.apache.beam.vendor.grpc.v1p69p0.io.grpc.stub.StreamObserver<org.apache.beam.model.fnexecution.v1.BeamFnApi.LogControl> outboundObserver) Methods inherited from class org.apache.beam.model.fnexecution.v1.BeamFnLoggingGrpc.BeamFnLoggingImplBase
bindService
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.beam.vendor.grpc.v1p69p0.io.grpc.BindableService
bindService
-
Method Details
-
forWriter
-
close
Description copied from interface:FnService
.There should be no more calls to any service method by the time a call to
FnService.close()
begins. Specifically, this means that aServer
that this service is bound to should have completed a call to theServer.shutdown()
method, and all future incoming calls will be rejected.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceFnService
- Throws:
Exception
-
logging
public org.apache.beam.vendor.grpc.v1p69p0.io.grpc.stub.StreamObserver<org.apache.beam.model.fnexecution.v1.BeamFnApi.LogEntry.List> logging(org.apache.beam.vendor.grpc.v1p69p0.io.grpc.stub.StreamObserver<org.apache.beam.model.fnexecution.v1.BeamFnApi.LogControl> outboundObserver) - Specified by:
logging
in interfaceorg.apache.beam.model.fnexecution.v1.BeamFnLoggingGrpc.AsyncService
-