Class WeaviateGrpc.WeaviateFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<WeaviateGrpc.WeaviateFutureStub>
io.weaviate.client.grpc.protocol.v1.WeaviateGrpc.WeaviateFutureStub
- Enclosing class:
- WeaviateGrpc
public static final class WeaviateGrpc.WeaviateFutureStub
extends io.grpc.stub.AbstractFutureStub<WeaviateGrpc.WeaviateFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Weaviate.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<WeaviateProtoAggregate.AggregateReply>com.google.common.util.concurrent.ListenableFuture<WeaviateProtoBatchDelete.BatchDeleteReply>com.google.common.util.concurrent.ListenableFuture<WeaviateProtoBatch.BatchObjectsReply>protected WeaviateGrpc.WeaviateFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<WeaviateProtoSearchGet.SearchReply>com.google.common.util.concurrent.ListenableFuture<WeaviateProtoTenants.TenantsGetReply>Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected WeaviateGrpc.WeaviateFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<WeaviateGrpc.WeaviateFutureStub>
-
search
public com.google.common.util.concurrent.ListenableFuture<WeaviateProtoSearchGet.SearchReply> search(WeaviateProtoSearchGet.SearchRequest request) -
batchObjects
public com.google.common.util.concurrent.ListenableFuture<WeaviateProtoBatch.BatchObjectsReply> batchObjects(WeaviateProtoBatch.BatchObjectsRequest request) -
batchDelete
public com.google.common.util.concurrent.ListenableFuture<WeaviateProtoBatchDelete.BatchDeleteReply> batchDelete(WeaviateProtoBatchDelete.BatchDeleteRequest request) -
tenantsGet
public com.google.common.util.concurrent.ListenableFuture<WeaviateProtoTenants.TenantsGetReply> tenantsGet(WeaviateProtoTenants.TenantsGetRequest request) -
aggregate
public com.google.common.util.concurrent.ListenableFuture<WeaviateProtoAggregate.AggregateReply> aggregate(WeaviateProtoAggregate.AggregateRequest request)
-