Package org.apache.tika
Class TikaGrpc
java.lang.Object
org.apache.tika.TikaGrpc
The Tika Grpc Service definition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe Tika Grpc Service definitionstatic final classA stub to allow clients to do limited synchronous rpc calls to service Tika.static final classA stub to allow clients to do synchronous rpc calls to service Tika.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Tika.static classBase class for the server implementation of the service Tika.static final classA stub to allow clients to do asynchronous rpc calls to service Tika. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(TikaGrpc.AsyncService service) static io.grpc.MethodDescriptor<DeleteFetcherRequest,DeleteFetcherReply> static io.grpc.MethodDescriptor<DeletePipesIteratorRequest,DeletePipesIteratorReply> static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> static io.grpc.MethodDescriptor<GetFetcherConfigJsonSchemaRequest,GetFetcherConfigJsonSchemaReply> static io.grpc.MethodDescriptor<GetFetcherRequest,GetFetcherReply> static io.grpc.MethodDescriptor<GetPipesIteratorRequest,GetPipesIteratorReply> static io.grpc.MethodDescriptor<ListFetchersRequest,ListFetchersReply> static io.grpc.MethodDescriptor<SaveFetcherRequest,SaveFetcherReply> static io.grpc.MethodDescriptor<SavePipesIteratorRequest,SavePipesIteratorReply> static io.grpc.ServiceDescriptorstatic TikaGrpc.TikaBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TikaGrpc.TikaBlockingV2StubnewBlockingV2Stub(io.grpc.Channel channel) Creates a new blocking-style stub that supports all types of calls on the servicestatic TikaGrpc.TikaFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TikaGrpc.TikaStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getSaveFetcherMethod
-
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() -
getSavePipesIteratorMethod
public static io.grpc.MethodDescriptor<SavePipesIteratorRequest,SavePipesIteratorReply> getSavePipesIteratorMethod() -
getGetPipesIteratorMethod
public static io.grpc.MethodDescriptor<GetPipesIteratorRequest,GetPipesIteratorReply> getGetPipesIteratorMethod() -
getDeletePipesIteratorMethod
public static io.grpc.MethodDescriptor<DeletePipesIteratorRequest,DeletePipesIteratorReply> getDeletePipesIteratorMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingV2Stub
Creates a new blocking-style stub that supports all types of calls on the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-