Class SetWinds
java.lang.Object
org.deltava.dao.jedis.JedisDAO
org.deltava.dao.jedis.SetWinds
A Data Access Object to write wind data to Redis.
- Since:
- 5.4
- Version:
- 11.3
- Author:
- Luke
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(Collection<WindData> data) Writes wind data to memcached.
-
Constructor Details
-
SetWinds
public SetWinds()
-
-
Method Details
-
write
Writes wind data to memcached.- Parameters:
data
- the WindData- Throws:
DAOException
- if an error occured
-