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