MPIKV class
- Implemented types
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
-
get(
String key, {Context? ctx}) → Future< Body?> -
Get the value from kv store.
override
-
index(
Paging index, {Context? ctx}) → Future< Page< Entry> ?> -
Index the kv for webui
override
-
ioc(
) → void -
override
-
keys(
String pattern, {Context? ctx}) → Future< List< String> ?> -
Keys with the pattern of kv store.
override
-
methods(
) → Map< String, Introspector> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
String key, Body value, {Context? ctx}) → Future< void> -
Put the value to kv store.
override
-
remove(
String key, {Context? ctx}) → Future< void> -
Remove the kv store.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited