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