75767778798081
* Thrift client connection * @return cassandra client connection */ public SimpleThriftClient getThriftClient() { return new SimpleThriftClient(getRawThriftClient(node.randomNode(), true)); }
99100101102103104105
* Thrift client connection * @return cassandra client connection */ private SimpleThriftClient getSimpleThriftClient() { return new SimpleThriftClient(getRawThriftClient(node.randomNode(), true)); }
92939495969798