Uses of Class
com.mymed.model.data.storage.ExpColumnBean

Packages that use ExpColumnBean
com.mymed.controller.core.manager.storage   
 

Uses of ExpColumnBean in com.mymed.controller.core.manager.storage
 

Methods in com.mymed.controller.core.manager.storage that return ExpColumnBean
 ExpColumnBean MyJamStorageManager.selectExpiringColumn(java.lang.String tableName, java.lang.String primaryKey, byte[] superColumn, byte[] column)
          Returns the expiring column, with the timestamp and the TTL.
 ExpColumnBean IMyJamStorageManager.selectExpiringColumn(java.lang.String tableName, java.lang.String primaryKey, byte[] superColumn, byte[] column)
          Equals to the preceding, but apart from the name-value pair returns also the timestamp and the TTL.