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 SummaryModifier and TypeMethodDescriptionReturns descriptor which defines data type.
- 
Method Details- 
getDataTypeDescriptionRedisDataTypeDescription getDataTypeDescription()Returns descriptor which defines data type.- Returns:
- data type descriptor
 
 
-