Package org.apache.tika
Class TikaGrpc
- java.lang.Object
-
- org.apache.tika.TikaGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: tika.proto") public final class TikaGrpc extends Object
The Tika Grpc Service definition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TikaGrpc.AsyncService
The Tika Grpc Service definitionstatic class
TikaGrpc.TikaBlockingStub
A stub to allow clients to do synchronous rpc calls to service Tika.static class
TikaGrpc.TikaFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Tika.static class
TikaGrpc.TikaImplBase
Base class for the server implementation of the service Tika.static class
TikaGrpc.TikaStub
A stub to allow clients to do asynchronous rpc calls to service Tika.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(TikaGrpc.AsyncService service)
static io.grpc.MethodDescriptor<DeleteFetcherRequest,DeleteFetcherReply>
getDeleteFetcherMethod()
static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply>
getFetchAndParseBiDirectionalStreamingMethod()
static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply>
getFetchAndParseMethod()
static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply>
getFetchAndParseServerSideStreamingMethod()
static io.grpc.MethodDescriptor<GetFetcherConfigJsonSchemaRequest,GetFetcherConfigJsonSchemaReply>
getGetFetcherConfigJsonSchemaMethod()
static io.grpc.MethodDescriptor<GetFetcherRequest,GetFetcherReply>
getGetFetcherMethod()
static io.grpc.MethodDescriptor<ListFetchersRequest,ListFetchersReply>
getListFetchersMethod()
static io.grpc.MethodDescriptor<SaveFetcherRequest,SaveFetcherReply>
getSaveFetcherMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static TikaGrpc.TikaBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TikaGrpc.TikaFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TikaGrpc.TikaStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSaveFetcherMethod
public static io.grpc.MethodDescriptor<SaveFetcherRequest,SaveFetcherReply> getSaveFetcherMethod()
-
getGetFetcherMethod
public static io.grpc.MethodDescriptor<GetFetcherRequest,GetFetcherReply> getGetFetcherMethod()
-
getListFetchersMethod
public static io.grpc.MethodDescriptor<ListFetchersRequest,ListFetchersReply> getListFetchersMethod()
-
getDeleteFetcherMethod
public static io.grpc.MethodDescriptor<DeleteFetcherRequest,DeleteFetcherReply> getDeleteFetcherMethod()
-
getFetchAndParseMethod
public static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> getFetchAndParseMethod()
-
getFetchAndParseServerSideStreamingMethod
public static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> getFetchAndParseServerSideStreamingMethod()
-
getFetchAndParseBiDirectionalStreamingMethod
public static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> getFetchAndParseBiDirectionalStreamingMethod()
-
getGetFetcherConfigJsonSchemaMethod
public static io.grpc.MethodDescriptor<GetFetcherConfigJsonSchemaRequest,GetFetcherConfigJsonSchemaReply> getGetFetcherConfigJsonSchemaMethod()
-
newStub
public static TikaGrpc.TikaStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TikaGrpc.TikaBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TikaGrpc.TikaFutureStub 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(TikaGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-