PHP Класс AppserverIo\Appserver\Core\Api\Node\StorageServerNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$address string The server's IP address.
$port integer The server's port.
$weight integer The server's weight.

Открытые методы

Метод Описание
getAddress ( ) : string Returns the IP address the server listens to.
getPort ( ) : string Returns the port the server listens to.
getWeight ( ) : integer Returns weight the server has in the storage cluster.

Описание методов

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

Returns the IP address the server listens to.
public getAddress ( ) : string
Результат string the IP address the server listens to

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

Returns the port the server listens to.
public getPort ( ) : string
Результат string the port the server listens to

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

Returns weight the server has in the storage cluster.
public getWeight ( ) : integer
Результат integer The weight the server has in the storage cluster

Описание свойств

$address защищенное свойство

The server's IP address.
protected string $address
Результат string

$port защищенное свойство

The server's port.
protected int $port
Результат integer

$weight защищенное свойство

The server's weight.
protected int $weight
Результат integer