me.prettyprint.cassandra.service.template
Interface SliceFilter<C>


public interface SliceFilter<C>

Author:
thrykol

Method Summary
 boolean accept(C column)
          Determine if the column should be included in the slice
 

Method Detail

accept

boolean accept(C column)
Determine if the column should be included in the slice

Parameters:
column - Column
Returns:
True if the column should be included, false otherwise


Copyright © 2013. All Rights Reserved.