Uses of Class
org.apache.tika.DeleteFetcherRequest
-
Packages that use DeleteFetcherRequest Package Description org.apache.tika Apache Tika. -
-
Uses of DeleteFetcherRequest in org.apache.tika
Methods in org.apache.tika that return DeleteFetcherRequest Modifier and Type Method Description DeleteFetcherRequestDeleteFetcherRequest.Builder. build()DeleteFetcherRequestDeleteFetcherRequest.Builder. buildPartial()static DeleteFetcherRequestDeleteFetcherRequest. getDefaultInstance()DeleteFetcherRequestDeleteFetcherRequest.Builder. getDefaultInstanceForType()DeleteFetcherRequestDeleteFetcherRequest. getDefaultInstanceForType()static DeleteFetcherRequestDeleteFetcherRequest. parseDelimitedFrom(InputStream input)static DeleteFetcherRequestDeleteFetcherRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(byte[] data)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(InputStream input)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(ByteBuffer data)static DeleteFetcherRequestDeleteFetcherRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.tika that return types with arguments of type DeleteFetcherRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteFetcherRequest,DeleteFetcherReply>TikaGrpc. getDeleteFetcherMethod()com.google.protobuf.Parser<DeleteFetcherRequest>DeleteFetcherRequest. getParserForType()static com.google.protobuf.Parser<DeleteFetcherRequest>DeleteFetcherRequest. parser()Methods in org.apache.tika with parameters of type DeleteFetcherRequest Modifier and Type Method Description default voidTikaGrpc.AsyncService. deleteFetcher(DeleteFetcherRequest request, io.grpc.stub.StreamObserver<DeleteFetcherReply> responseObserver)Delete a fetcher from the fetcher store.DeleteFetcherReplyTikaGrpc.TikaBlockingStub. deleteFetcher(DeleteFetcherRequest request)Delete a fetcher from the fetcher store.com.google.common.util.concurrent.ListenableFuture<DeleteFetcherReply>TikaGrpc.TikaFutureStub. deleteFetcher(DeleteFetcherRequest request)Delete a fetcher from the fetcher store.voidTikaGrpc.TikaStub. deleteFetcher(DeleteFetcherRequest request, io.grpc.stub.StreamObserver<DeleteFetcherReply> responseObserver)Delete a fetcher from the fetcher store.DeleteFetcherRequest.BuilderDeleteFetcherRequest.Builder. mergeFrom(DeleteFetcherRequest other)static DeleteFetcherRequest.BuilderDeleteFetcherRequest. newBuilder(DeleteFetcherRequest prototype)
-