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