标签: hbase
给定put(在shell中),用户需要具体指定要添加值的列。有没有办法获得put的所有列名?我知道方法get为
put
get
public List get(byte [] family,byte []限定符)
然而,它不向程序员提供有关列名的信息。