Interface IndexedData
- All Known Implementing Classes:
GeoIndexedPropertyValue, RemoveIndexedData, SimpleIndexedPropertyValue
public interface IndexedData
IndexedData represents a secondary index for a property path in a given keyspace.- Since:
- 1.7
- Author:
- Christoph Strobl, Rob Winch
-
Method Details
-
getIndexName
-
getKeyspace
-
getKeyPrefix
Return the key prefix for usage in Redis.- Returns:
- concatenated form of the keyspace and the index name.
- Since:
- 3.3.4
-