me.prettyprint.cassandra.service.template
Interface SuperCfRowMapper<K,SN,N,V>

Type Parameters:
K -
SN - the super column name data type
N - the child column data type
V - the object being mapped to datatype

public interface SuperCfRowMapper<K,SN,N,V>

Converts the contents of a given super column into an object. It is passed a results object with the data of the current super column.

Since:
Mar 10, 2011
Author:
david

Method Summary
 V mapRow(SuperCfResult<K,SN,N> results)
           
 

Method Detail

mapRow

V mapRow(SuperCfResult<K,SN,N> results)


Copyright © 2011. All Rights Reserved.