GraphStorageServiceClient class
- Implemented types
Constructors
- GraphStorageServiceClient.new(TProtocol iprot, [TProtocol? oprot])
Properties
Methods
-
addEdges(
AddEdgesRequest? req) → Future< ExecResponse> -
override
-
addVertices(
AddVerticesRequest? req) → Future< ExecResponse> -
override
-
chainAddEdges(
AddEdgesRequest? req) → Future< ExecResponse> -
override
-
chainDeleteEdges(
DeleteEdgesRequest? req) → Future< ExecResponse> -
override
-
chainUpdateEdge(
UpdateEdgeRequest? req) → Future< UpdateResponse> -
override
-
deleteEdges(
DeleteEdgesRequest? req) → Future< ExecResponse> -
override
-
deleteTags(
DeleteTagsRequest? req) → Future< ExecResponse> -
override
-
deleteVertices(
DeleteVerticesRequest? req) → Future< ExecResponse> -
override
-
get(
KVGetRequest? req) → Future< KVGetResponse> -
override
-
getDstBySrc(
GetDstBySrcRequest? req) → Future< GetDstBySrcResponse> -
override
-
getNeighbors(
GetNeighborsRequest? req) → Future< GetNeighborsResponse> -
override
-
getProps(
GetPropRequest? req) → Future< GetPropResponse> -
override
-
getUUID(
GetUUIDReq? req) → Future< GetUUIDResp> -
override
-
lookupAndTraverse(
LookupAndTraverseRequest? req) → Future< GetNeighborsResponse> -
override
-
lookupIndex(
LookupIndexRequest? req) → Future< LookupIndexResp> -
override
-
nextSeqid(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
KVPutRequest? req) → Future< ExecResponse> -
override
-
remove(
KVRemoveRequest? req) → Future< ExecResponse> -
override
-
scanEdge(
ScanEdgeRequest? req) → Future< ScanResponse> -
override
-
scanVertex(
ScanVertexRequest? req) → Future< ScanResponse> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateEdge(
UpdateEdgeRequest? req) → Future< UpdateResponse> -
override
-
updateVertex(
UpdateVertexRequest? req) → Future< UpdateResponse> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited