Package | Description |
---|---|
org.languagetool.rules | |
org.languagetool.rules.ml |
Modifier and Type | Method and Description |
---|---|
protected MLServerProto.MatchResponse |
GRPCPostProcessing.sendRequest(MLServerProto.PostProcessingRequest req,
long timeout) |
Modifier and Type | Method and Description |
---|---|
MLServerProto.MatchResponse |
MLServerProto.MatchResponse.Builder.build() |
MLServerProto.MatchResponse |
MLServerProto.MatchResponse.Builder.buildPartial() |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.getDefaultInstance() |
MLServerProto.MatchResponse |
MLServerProto.MatchResponse.getDefaultInstanceForType() |
MLServerProto.MatchResponse |
MLServerProto.MatchResponse.Builder.getDefaultInstanceForType() |
MLServerProto.MatchResponse |
MLServerGrpc.MLServerBlockingStub.match(MLServerProto.MatchRequest request) |
MLServerProto.MatchResponse |
MLServerGrpc.MLServerBlockingStub.matchAnalyzed(MLServerProto.AnalyzedMatchRequest request) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseDelimitedFrom(InputStream input) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(byte[] data) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(ByteBuffer data) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(com.google.protobuf.ByteString data) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(InputStream input) |
static MLServerProto.MatchResponse |
MLServerProto.MatchResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MLServerProto.MatchResponse |
PostProcessingServerGrpc.PostProcessingServerBlockingStub.process(MLServerProto.PostProcessingRequest request) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<MLServerProto.AnalyzedMatchRequest,MLServerProto.MatchResponse> |
MLServerGrpc.getMatchAnalyzedMethod() |
static io.grpc.MethodDescriptor<MLServerProto.MatchRequest,MLServerProto.MatchResponse> |
MLServerGrpc.getMatchMethod() |
com.google.protobuf.Parser<MLServerProto.MatchResponse> |
MLServerProto.MatchResponse.getParserForType() |
static io.grpc.MethodDescriptor<MLServerProto.PostProcessingRequest,MLServerProto.MatchResponse> |
PostProcessingServerGrpc.getProcessMethod() |
com.google.common.util.concurrent.ListenableFuture<MLServerProto.MatchResponse> |
MLServerGrpc.MLServerFutureStub.match(MLServerProto.MatchRequest request) |
com.google.common.util.concurrent.ListenableFuture<MLServerProto.MatchResponse> |
MLServerGrpc.MLServerFutureStub.matchAnalyzed(MLServerProto.AnalyzedMatchRequest request) |
static com.google.protobuf.Parser<MLServerProto.MatchResponse> |
MLServerProto.MatchResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<MLServerProto.MatchResponse> |
PostProcessingServerGrpc.PostProcessingServerFutureStub.process(MLServerProto.PostProcessingRequest request) |
Modifier and Type | Method and Description |
---|---|
MLServerProto.MatchResponse.Builder |
MLServerProto.MatchResponse.Builder.mergeFrom(MLServerProto.MatchResponse other) |
static MLServerProto.MatchResponse.Builder |
MLServerProto.MatchResponse.newBuilder(MLServerProto.MatchResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
MLServerGrpc.MLServerImplBase.match(MLServerProto.MatchRequest request,
io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) |
void |
MLServerGrpc.MLServerStub.match(MLServerProto.MatchRequest request,
io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) |
void |
MLServerGrpc.MLServerImplBase.matchAnalyzed(MLServerProto.AnalyzedMatchRequest request,
io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) |
void |
MLServerGrpc.MLServerStub.matchAnalyzed(MLServerProto.AnalyzedMatchRequest request,
io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) |
void |
PostProcessingServerGrpc.PostProcessingServerImplBase.process(MLServerProto.PostProcessingRequest request,
io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) |
void |
PostProcessingServerGrpc.PostProcessingServerStub.process(MLServerProto.PostProcessingRequest request,
io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) |