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