me.prettyprint.hector.api.beans
Interface CounterSuperSlice<SN,N>

Type Parameters:
SN - Super column name type
N - Column name type
All Known Implementing Classes:
CounterSuperSliceImpl

public interface CounterSuperSlice<SN,N>

Represents a return of the get_slice query for supercolumns


Method Summary
 HCounterSuperColumn<SN,N> getColumnByName(SN columnName)
           
 List<HCounterSuperColumn<SN,N>> getSuperColumns()
           
 

Method Detail

getSuperColumns

List<HCounterSuperColumn<SN,N>> getSuperColumns()
Returns:
an unmodifiable list of supercolumns

getColumnByName

HCounterSuperColumn<SN,N> getColumnByName(SN columnName)


Copyright © 2011. All Rights Reserved.