Uses of Class
org.apache.tika.DeleteFetcherReply
Packages that use DeleteFetcherReply
-
Uses of DeleteFetcherReply in org.apache.tika
Methods in org.apache.tika that return DeleteFetcherReplyModifier and TypeMethodDescriptionDeleteFetcherReply.Builder.build()DeleteFetcherReply.Builder.buildPartial()TikaGrpc.TikaBlockingStub.deleteFetcher(DeleteFetcherRequest request) Delete a fetcher from the fetcher store.TikaGrpc.TikaBlockingV2Stub.deleteFetcher(DeleteFetcherRequest request) Delete a fetcher from the fetcher store.static DeleteFetcherReplyDeleteFetcherReply.getDefaultInstance()DeleteFetcherReply.Builder.getDefaultInstanceForType()DeleteFetcherReply.getDefaultInstanceForType()static DeleteFetcherReplyDeleteFetcherReply.parseDelimitedFrom(InputStream input) static DeleteFetcherReplyDeleteFetcherReply.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(byte[] data) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(com.google.protobuf.ByteString data) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(com.google.protobuf.CodedInputStream input) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(InputStream input) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(ByteBuffer data) static DeleteFetcherReplyDeleteFetcherReply.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.tika that return types with arguments of type DeleteFetcherReplyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DeleteFetcherReply>TikaGrpc.TikaFutureStub.deleteFetcher(DeleteFetcherRequest request) Delete a fetcher from the fetcher store.static io.grpc.MethodDescriptor<DeleteFetcherRequest,DeleteFetcherReply> TikaGrpc.getDeleteFetcherMethod()com.google.protobuf.Parser<DeleteFetcherReply>DeleteFetcherReply.getParserForType()static com.google.protobuf.Parser<DeleteFetcherReply>DeleteFetcherReply.parser()Methods in org.apache.tika with parameters of type DeleteFetcherReplyModifier and TypeMethodDescriptionDeleteFetcherReply.Builder.mergeFrom(DeleteFetcherReply other) static DeleteFetcherReply.BuilderDeleteFetcherReply.newBuilder(DeleteFetcherReply prototype) Method parameters in org.apache.tika with type arguments of type DeleteFetcherReplyModifier and TypeMethodDescriptiondefault voidTikaGrpc.AsyncService.deleteFetcher(DeleteFetcherRequest request, io.grpc.stub.StreamObserver<DeleteFetcherReply> responseObserver) 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.