TTGraphAdapter class abstract
- Implemented types
- Annotations
-
- @Deprecated('Use GraphStorePort and GraphReplicationPort')
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
-
changesetFeed(
String from) → ChangeSetEntryFunc -
override
-
close(
) → void -
override
-
fetchNode(
String soul, {GraphReadOptions? options}) → Future< TTNode?> -
override
-
fetchNodeJson(
String soul, {GraphReadOptions? options}) → Future< String?> -
override
-
fetchNodeJsonSync(
String soul, {GraphReadOptions? options}) → String? -
override
-
fetchNodeSync(
String soul, {GraphReadOptions? options}) → TTNode? -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChange(
SetChangeSetEntryFunc handler, {String? from}) → VoidCallback -
override
-
pruneChangelog(
num before) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
writeGraph(
TTGraphData graphData) → Future< TTGraphData?> -
override
-
writeGraphSync(
TTGraphData graphData) → TTGraphData? -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited