HBASE-8876 Addendum to HBASE-8774 Add BatchSize and Filter to Thrift2 - Add BatchSize Test

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1502255 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lars George 2013-07-11 16:00:00 +00:00
parent 68a5420e09
commit 4769fd0a6c
2 changed files with 35 additions and 37 deletions

View File

@ -42,8 +42,6 @@ import org.slf4j.LoggerFactory;
*
* If you specify a time range and a timestamp the range is ignored.
* Timestamps on TColumns are ignored.
*
* TODO: Filter, Locks
*/
public class TGet implements org.apache.thrift.TBase<TGet, TGet._Fields>, java.io.Serializable, Cloneable {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TGet");