Uses of Class
org.apache.tika.FetchAndParseReply
-
Packages that use FetchAndParseReply Package Description org.apache.tika Apache Tika. -
-
Uses of FetchAndParseReply in org.apache.tika
Methods in org.apache.tika that return FetchAndParseReply Modifier and Type Method Description FetchAndParseReplyFetchAndParseReply.Builder. build()FetchAndParseReplyFetchAndParseReply.Builder. buildPartial()FetchAndParseReplyTikaGrpc.TikaBlockingStub. fetchAndParse(FetchAndParseRequest request)Using a Fetcher in the fetcher store, send a FetchAndParse request.static FetchAndParseReplyFetchAndParseReply. getDefaultInstance()FetchAndParseReplyFetchAndParseReply.Builder. getDefaultInstanceForType()FetchAndParseReplyFetchAndParseReply. 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 FetchAndParseReply Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FetchAndParseReply>TikaGrpc.TikaFutureStub. fetchAndParse(FetchAndParseRequest request)Using a Fetcher in the fetcher store, send a FetchAndParse request.Iterator<FetchAndParseReply>TikaGrpc.TikaBlockingStub. 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 FetchAndParseReply Modifier and Type Method Description FetchAndParseReply.BuilderFetchAndParseReply.Builder. mergeFrom(FetchAndParseReply other)static FetchAndParseReply.BuilderFetchAndParseReply. newBuilder(FetchAndParseReply prototype)Method parameters in org.apache.tika with type arguments of type FetchAndParseReply Modifier and Type Method Description default 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.
-