Uses of Class
org.apache.tika.FetchAndParseReply
Packages that use FetchAndParseReply
-
Uses of FetchAndParseReply in org.apache.tika
Methods in org.apache.tika that return FetchAndParseReplyModifier and TypeMethodDescriptionFetchAndParseReply.Builder.build()FetchAndParseReply.Builder.buildPartial()TikaGrpc.TikaBlockingStub.fetchAndParse(FetchAndParseRequest request) Using a Fetcher in the fetcher store, send a FetchAndParse request.TikaGrpc.TikaBlockingV2Stub.fetchAndParse(FetchAndParseRequest request) Using a Fetcher in the fetcher store, send a FetchAndParse request.static FetchAndParseReplyFetchAndParseReply.getDefaultInstance()FetchAndParseReply.Builder.getDefaultInstanceForType()FetchAndParseReply.getDefaultInstanceForType()static FetchAndParseReplyFetchAndParseReply.parseDelimitedFrom(InputStream input) static FetchAndParseReplyFetchAndParseReply.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FetchAndParseReplyFetchAndParseReply.parseFrom(byte[] data) static FetchAndParseReplyFetchAndParseReply.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FetchAndParseReplyFetchAndParseReply.parseFrom(com.google.protobuf.ByteString data) static FetchAndParseReplyFetchAndParseReply.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FetchAndParseReplyFetchAndParseReply.parseFrom(com.google.protobuf.CodedInputStream input) static FetchAndParseReplyFetchAndParseReply.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FetchAndParseReplyFetchAndParseReply.parseFrom(InputStream input) static FetchAndParseReplyFetchAndParseReply.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FetchAndParseReplyFetchAndParseReply.parseFrom(ByteBuffer data) static FetchAndParseReplyFetchAndParseReply.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.tika that return types with arguments of type FetchAndParseReplyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<FetchAndParseReply>TikaGrpc.TikaFutureStub.fetchAndParse(FetchAndParseRequest request) Using a Fetcher in the fetcher store, send a FetchAndParse request.io.grpc.stub.BlockingClientCall<FetchAndParseRequest,FetchAndParseReply> TikaGrpc.TikaBlockingV2Stub.fetchAndParseBiDirectionalStreaming()Using a Fetcher in the fetcher store, send a FetchAndParse request.TikaGrpc.TikaBlockingStub.fetchAndParseServerSideStreaming(FetchAndParseRequest request) Using a Fetcher in the fetcher store, send a FetchAndParse request.io.grpc.stub.BlockingClientCall<?,FetchAndParseReply> TikaGrpc.TikaBlockingV2Stub.fetchAndParseServerSideStreaming(FetchAndParseRequest request) Using a Fetcher in the fetcher store, send a FetchAndParse request.static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> TikaGrpc.getFetchAndParseBiDirectionalStreamingMethod()static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> TikaGrpc.getFetchAndParseMethod()static io.grpc.MethodDescriptor<FetchAndParseRequest,FetchAndParseReply> TikaGrpc.getFetchAndParseServerSideStreamingMethod()com.google.protobuf.Parser<FetchAndParseReply>FetchAndParseReply.getParserForType()static com.google.protobuf.Parser<FetchAndParseReply>FetchAndParseReply.parser()Methods in org.apache.tika with parameters of type FetchAndParseReplyModifier and TypeMethodDescriptionFetchAndParseReply.Builder.mergeFrom(FetchAndParseReply other) static FetchAndParseReply.BuilderFetchAndParseReply.newBuilder(FetchAndParseReply prototype) Method parameters in org.apache.tika with type arguments of type FetchAndParseReplyModifier and TypeMethodDescriptiondefault voidTikaGrpc.AsyncService.fetchAndParse(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver) Using a Fetcher in the fetcher store, send a FetchAndParse request.voidTikaGrpc.TikaStub.fetchAndParse(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver) Using a Fetcher in the fetcher store, send a FetchAndParse request.default io.grpc.stub.StreamObserver<FetchAndParseRequest>TikaGrpc.AsyncService.fetchAndParseBiDirectionalStreaming(io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver) Using a Fetcher in the fetcher store, send a FetchAndParse request.io.grpc.stub.StreamObserver<FetchAndParseRequest>TikaGrpc.TikaStub.fetchAndParseBiDirectionalStreaming(io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver) Using a Fetcher in the fetcher store, send a FetchAndParse request.default voidTikaGrpc.AsyncService.fetchAndParseServerSideStreaming(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver) Using a Fetcher in the fetcher store, send a FetchAndParse request.voidTikaGrpc.TikaStub.fetchAndParseServerSideStreaming(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver) Using a Fetcher in the fetcher store, send a FetchAndParse request.