AppserverIo\Appserver\Core\Api\Node\StorageServerNode::getWeight PHP Method

getWeight() public method

Returns weight the server has in the storage cluster.
public getWeight ( ) : integer
return integer The weight the server has in the storage cluster
    public function getWeight()
    {
        return $this->weight;
    }