Interface IndexValue
- All Known Implementing Classes:
BooleanIndexValue,EmptyIndexValue,HereTileIndexValue,IntIndexValue,StringIndexValue,TimeWindowIndexValue
public interface IndexValue
A value of index key supported by Index layer.
The index key is a key that can be used to index partition in Index layer. Index API supports the following types of values: int, bool, string, timewindow, and heretile. The partition indexed by key can be found with query method of QueryAPI by using this key.
-
Method Summary
Modifier and TypeMethodDescriptionIndex type of the valueIndex type of the value.