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 Details

    • getIndexType

      IndexType getIndexType()
      Index type of the value
    • indexType

      IndexType indexType()
      Index type of the value.

      The index type is used to configure the collection of index keys in Index layer configuration.