PHP 클래스 AppserverIo\Appserver\Core\Api\Node\StorageServerNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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