Basho\Tests\TestCase::getCluster PHP 메소드

getCluster() 공개 정적인 메소드

Gets a cluster of 3 fake nodes
public static getCluster ( ) : array
리턴 array
    public static function getCluster()
    {
        return (new Node\Builder())->onPort(static::getTestPort())->buildCluster(['riak1.company.com', 'riak2.company.com', 'riak3.company.com']);
    }