AsyncIndexUpdater class abstract interface Query Enterprise Edition
A IndexUpdater with a primarily asynchronous API.
- Implemented types
Properties
Methods
-
finish(
) → Future< void> -
Updates the index with the computed vectors and removes any index rows for
which vector was set to
null
override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setVector(
int index, List< double> ? vector) → Future<void> -
Sets the
vector
for the value at givenindex
.override -
skipVector(
int index) → Future< void> -
Skips setting the vector for the value at given the
index
.override -
toString(
) → String -
A string representation of this object.
inherited
-
value<
T extends Object> (int index) → Future< T?> -
The result of evaluating the query index's expression at the given
index
.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited