Class HttpUriRecognitionServiceGrpc.HttpUriRecognitionServiceImplBase
java.lang.Object
org.apache.skywalking.oap.server.ai.pipeline.grpc.HttpUriRecognitionServiceGrpc.HttpUriRecognitionServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- HttpUriRecognitionServiceGrpc
public abstract static class HttpUriRecognitionServiceGrpc.HttpUriRecognitionServiceImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidfeedRawData(HttpUriRecognitionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Feed new raw data and matched patterns to the AI-server.voidfetchAllPatterns(HttpUriRecognitionSyncRequest request, io.grpc.stub.StreamObserver<HttpUriRecognitionResponse> responseObserver) Sync for the pattern recognition dictionary.
-
Constructor Details
-
HttpUriRecognitionServiceImplBase
public HttpUriRecognitionServiceImplBase()
-
-
Method Details
-
fetchAllPatterns
public void fetchAllPatterns(HttpUriRecognitionSyncRequest request, io.grpc.stub.StreamObserver<HttpUriRecognitionResponse> responseObserver) Sync for the pattern recognition dictionary.
-
feedRawData
public void feedRawData(HttpUriRecognitionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Feed new raw data and matched patterns to the AI-server.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-