We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1550d6a commit 60457d5Copy full SHA for 60457d5
src/main/java/com/alipay/oceanbase/rpc/table/ObHBaseParams.java
@@ -44,6 +44,10 @@ public ObHBaseParams() {
44
pType = paramType.HBase;
45
}
46
47
+ public void addFamilyTimeRange(ObBytesString family, long min, long max) {
48
+ timeRangeMap.add(new ObPair<>(family, new ObPair<>(min, max)));
49
+ }
50
+
51
public ObKVParamsBase.paramType getType() {
52
return pType;
53
0 commit comments