Interface RedisMapper
- All Known Subinterfaces:
RedisFilterMapper
,RedisLookupMapper
,RedisStoreMapper
- All Known Implementing Classes:
WordCountLookupMapper
,WordCountStoreMapper
public interface RedisMapper
RedisMapper is for defining data type for querying / storing from / to Redis.
-
Method Summary
Modifier and TypeMethodDescriptionReturns descriptor which defines data type.
-
Method Details
-
getDataTypeDescription
RedisDataTypeDescription getDataTypeDescription()Returns descriptor which defines data type.- Returns:
- data type descriptor
-