com.netflix.astyanax.thrift.model
Class ThriftCqlResultImpl<K,C>

java.lang.Object
  extended by com.netflix.astyanax.thrift.model.ThriftCqlResultImpl<K,C>
All Implemented Interfaces:
CqlResult<K,C>

public class ThriftCqlResultImpl<K,C>
extends Object
implements CqlResult<K,C>


Constructor Summary
ThriftCqlResultImpl(Integer count)
           
ThriftCqlResultImpl(Rows<K,C> rows)
           
 
Method Summary
 int getNumber()
           
 Rows<K,C> getRows()
           
 boolean hasNumber()
           
 boolean hasRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThriftCqlResultImpl

public ThriftCqlResultImpl(Rows<K,C> rows)

ThriftCqlResultImpl

public ThriftCqlResultImpl(Integer count)
Method Detail

getRows

public Rows<K,C> getRows()
Specified by:
getRows in interface CqlResult<K,C>

getNumber

public int getNumber()
Specified by:
getNumber in interface CqlResult<K,C>

hasRows

public boolean hasRows()
Specified by:
hasRows in interface CqlResult<K,C>

hasNumber

public boolean hasNumber()
Specified by:
hasNumber in interface CqlResult<K,C>


Copyright © 2012. All Rights Reserved.