Details
Description
hbase thrift2 support existsAll(List<Get> gets) throws IOException;
hbase.thrift add a method to service THBaseService like this
list<bool> existsAll(
1: required binary table,
2: required list<TGet> tgets
) throws (1:TIOError io)