HiveGraphStoreAdapter class

Hive-backed GraphStorePort adapter.

Respects existing on-disk schema and box naming via InitStorage.

Implemented types

Constructors

HiveGraphStoreAdapter()
const

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
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
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