com.netflix.astyanax.thrift.model
Class ThriftCqlResultImpl<K,C>
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThriftCqlResultImpl
public ThriftCqlResultImpl(Rows<K,C> rows)
ThriftCqlResultImpl
public ThriftCqlResultImpl(Integer count)
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.