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 2c61c22 commit 69a88a9Copy full SHA for 69a88a9
src/javaxt/express/utils/StatusLogger.java
@@ -114,6 +114,16 @@ public void setTotalRecords(long n){
114
}
115
116
117
+ //**************************************************************************
118
+ //** getTotalRecords
119
120
+ /** Returns the total number of records expected to be processed.
121
+ */
122
+ public Long getTotalRecords(){
123
+ return totalRecords.get();
124
+ }
125
+
126
127
//**************************************************************************
128
//** separateMessages
129
0 commit comments