Skip to content

Commit

Permalink
[HOPSWORKS-CLOUD-1598] Added direct mem and DB utilization to HopsFS UI
Browse files Browse the repository at this point in the history
  • Loading branch information
smkniazi authored and berthoug committed Feb 18, 2021
1 parent 860e6a2 commit 2cd716b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/io/hops/DalStorageFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ public void setConfiguration(Properties conf)
public EntityDataAccess getDataAccess(Class type);

public boolean hasResources(double threshold) throws StorageException;


public float getResourceMemUtilization() throws StorageException;
}

0 comments on commit 2cd716b

Please sign in to comment.