Documentation

KVResponseConverter
in package

Table of Contents

convertCommonGetReplicaResult()  : mixed
convertCounterResult()  : CounterResult
convertExistsResult()  : ExistsResult
convertGetAllReplicasResult()  : array<string|int, mixed>
convertGetAndLockResult()  : GetResult
convertGetAndTouchResult()  : GetResult
convertGetAnyReplicaResult()  : array<string|int, mixed>
convertGetResult()  : GetResult
convertLookupInResult()  : LookupInResult
convertMutateInResult()  : MutateInResult
convertMutationResult()  : MutationResult
convertTouchResult()  : MutationResult
convertUnlockResult()  : Result
getLookupInFields()  : array<string|int, mixed>
getMutateInFields()  : array<string|int, mixed>
orderSubdocRes()  : array<string|int, mixed>

Methods

convertCommonGetReplicaResult()

public static convertCommonGetReplicaResult(string $key, array<string|int, mixed> $response, Transcoder $transcoder) : mixed
Parameters
$key : string
$response : array<string|int, mixed>
$transcoder : Transcoder
Tags
throws
DecodingFailureException
Return values
mixed

convertUnlockResult()

public static convertUnlockResult(string $key, string $cas) : Result
Parameters
$key : string
$cas : string
Return values
Result

getLookupInFields()

private static getLookupInFields(array<string|int, mixed> $specs, array<string|int, mixed> $specsReq, array<string|int, mixed> $order) : array<string|int, mixed>
Parameters
$specs : array<string|int, mixed>
$specsReq : array<string|int, mixed>
$order : array<string|int, mixed>
Return values
array<string|int, mixed>

getMutateInFields()

private static getMutateInFields(array<string|int, mixed> $specs, array<string|int, mixed> $specsReq, array<string|int, mixed> $order) : array<string|int, mixed>
Parameters
$specs : array<string|int, mixed>
$specsReq : array<string|int, mixed>
$order : array<string|int, mixed>
Return values
array<string|int, mixed>

orderSubdocRes()

private static orderSubdocRes(array<string|int, mixed> $specs, array<string|int, mixed> $order) : array<string|int, mixed>
Parameters
$specs : array<string|int, mixed>
$order : array<string|int, mixed>
Return values
array<string|int, mixed>

        

Search results