GraphStorePort class abstract
CRUD-focused graph storage operations.
- 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
-
close(
) → void -
fetchNode(
String soul, {GraphReadOptions? options}) → Future< TTNode?> -
fetchNodeJson(
String soul, {GraphReadOptions? options}) → Future< String?> -
fetchNodeJsonSync(
String soul, {GraphReadOptions? options}) → String? -
fetchNodeSync(
String soul, {GraphReadOptions? options}) → TTNode? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
writeGraph(
TTGraphData graphData) → Future< TTGraphData?> -
writeGraphSync(
TTGraphData graphData) → TTGraphData?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited