275276277278279280281282283
{ throw new RuntimeException(e); } catch (TimeoutException e) { throw new TimedOutException(); } return rows; }
235236237238239240241242243244245
{ return StorageProxy.read(commands, parameters.consistencyLevel); } catch (TimeoutException e) { throw new TimedOutException(); } catch (IOException e) { throw new RuntimeException(e); }
272273274275276277278279280
828384858687888990
{ StorageProxy.mutate(getMutations(state, variables), getConsistencyLevel()); } catch (TimeoutException e) { throw new TimedOutException(); } return null; }
238239240241242243244245246247248
229230231232233234235236237238239
292293294295296297298299300
787980818283848586
230231232233234235236237238239240