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 FetchAndParseRequest
FetchAndParseRequest.Builder. build()
FetchAndParseRequest
FetchAndParseRequest.Builder. buildPartial()
static FetchAndParseRequest
FetchAndParseRequest. getDefaultInstance()
FetchAndParseRequest
FetchAndParseRequest.Builder. getDefaultInstanceForType()
FetchAndParseRequest
FetchAndParseRequest. getDefaultInstanceForType()
static FetchAndParseRequest
FetchAndParseRequest. parseDelimitedFrom(InputStream input)
static FetchAndParseRequest
FetchAndParseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(byte[] data)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(com.google.protobuf.ByteString data)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(InputStream input)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchAndParseRequest
FetchAndParseRequest. parseFrom(ByteBuffer data)
static FetchAndParseRequest
FetchAndParseRequest. 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 void
TikaGrpc.AsyncService. fetchAndParse(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver)
Using a Fetcher in the fetcher store, send a FetchAndParse request.FetchAndParseReply
TikaGrpc.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.void
TikaGrpc.TikaStub. fetchAndParse(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver)
Using a Fetcher in the fetcher store, send a FetchAndParse request.default void
TikaGrpc.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.void
TikaGrpc.TikaStub. fetchAndParseServerSideStreaming(FetchAndParseRequest request, io.grpc.stub.StreamObserver<FetchAndParseReply> responseObserver)
Using a Fetcher in the fetcher store, send a FetchAndParse request.FetchAndParseRequest.Builder
FetchAndParseRequest.Builder. mergeFrom(FetchAndParseRequest other)
static FetchAndParseRequest.Builder
FetchAndParseRequest. newBuilder(FetchAndParseRequest prototype)
-