File tree 1 file changed +6
-0
lines changed
src/main/java/io/hops/metadata/ndb/dalimpl/hdfs
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 28
28
import io .hops .metadata .hdfs .entity .INodeMetadataLogEntry ;
29
29
import io .hops .metadata .hdfs .entity .MetadataLogEntry ;
30
30
import io .hops .metadata .ndb .ClusterjConnector ;
31
+ import io .hops .metadata .ndb .mysqlserver .MySQLQueryHelper ;
31
32
import io .hops .metadata .ndb .wrapper .HopsPredicate ;
32
33
import io .hops .metadata .ndb .wrapper .HopsQuery ;
33
34
import io .hops .metadata .ndb .wrapper .HopsQueryBuilder ;
@@ -219,6 +220,11 @@ public Collection<MetadataLogEntry> find(long fileId) throws StorageException {
219
220
return mlel ;
220
221
}
221
222
223
+ @ Override
224
+ public int countAll () throws StorageException {
225
+ return MySQLQueryHelper .countAll (TABLE_NAME );
226
+ }
227
+
222
228
private Collection <MetadataLogEntry > createCollection (
223
229
Collection <MetadataLogEntryDto > collection )
224
230
throws UnknownMetadataOperationType {
You can’t perform that action at this time.
0 commit comments