AppserverIo\Appserver\Core\Api\Node\StorageServerNode::getWeight PHP Метод

getWeight() публичный Метод

Returns weight the server has in the storage cluster.
public getWeight ( ) : integer
Результат integer The weight the server has in the storage cluster
    public function getWeight()
    {
        return $this->weight;
    }