me.prettyprint.hector.api.beans
Interface SuperSlice<SN,N,V>
- Type Parameters:
SN - Super column name typeN - Column name typeV - Column value type
- All Known Implementing Classes:
- SuperSliceImpl
public interface SuperSlice<SN,N,V>
Represents a return of the get_slice query for supercolumns
getSuperColumns
List<HSuperColumn<SN,N,V>> getSuperColumns()
- Returns:
- an unmodifiable list of supercolumns
getColumnByName
HSuperColumn<SN,N,V> getColumnByName(SN columnName)
Copyright © 2012. All Rights Reserved.