Uses of Class
org.apache.cassandra.thrift.KeyCount

Packages that use KeyCount
org.apache.cassandra.thrift   
 

Uses of KeyCount in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift that return KeyCount
 KeyCount KeyCount.deepCopy()
           
 KeyCount KeyCount.setCount(int count)
           
 KeyCount KeyCount.setKey(byte[] key)
           
 KeyCount KeyCount.setKey(java.nio.ByteBuffer key)
           
 

Methods in org.apache.cassandra.thrift with parameters of type KeyCount
 int KeyCount.compareTo(KeyCount other)
           
 boolean KeyCount.equals(KeyCount that)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type KeyCount
KeyCount(KeyCount other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation