Commit 24bc2e4
CheckAndMutateBuilder and CheckAndMutate interface (#95)
* add DepentdentFilter and SingleColumnValueExcludeFilter
* add singleColumnValueExcludeFilter and DependentColumnFilter; add test cases and optimize bufferedMutator test cases
* hbase support batch (#84)
* Add DeleteFamilyVersion function and corresponding test cases (#85)
* add DepentdentFilter and SingleColumnValueExcludeFilter
* add singleColumnValueExcludeFilter and DependentColumnFilter; add test cases and optimize bufferedMutator test cases
* add single cf timerange setting in Get
* single cf setColumnFamilyTimeRange in Get and Scan
* optimize code
* add DeleteFamilyVersion and test cases
* add DeleteFamilyVersion; optimize test cases
* add DeleteFamilyVersion test case and pass
* format code
* delete useless self-defined table
* remove DeleteFamilyVersion file and move all cases to MultiColumnFamilyTest
* hbase support batchCallBack (#86)
* adjust bufferdMutatorImpl 1.x to new batch
* bufferedMutator do not retry, batch retry in table client
* hbase support batch (#84)
* add rpcTimeout and operationTimetout setting in bufferedMutator
* fix test
* Add DeleteFamilyVersion function and corresponding test cases (#85)
* add DepentdentFilter and SingleColumnValueExcludeFilter
* add singleColumnValueExcludeFilter and DependentColumnFilter; add test cases and optimize bufferedMutator test cases
* add single cf timerange setting in Get
* single cf setColumnFamilyTimeRange in Get and Scan
* optimize code
* add DeleteFamilyVersion and test cases
* add DeleteFamilyVersion; optimize test cases
* add DeleteFamilyVersion test case and pass
* format code
* delete useless self-defined table
* hbase support batchCallBack (#86)
* fix test
* fix test
* init hbase_2.0 bufferedMutatorImpl
* pass single bufferedMutator test
* remove useless comments
* format code
* add inherited interface in bufferedMutator; fix concurrent bug in bufferedMuator execution
* develop tableBuilder
* fix typo
* fix exception erros message
* update time to wait pool to shutdown
* optimize rpcTimeout and operationTimeout setting in OHTable finishSetup
* develop ObCheckAndMutateBuilder
* add test cases
* add import
* pass test cases after merge
* pass all test cases after merge
* remove useless import
* use temporary multiCfHTable so that does not influence other cases
---------
Co-authored-by: stuBirdFly <84010733+stuBirdFly@users.noreply.github.com>
Co-authored-by: miyuan-ljr <miyuan.ljr@antgroup.com>1 parent 31b2fb4 commit 24bc2e4
File tree
7 files changed
+452
-11
lines changed- src
- main/java/com/alipay/oceanbase/hbase
- util
- test/java
- com/alipay/oceanbase/hbase
7 files changed
+452
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
963 | 964 | | |
964 | 965 | | |
965 | 966 | | |
966 | | - | |
| 967 | + | |
967 | 968 | | |
968 | 969 | | |
969 | 970 | | |
| |||
1019 | 1020 | | |
1020 | 1021 | | |
1021 | 1022 | | |
1022 | | - | |
| 1023 | + | |
1023 | 1024 | | |
1024 | 1025 | | |
1025 | 1026 | | |
| |||
1032 | 1033 | | |
1033 | 1034 | | |
1034 | 1035 | | |
1035 | | - | |
| 1036 | + | |
1036 | 1037 | | |
1037 | 1038 | | |
1038 | 1039 | | |
1039 | 1040 | | |
1040 | 1041 | | |
1041 | 1042 | | |
1042 | 1043 | | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
1043 | 1049 | | |
1044 | | - | |
| 1050 | + | |
1045 | 1051 | | |
1046 | 1052 | | |
1047 | 1053 | | |
1048 | | - | |
1049 | | - | |
| 1054 | + | |
1050 | 1055 | | |
1051 | | - | |
1052 | 1056 | | |
1053 | 1057 | | |
1054 | | - | |
| 1058 | + | |
1055 | 1059 | | |
1056 | 1060 | | |
1057 | 1061 | | |
| |||
1911 | 1915 | | |
1912 | 1916 | | |
1913 | 1917 | | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
| 1982 | + | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
1914 | 2023 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 | | |
177 | 183 | | |
178 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
829 | 834 | | |
830 | 835 | | |
831 | 836 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments