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