Uses of Class
org.elasticsearch.cluster.DiskUsage
-
Packages that use DiskUsage Package Description org.elasticsearch.cluster org.elasticsearch.monitor.fs -
-
Uses of DiskUsage in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return types with arguments of type DiskUsage Modifier and Type Method Description ImmutableOpenMap<String,DiskUsage>ClusterInfo. getNodeLeastAvailableDiskUsages()Returns a node id to disk usage mapping for the path that has the least available space on the node.ImmutableOpenMap<String,DiskUsage>ClusterInfo. getNodeMostAvailableDiskUsages()Returns a node id to disk usage mapping for the path that has the most available space on the node.Constructor parameters in org.elasticsearch.cluster with type arguments of type DiskUsage Constructor Description ClusterInfo(ImmutableOpenMap<String,DiskUsage> leastAvailableSpaceUsage, ImmutableOpenMap<String,DiskUsage> mostAvailableSpaceUsage, ImmutableOpenMap<String,Long> shardSizes, ImmutableOpenMap<ShardRouting,String> routingToDataPath)Creates a new ClusterInfo instance. -
Uses of DiskUsage in org.elasticsearch.monitor.fs
Methods in org.elasticsearch.monitor.fs that return DiskUsage Modifier and Type Method Description DiskUsageFsInfo. getLeastDiskEstimate()DiskUsageFsInfo. getMostDiskEstimate()Constructors in org.elasticsearch.monitor.fs with parameters of type DiskUsage Constructor Description FsInfo(long timestamp, FsInfo.IoStats ioStats, FsInfo.Path[] paths, DiskUsage leastUsage, DiskUsage mostUsage)
-