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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<WeaviateProtoBatchDelete.BatchDeleteReply>batchDelete(WeaviateProtoBatchDelete.BatchDeleteRequest request)com.google.common.util.concurrent.ListenableFuture<WeaviateProtoBatch.BatchObjectsReply>batchObjects(WeaviateProtoBatch.BatchObjectsRequest request)protected WeaviateGrpc.WeaviateFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<WeaviateProtoSearchGet.SearchReply>search(WeaviateProtoSearchGet.SearchRequest request)com.google.common.util.concurrent.ListenableFuture<WeaviateProtoTenants.TenantsGetReply>tenantsGet(WeaviateProtoTenants.TenantsGetRequest request)
-
-
-
Method Detail
-
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)
-
-