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 DeleteFetcherRequest
DeleteFetcherRequest.Builder. build()
DeleteFetcherRequest
DeleteFetcherRequest.Builder. buildPartial()
static DeleteFetcherRequest
DeleteFetcherRequest. getDefaultInstance()
DeleteFetcherRequest
DeleteFetcherRequest.Builder. getDefaultInstanceForType()
DeleteFetcherRequest
DeleteFetcherRequest. getDefaultInstanceForType()
static DeleteFetcherRequest
DeleteFetcherRequest. parseDelimitedFrom(InputStream input)
static DeleteFetcherRequest
DeleteFetcherRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(byte[] data)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(InputStream input)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteFetcherRequest
DeleteFetcherRequest. parseFrom(ByteBuffer data)
static DeleteFetcherRequest
DeleteFetcherRequest. 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 void
TikaGrpc.AsyncService. deleteFetcher(DeleteFetcherRequest request, io.grpc.stub.StreamObserver<DeleteFetcherReply> responseObserver)
Delete a fetcher from the fetcher store.DeleteFetcherReply
TikaGrpc.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.void
TikaGrpc.TikaStub. deleteFetcher(DeleteFetcherRequest request, io.grpc.stub.StreamObserver<DeleteFetcherReply> responseObserver)
Delete a fetcher from the fetcher store.DeleteFetcherRequest.Builder
DeleteFetcherRequest.Builder. mergeFrom(DeleteFetcherRequest other)
static DeleteFetcherRequest.Builder
DeleteFetcherRequest. newBuilder(DeleteFetcherRequest prototype)
-