- Enclosing class:
- ColumnSliceIterator<K,N,V>
public static interface ColumnSliceIterator.ColumnSliceFinish<N>
When iterating over a ColumnSlice, it may be desirable to move the finish
point for each query. This interface allows for a user defined function
which will return the new finish point. This is especially useful for
column families which have a TimeUUID as the column name.