This is how getConsistencyLevel method is implemented. This method returns
consistencylevel of the query or null if no consistency level has been set
using setConsistencyLevel.
Regards
Manish
On Fri, Jun 12, 2020 at 3:43 PM Manu Chadha wrote:
> Hi
>
> In my Cassandra Java driver code, I am cr
Hi
In my Cassandra Java driver code, I am creating a query and then I print the
consistency level of the query
val whereClause = whereConditions(tablename, id);
cassandraRepositoryLogger.trace("getRowsByPartitionKeyId: looking in table
"+tablename+" with partition key "+partitionKeyCo