Page MenuHomePhorge

final class PhutilAWSEC2Future
libphutil Technical Documentation (Futures)

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 isReady()
Inherited

Future

Is this future's process complete? Specifically, can this future be resolved without blocking?

Return
boolIf true, the external process is complete and resolving this future will not block.

public function resolve()
Inherited

Future

Resolve a future and return its result, blocking until the result is ready if necessary.

Return
wildFuture result.

final public function updateFuture()
Inherited

This method is not documented.
Return
wild

private function startServiceProfiler()
Inherited

This method is not documented.
Return
wild

private function endServiceProfiler()
Inherited

This method is not documented.
Return
wild

protected function getServiceProfilerStartParameters()
Inherited

This method is not documented.
Return
wild

protected function getServiceProfilerResultParameters()
Inherited

This method is not documented.
Return
wild

public function getReadSockets()
Inherited

Future

Retrieve a list of sockets which we can wait to become readable while a future is resolving. If your future has sockets which can be select()ed, return them here (or in getWriteSockets()) to make the resolve loop do a select(). If you do not return sockets in either case, you'll get a busy wait.

Return
listA list of sockets which we expect to become readable.

public function getWriteSockets()
Inherited

Future

Retrieve a list of sockets which we can wait to become writable while a future is resolving. See getReadSockets().

Return
listA list of sockets which we expect to become writable.

public function getDefaultWait()
Inherited

Future

Default amount of time to wait on stream select for this future. Normally 1 second is fine, but if the future has a timeout sooner than that it should return the amount of time left before the timeout.

Return
wild

public function start()
Inherited

This method is not documented.
Return
wild

final protected function getResult()
Inherited

Future

Retrieve the final result of the future.

Return
wildFinal resolution of this future.

final protected function setResult($result)
Inherited

This method is not documented.
Parameters
$result
Return
wild

final public function hasResult()
Inherited

This method is not documented.
Return
wild

private function setException($exception)
Inherited

This method is not documented.
Parameters
$exception
Return
wild

private function getException()
Inherited

This method is not documented.
Return
wild

final public function hasException()
Inherited

This method is not documented.
Return
wild

final public function setFutureKey($key)
Inherited

This method is not documented.
Parameters
$key
Return
wild

final public function getFutureKey()
Inherited

This method is not documented.
Return
wild

final public function setRaiseExceptionOnStart($raise)
Inherited

This method is not documented.
Parameters
$raise
Return
wild

final public function getHasFutureStarted()
Inherited

This method is not documented.
Return
wild

final public function canResolve()
Inherited

This method is not documented.
Return
wild

private function endFuture()
Inherited

This method is not documented.
Return
wild

public function __construct()
Inherited

This method is not documented.
Parameters
Future$proxied
Return
this//Implicit.//

public function setProxiedFuture($proxied)
Inherited

This method is not documented.
Parameters
Future$proxied
Return
wild

protected function getProxiedFuture()
Inherited

This method is not documented.
Return
wild

protected function didReceiveResult($result)
Inherited

This method is not documented.
Parameters
$result
Return
wild

protected function didReceiveException($exception)
Inherited

This method is not documented.
Parameters
$exception
Return
wild

public function getServiceName()

This method is not documented.
Return
wild

public function setAccessKey($access_key)
Inherited

This method is not documented.
Parameters
$access_key
Return
wild

public function getAccessKey()
Inherited

This method is not documented.
Return
wild

public function setSecretKey($secret_key)
Inherited

This method is not documented.
Parameters
PhutilOpaqueEnvelope$secret_key
Return
wild

public function getSecretKey()
Inherited

This method is not documented.
Return
wild

public function getRegion()
Inherited

This method is not documented.
Return
wild

public function setRegion($region)
Inherited

This method is not documented.
Parameters
$region
Return
wild

public function setEndpoint($endpoint)
Inherited

This method is not documented.
Parameters
$endpoint
Return
wild

public function getEndpoint()
Inherited

This method is not documented.
Return
wild

public function setHTTPMethod($method)
Inherited

This method is not documented.
Parameters
$method
Return
wild

public function getHTTPMethod()
Inherited

This method is not documented.
Return
wild

public function setPath($path)
Inherited

This method is not documented.
Parameters
$path
Return
wild

public function getPath()
Inherited

This method is not documented.
Return
wild

public function setData($data)
Inherited

This method is not documented.
Parameters
$data
Return
wild

public function getData()
Inherited

This method is not documented.
Return
wild

protected function getParameters()

This method is not documented.
Return
wild

public function addHeader($key, $value)
Inherited

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

protected function signRequest($future)
Inherited

This method is not documented.
Parameters
HTTPSFuture$future
Return
wild

protected function shouldSignContent()
Inherited

This method is not documented.
Return
wild

public function setParameters($parameters)

This method is not documented.
Parameters
$parameters
Return
wild