You are here

public property KalturaClient::$batch in Kaltura 6.2

batch service lets you handle different batch process from remote machines. As oppesed to other ojects in the system, locking mechanism is critical in this case. For this reason the GetExclusiveXXX , UpdateExclusiveXXX and FreeExclusiveXXX actions are important for the system's intergity. In general - updating batch object should be done only using the UpdateExclusiveXXX which in turn can be called only after acuiring a batch objet properly (using GetExclusiveXXX). If an object was aquired and should be returned to the pool in it's initial state - use the FreeExclusiveXXX action

Type: KalturaBatchService

File

kaltura_client/KalturaClient.php, line 5314

Class

KalturaClient

Code

public $batch = null;