me.prettyprint.hector.api.query
Interface SuperSliceQuery<K,SN,N,V>

Type Parameters:
SN - type of the super column name
N - type of the column name
V - type of the column value
All Superinterfaces:
Query<SuperSlice<SN,N,V>>
All Known Implementing Classes:
ThriftSuperSliceQuery

public interface SuperSliceQuery<K,SN,N,V>
extends Query<SuperSlice<SN,N,V>>

A query for the call get_slice.

Get a slice of super columns from a super column family.

Author:
Ran Tavory

Method Summary
 Collection<SN> getColumnNames()
           
 SuperSliceQuery<K,SN,N,V> setColumnFamily(String cf)
           
 SuperSliceQuery<K,SN,N,V> setColumnNames(SN... columnNames)
           
 SuperSliceQuery<K,SN,N,V> setKey(K key)
           
 SuperSliceQuery<K,SN,N,V> setRange(SN start, SN finish, boolean reversed, int count)
           
 
Methods inherited from interface me.prettyprint.hector.api.query.Query
execute
 

Method Detail

setKey

SuperSliceQuery<K,SN,N,V> setKey(K key)

setColumnNames

SuperSliceQuery<K,SN,N,V> setColumnNames(SN... columnNames)

setRange

SuperSliceQuery<K,SN,N,V> setRange(SN start,
                                   SN finish,
                                   boolean reversed,
                                   int count)

setColumnFamily

SuperSliceQuery<K,SN,N,V> setColumnFamily(String cf)

getColumnNames

Collection<SN> getColumnNames()


Copyright © 2011. All Rights Reserved.