donglang7236 2015-04-10 17:55
浏览 27

我可以将AllocateIDs用作“字符串”吗? 数据存储

I need to assign a unique identifier to each entity in datastore. I've found AllocateIDs but the issue is that it generates integers and I use strings for the keys. Is it safe to convert the integer to a string or there is a risk of collision (i.e. datastore to return me the same integer that I'm currently using as a string key). ?

  • 写回答

3条回答 默认 最新

  • 普通网友 2015-04-10 18:01
    关注

    You can avoid any possibility of a collision by prefixing an id with any string that you know you never use for your keys. For example:

    String key = "id" + entity.getKey().getId();
    

    And all of this is necessary only if you ever use a sequence of integers for your string keys.

    评论

报告相同问题?

悬赏问题

  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类
  • ¥15 微带串馈天线阵列每个阵元宽度计算