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;
    }