public static class NodeStatisticEvent.NodeStatisticEventBuilder extends Object
Constructor and Description |
---|
NodeStatisticEventBuilder() |
Modifier and Type | Method and Description |
---|---|
NodeStatisticEvent |
build() |
NodeStatisticEvent.NodeStatisticEventBuilder |
setLocalHomeDiskSize(long localHomeDiskSize) |
NodeStatisticEvent.NodeStatisticEventBuilder |
setNumberOfActiveAndNonAliveNodes(long numberOfActiveAndNonAliveNodes) |
NodeStatisticEvent.NodeStatisticEventBuilder |
setNumberOfLiveNodes(long numberOfLiveNodes) |
NodeStatisticEvent.NodeStatisticEventBuilder |
setNumberOfOfflineNodes(long numberOfOfflineNodes) |
NodeStatisticEvent.NodeStatisticEventBuilder |
setSharedHomeDiskSize(long sharedHomeDiskSize) |
NodeStatisticEvent.NodeStatisticEventBuilder |
setUptime(long uptime) |
public NodeStatisticEvent build()
public NodeStatisticEvent.NodeStatisticEventBuilder setNumberOfLiveNodes(long numberOfLiveNodes)
public NodeStatisticEvent.NodeStatisticEventBuilder setUptime(long uptime)
public NodeStatisticEvent.NodeStatisticEventBuilder setLocalHomeDiskSize(long localHomeDiskSize)
public NodeStatisticEvent.NodeStatisticEventBuilder setSharedHomeDiskSize(long sharedHomeDiskSize)
public NodeStatisticEvent.NodeStatisticEventBuilder setNumberOfOfflineNodes(long numberOfOfflineNodes)
public NodeStatisticEvent.NodeStatisticEventBuilder setNumberOfActiveAndNonAliveNodes(long numberOfActiveAndNonAliveNodes)
Copyright © 2002-2019 Atlassian. All Rights Reserved.