【发布时间】:2017-03-01 03:55:17
【问题描述】:
我正在处理从 Habse 的表中检索的 Get 对象。我想动态检索与该 get 相关的所有列值,因为我不知道列族的确切名称
val result1 = hTable.get(g)
if (!result1.isEmpty) {
//binaryEpisodes = result1.getValue(Bytes.toBytes("episodes"),Bytes.toBytes("episodes"))
//instead of above retrieve all values dynamically
}
【问题讨论】:
-
幸运:您至少可以尝试以下提供的解决方案吗?对此有任何疑问/问题???