Uses of Class
org.apache.tika.GetFetcherConfigJsonSchemaReply
Packages that use GetFetcherConfigJsonSchemaReply
-
Uses of GetFetcherConfigJsonSchemaReply in org.apache.tika
Methods in org.apache.tika that return GetFetcherConfigJsonSchemaReplyModifier and TypeMethodDescriptionGetFetcherConfigJsonSchemaReply.Builder.build()GetFetcherConfigJsonSchemaReply.Builder.buildPartial()GetFetcherConfigJsonSchemaReply.getDefaultInstance()GetFetcherConfigJsonSchemaReply.Builder.getDefaultInstanceForType()GetFetcherConfigJsonSchemaReply.getDefaultInstanceForType()TikaGrpc.TikaBlockingStub.getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request) Get the Fetcher Config schema for a given fetcher class.TikaGrpc.TikaBlockingV2Stub.getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request) Get the Fetcher Config schema for a given fetcher class.GetFetcherConfigJsonSchemaReply.parseDelimitedFrom(InputStream input) GetFetcherConfigJsonSchemaReply.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetFetcherConfigJsonSchemaReply.parseFrom(byte[] data) GetFetcherConfigJsonSchemaReply.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetFetcherConfigJsonSchemaReply.parseFrom(com.google.protobuf.ByteString data) GetFetcherConfigJsonSchemaReply.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetFetcherConfigJsonSchemaReply.parseFrom(com.google.protobuf.CodedInputStream input) GetFetcherConfigJsonSchemaReply.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetFetcherConfigJsonSchemaReply.parseFrom(InputStream input) GetFetcherConfigJsonSchemaReply.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetFetcherConfigJsonSchemaReply.parseFrom(ByteBuffer data) GetFetcherConfigJsonSchemaReply.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.tika that return types with arguments of type GetFetcherConfigJsonSchemaReplyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GetFetcherConfigJsonSchemaReply>TikaGrpc.TikaFutureStub.getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request) Get the Fetcher Config schema for a given fetcher class.static io.grpc.MethodDescriptor<GetFetcherConfigJsonSchemaRequest,GetFetcherConfigJsonSchemaReply> TikaGrpc.getGetFetcherConfigJsonSchemaMethod()com.google.protobuf.Parser<GetFetcherConfigJsonSchemaReply>GetFetcherConfigJsonSchemaReply.getParserForType()static com.google.protobuf.Parser<GetFetcherConfigJsonSchemaReply>GetFetcherConfigJsonSchemaReply.parser()Methods in org.apache.tika with parameters of type GetFetcherConfigJsonSchemaReplyModifier and TypeMethodDescriptionGetFetcherConfigJsonSchemaReply.Builder.mergeFrom(GetFetcherConfigJsonSchemaReply other) GetFetcherConfigJsonSchemaReply.newBuilder(GetFetcherConfigJsonSchemaReply prototype) Method parameters in org.apache.tika with type arguments of type GetFetcherConfigJsonSchemaReplyModifier and TypeMethodDescriptiondefault voidTikaGrpc.AsyncService.getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request, io.grpc.stub.StreamObserver<GetFetcherConfigJsonSchemaReply> responseObserver) Get the Fetcher Config schema for a given fetcher class.voidTikaGrpc.TikaStub.getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request, io.grpc.stub.StreamObserver<GetFetcherConfigJsonSchemaReply> responseObserver) Get the Fetcher Config schema for a given fetcher class.