multiDel

删同一HashKey下的多行数据,参见Java客户端文档#multiDel

  1. def multiDel[H, S](table: String, hashKey: H, sortKeys: Seq[S])

table:表名,通常为String类型hashKey:通常为String类型sortKeys:sortKey列表return:无返回值