Example #1
0
 public ByteBuffer fromString(String source) {
   return baseType.fromString(source);
 }
Example #2
0
 public static DecoratedKey dk(String key, AbstractType type) {
   return StorageService.getPartitioner().decorateKey(type.fromString(key));
 }