public static final class SchemaManagerServiceGrpc.SchemaManagerServiceFutureStub extends io.grpc.stub.AbstractFutureStub<SchemaManagerServiceGrpc.SchemaManagerServiceFutureStub>
| Modifier and Type | Method and Description |
|---|---|
protected SchemaManagerServiceGrpc.SchemaManagerServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<GetEdgeLabelByNameResponse> |
getEdgeLabelByName(GetEdgeLabelByNameRequest request) |
com.google.common.util.concurrent.ListenableFuture<GetEdgeLabelsResponse> |
getEdgeLabels(GetEdgeLabelsRequest request) |
com.google.common.util.concurrent.ListenableFuture<GetVertexLabelByNameResponse> |
getVertexLabelByName(GetVertexLabelByNameRequest request) |
com.google.common.util.concurrent.ListenableFuture<GetVertexLabelsResponse> |
getVertexLabels(GetVertexLabelsRequest request) |
protected SchemaManagerServiceGrpc.SchemaManagerServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SchemaManagerServiceGrpc.SchemaManagerServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<GetVertexLabelByNameResponse> getVertexLabelByName(GetVertexLabelByNameRequest request)
public com.google.common.util.concurrent.ListenableFuture<GetVertexLabelsResponse> getVertexLabels(GetVertexLabelsRequest request)
public com.google.common.util.concurrent.ListenableFuture<GetEdgeLabelByNameResponse> getEdgeLabelByName(GetEdgeLabelByNameRequest request)
public com.google.common.util.concurrent.ListenableFuture<GetEdgeLabelsResponse> getEdgeLabels(GetEdgeLabelsRequest request)
Copyright © 2012–2023. All rights reserved.