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

Type Parameters:
K -
N - standard column type data type
V - the object type being mapped into

public interface ColumnFamilyRowMapper<K,N,V>

Converts the contents of a standard column family row into an object.

Since:
Mar 10, 2011
Author:
david

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

Method Detail

mapRow

V mapRow(ColumnFamilyResult<K,N> results)


Copyright © 2011. All Rights Reserved.