GraphStorageService class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addEdges(
AddEdgesRequest? req) → Future< ExecResponse> -
addVertices(
AddVerticesRequest? req) → Future< ExecResponse> -
chainAddEdges(
AddEdgesRequest? req) → Future< ExecResponse> -
chainDeleteEdges(
DeleteEdgesRequest? req) → Future< ExecResponse> -
chainUpdateEdge(
UpdateEdgeRequest? req) → Future< UpdateResponse> -
deleteEdges(
DeleteEdgesRequest? req) → Future< ExecResponse> -
deleteTags(
DeleteTagsRequest? req) → Future< ExecResponse> -
deleteVertices(
DeleteVerticesRequest? req) → Future< ExecResponse> -
get(
KVGetRequest? req) → Future< KVGetResponse> -
getDstBySrc(
GetDstBySrcRequest? req) → Future< GetDstBySrcResponse> -
getNeighbors(
GetNeighborsRequest? req) → Future< GetNeighborsResponse> -
getProps(
GetPropRequest? req) → Future< GetPropResponse> -
getUUID(
GetUUIDReq? req) → Future< GetUUIDResp> -
lookupAndTraverse(
LookupAndTraverseRequest? req) → Future< GetNeighborsResponse> -
lookupIndex(
LookupIndexRequest? req) → Future< LookupIndexResp> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
KVPutRequest? req) → Future< ExecResponse> -
remove(
KVRemoveRequest? req) → Future< ExecResponse> -
scanEdge(
ScanEdgeRequest? req) → Future< ScanResponse> -
scanVertex(
ScanVertexRequest? req) → Future< ScanResponse> -
toString(
) → String -
A string representation of this object.
inherited
-
updateEdge(
UpdateEdgeRequest? req) → Future< UpdateResponse> -
updateVertex(
UpdateVertexRequest? req) → Future< UpdateResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited