25232524252525262527252825292530253125322533
} catch (ConnectionException e) { LOG.error(e.getMessage(), e); Assert.fail(); } finally { reader.shutdown(); writer.shutdown(); } try { Rows<Long, String> rows = keyspace.prepareQuery(CF_USERS) .getAllRows().execute().getResult();
26092610261126122613261426152616261726182619
26532654265526562657265826592660266126622663
} catch (ConnectionException e) { LOG.error(e.getMessage(), e); Assert.fail(); } finally { reader.shutdown(); writer.shutdown(); } try { Rows<ByteBuffer, ByteBuffer> rows = keyspace .prepareQuery(CF_COMPOSITE_CSV).getAllRows().execute()