if(f.getComparator().compare(splitKey,firstKey) < 0) | if(f.getComparator().compare(splitKey,firstKey.get()) < 0) | f.getComparator().compare(splitKey,firstKey) | f.getComparator().compare(splitKey,firstKey.get()) | hbase | a5f84430a305db6a1eddd45f82d19babf43a8d01 | org.apache.hadoop.hbase.regionserver.HRegionFileSystem | | | TCIVar | firstKey |
---|
v1 | f.getComparator() |
---|
v2 | splitKey |
---|
| | TCIVar | firstKey |
---|
v1 | f.getComparator() |
---|
v2 | splitKey |
---|
| Uses | True |
if(f.getComparator().compare(splitKey,lastKey) > 0) | if(f.getComparator().compare(splitKey,lastKey.get()) > 0) | f.getComparator().compare(splitKey,lastKey) | f.getComparator().compare(splitKey,lastKey.get()) | hbase | a5f84430a305db6a1eddd45f82d19babf43a8d01 | org.apache.hadoop.hbase.regionserver.HRegionFileSystem | | | TCIVar | lastKey |
---|
v1 | f.getComparator() |
---|
v2 | splitKey |
---|
| | TCIVar | lastKey |
---|
v1 | f.getComparator() |
---|
v2 | splitKey |
---|
| Uses | True |