It's available on the Thrift API call describe_keyspaces() https://github.com/apache/cassandra/blob/trunk/interface/cassandra.thrift#L730
Cheers ----------------- Aaron Morton Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 11/07/2013, at 7:04 AM, Robert Coli <rc...@eventbrite.com> wrote: > On Wed, Jul 10, 2013 at 12:58 AM, Илья Шипицин <chipits...@gmail.com> wrote: > is there easy way to determine current RF, for instance, via mx4j ? > > The methods which show keyspace or schema (from CLI or cqlsh) show the > replication factor, as the replication factor is a keyspace property. > > I don't believe it's available via JMX, but there's no reason it couldn't > be... > > =Rob