public class SchemaManagerImpl extends SchemaManagerServiceGrpc.SchemaManagerServiceImplBase
| Constructor and Description |
|---|
SchemaManagerImpl(JanusGraphContextHandler contextHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
getEdgeLabelByName(GetEdgeLabelByNameRequest request,
io.grpc.stub.StreamObserver<GetEdgeLabelByNameResponse> responseObserver) |
void |
getEdgeLabels(GetEdgeLabelsRequest request,
io.grpc.stub.StreamObserver<GetEdgeLabelsResponse> responseObserver) |
void |
getVertexCompositeGraphIndexByName(GetVertexCompositeGraphIndexByNameRequest request,
io.grpc.stub.StreamObserver<GetVertexCompositeGraphIndexByNameResponse> responseObserver) |
void |
getVertexCompositeGraphIndices(GetVertexCompositeGraphIndicesRequest request,
io.grpc.stub.StreamObserver<GetVertexCompositeGraphIndicesResponse> responseObserver) |
void |
getVertexLabelByName(GetVertexLabelByNameRequest request,
io.grpc.stub.StreamObserver<GetVertexLabelByNameResponse> responseObserver) |
void |
getVertexLabels(GetVertexLabelsRequest request,
io.grpc.stub.StreamObserver<GetVertexLabelsResponse> responseObserver) |
bindServicepublic SchemaManagerImpl(JanusGraphContextHandler contextHandler)
public void getVertexLabelByName(GetVertexLabelByNameRequest request, io.grpc.stub.StreamObserver<GetVertexLabelByNameResponse> responseObserver)
getVertexLabelByName in class SchemaManagerServiceGrpc.SchemaManagerServiceImplBasepublic void getVertexLabels(GetVertexLabelsRequest request, io.grpc.stub.StreamObserver<GetVertexLabelsResponse> responseObserver)
getVertexLabels in class SchemaManagerServiceGrpc.SchemaManagerServiceImplBasepublic void getEdgeLabelByName(GetEdgeLabelByNameRequest request, io.grpc.stub.StreamObserver<GetEdgeLabelByNameResponse> responseObserver)
getEdgeLabelByName in class SchemaManagerServiceGrpc.SchemaManagerServiceImplBasepublic void getEdgeLabels(GetEdgeLabelsRequest request, io.grpc.stub.StreamObserver<GetEdgeLabelsResponse> responseObserver)
getEdgeLabels in class SchemaManagerServiceGrpc.SchemaManagerServiceImplBasepublic void getVertexCompositeGraphIndexByName(GetVertexCompositeGraphIndexByNameRequest request, io.grpc.stub.StreamObserver<GetVertexCompositeGraphIndexByNameResponse> responseObserver)
public void getVertexCompositeGraphIndices(GetVertexCompositeGraphIndicesRequest request, io.grpc.stub.StreamObserver<GetVertexCompositeGraphIndicesResponse> responseObserver)
getVertexCompositeGraphIndices in class SchemaManagerServiceGrpc.SchemaManagerServiceImplBaseCopyright © 2012–2023. All rights reserved.