Uses of Class
org.apache.tika.FetchAndParseRequest
-
Packages that use FetchAndParseRequest Package Description org.apache.tika Apache Tika. -
-
Uses of FetchAndParseRequest in org.apache.tika
Methods in org.apache.tika that return FetchAndParseRequest Modifier and Type Method Description FetchAndParseRequestFetchAndParseRequest.Builder. build()FetchAndParseRequestFetchAndParseRequest.Builder. buildPartial()static FetchAndParseRequestFetchAndParseRequest. getDefaultInstance()FetchAndParseRequestFetchAndParseRequest.Builder. getDefaultInstanceForType()FetchAndParseRequestFetchAndParseRequest. getDefaultInstanceForType()static FetchAndParseRequestFetchAndParseRequest. parseDelimitedFrom(InputStream input)static FetchAndParseRequestFetchAndParseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAndParseRequestFetchAndParseRequest. parseFrom(byte[] data)static FetchAndParseRequestFetchAndParseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAndParseRequestFetchAndParseRequest. parseFrom(com.google.protobuf.ByteString data)static FetchAndParseRequestFetchAndParseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAndParseRequestFetchAndParseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static FetchAndParseRequestFetchAndParseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAndParseRequestFetchAndParseRequest. parseFrom(InputStream input)static FetchAndParseRequestFetchAndParseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchAndParseRequestFetchAndParseRequest. parseFrom(ByteBuffer data)static FetchAndParseRequestFetchAndParseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.tika that return types with arguments of type FetchAndParseRequest Modifier and Type Method Description 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.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<FetchAndParseRequest>FetchAndParseRequest. getParserForType()static com.google.protobuf.Parser<FetchAndParseRequest>FetchAndParseRequest. parser()Methods in org.apache.tika with parameters of type FetchAndParseRequest 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.FetchAndParseReplyTikaGrpc.TikaBlockingStub. fetchAndParse(FetchAndParseRequest request)Using a Fetcher in the fetcher store, send a FetchAndParse request.com.google.common.util.concurrent.ListenableFuture<FetchAndParseReply>TikaGrpc.TikaFutureStub. fetchAndParse(FetchAndParseRequest request)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 voidTikaGrpc.AsyncService. fetchAndParseServerSideStreaming(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver)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.voidTikaGrpc.TikaStub. fetchAndParseServerSideStreaming(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver)Using a Fetcher in the fetcher store, send a FetchAndParse request.FetchAndParseRequest.BuilderFetchAndParseRequest.Builder. mergeFrom(FetchAndParseRequest other)static FetchAndParseRequest.BuilderFetchAndParseRequest. newBuilder(FetchAndParseRequest prototype)
-