PHP 클래스 Aws\DynamoDb\LockingSessionConnection

상속: extends Aws\DynamoDb\StandardSessionConnection
파일 보기 프로젝트 열기: aws/aws-sdk-php

공개 메소드들

메소드 설명
__construct ( Aws\DynamoDb\DynamoDbClient $client, array $config = [] )
read ( $id ) {@inheritdoc} Retries the request until the lock can be acquired

메소드 상세

__construct() 공개 메소드

public __construct ( Aws\DynamoDb\DynamoDbClient $client, array $config = [] )
$client Aws\DynamoDb\DynamoDbClient
$config array

read() 공개 메소드

{@inheritdoc} Retries the request until the lock can be acquired
public read ( $id )