Difference between revisions of "Utils 1 0-bulkLogAppend"
From ADF Docs
Line 7: | Line 7: | ||
public void <strong>bulkLogAppend</strong> ( array logs ) | public void <strong>bulkLogAppend</strong> ( array logs ) | ||
− | == Parameters == | + | == Parameters == |
− | + | <table id="lib-params"> | |
+ | <tr class="header"> | ||
+ | <td>Required</td> | ||
+ | <td>Name</td> | ||
+ | <td>Type</td> | ||
+ | <td>Description</td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">required</td> | ||
+ | |||
+ | <td>logs</td> | ||
+ | <td>array</td> | ||
+ | <td>Array of log append records</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 04:06, 24 March 2010
Description
Takes an array of log writes and calls log append with each write
Signature
public void bulkLogAppend ( array logs )
Parameters
Required | Name | Type | Description |
required | logs | array | Array of log append records |