AppserverIo\Appserver\Core\Api\Node\StorageServerNode::getWeight PHP Méthode

getWeight() public méthode

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