Page MenuHomePhorge
Diviner Tech Docs PhabricatorSearchHost

abstract class PhabricatorSearchHost
Phorge Technical Documentation ()

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function __construct($engine)

This method is not documented.
Parameters
PhabricatorFulltextStorageEngine$engine
Return
this//Implicit.//

public function setDisabled($disabled)

This method is not documented.
Parameters
$disabled
Return
wild

public function getDisabled()

This method is not documented.
Return
wild

public function getEngine()

This method is not documented.
Return
PhabricatorFulltextStorageEngine

public function isWritable()

This method is not documented.
Return
wild

public function isReadable()

This method is not documented.
Return
wild

public function hasRole($role)

This method is not documented.
Parameters
$role
Return
wild

public function setRoles($roles)

This method is not documented.
Parameters
array$roles
Return
wild

public function getRoles()

This method is not documented.
Return
wild

public function setPort($value)

This method is not documented.
Parameters
$value
Return
wild

public function getPort()

This method is not documented.
Return
wild

public function setHost($value)

This method is not documented.
Parameters
$value
Return
wild

public function getHost()

This method is not documented.
Return
wild

public function getHealthRecordCacheKey()

This method is not documented.
Return
wild

public function getHealthRecord()

This method is not documented.
Return
PhabricatorClusterServiceHealthRecord

public function didHealthCheck($reachable)

This method is not documented.
Parameters
$reachable
Return
wild

abstract public function getStatusViewColumns()

This method is not documented.
Return
string[]Get a list of fields to show in the status overview UI

abstract public function getConnectionStatus()

This method is not documented.
Return
wild