HBASE-15198 RPC client not using Codec and CellBlock for puts by default-addendum.

This commit is contained in:
anoopsjohn 2016-02-11 20:00:02 +05:30
parent ab50c7c8c6
commit 12982d1957
1 changed files with 5 additions and 0 deletions

View File

@ -391,6 +391,11 @@ public class TestAsyncProcess {
byte[] row, boolean useCache, boolean retry, int replicaId) throws IOException {
return new RegionLocations(loc1);
}
@Override
public boolean hasCellBlockSupport() {
return false;
}
}
/**