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