275276277278279280281282283284285
rm.add(baseColumnFamily); try { /* Make message */ message = rm.makeRowMutationMessage(StorageService.Verb.BINARY); } catch (IOException e) { throw new RuntimeException(e); }
252253254255256257258259260261262
246247248249250251252253254255256
rm.add(baseColumnFamily); try { /* Make message */ message = rm.makeRowMutationMessage(StorageService.binaryVerbHandler_); } catch (IOException e) { throw new RuntimeException(e); }
249250251252253254255256257258259
274275276277278279280281282283284
rm.add(baseColumnFamily); try { /* Make message */ message = rm.makeRowMutationMessage(StorageService.Verb.BINARY, MessagingService.version_); } catch (IOException e) { throw new RuntimeException(e); }
238239240241242243244245246247248