Class WeaviateGrpc.WeaviateBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<WeaviateGrpc.WeaviateBlockingStub>
io.weaviate.client.grpc.protocol.v1.WeaviateGrpc.WeaviateBlockingStub
- Enclosing class:
- WeaviateGrpc
public static final class WeaviateGrpc.WeaviateBlockingStub
extends io.grpc.stub.AbstractBlockingStub<WeaviateGrpc.WeaviateBlockingStub>
A stub to allow clients to do synchronous 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 TypeMethodDescriptionprotected WeaviateGrpc.WeaviateBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Methods inherited from class io.grpc.stub.AbstractBlockingStub
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.WeaviateBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<WeaviateGrpc.WeaviateBlockingStub>
-
search
-
batchObjects
public WeaviateProtoBatch.BatchObjectsReply batchObjects(WeaviateProtoBatch.BatchObjectsRequest request) -
batchDelete
public WeaviateProtoBatchDelete.BatchDeleteReply batchDelete(WeaviateProtoBatchDelete.BatchDeleteRequest request) -
tenantsGet
public WeaviateProtoTenants.TenantsGetReply tenantsGet(WeaviateProtoTenants.TenantsGetRequest request) -
aggregate
public WeaviateProtoAggregate.AggregateReply aggregate(WeaviateProtoAggregate.AggregateRequest request)
-