mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
fs stats should be public
This commit is contained in:
parent
0ff84d222f
commit
2114751d12
@ -200,7 +200,7 @@ public class NodeStats extends NodeOperationResponse {
|
||||
* File system level stats.
|
||||
*/
|
||||
@Nullable
|
||||
FsStats fs() {
|
||||
public FsStats fs() {
|
||||
return fs;
|
||||
}
|
||||
|
||||
@ -208,7 +208,7 @@ public class NodeStats extends NodeOperationResponse {
|
||||
* File system level stats.
|
||||
*/
|
||||
@Nullable
|
||||
FsStats getFs() {
|
||||
public FsStats getFs() {
|
||||
return fs();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user