log_getmore

(PECL mongo >= 1.5.0)

log_getmoreCallback When Retrieving Next Cursor Batch

説明

log_getmore ( array $server , array $info )

A callable function, used by the log_getmore context option, when executing a GET_MORE operation.

注意:

This is not a real function, only a prototype of how the function should be.

パラメータ

server

選んだサーバーについての基本情報を含む配列。

キー
hashハーバーハッシュ。例:localhost:27017;-;X;56052
typeノード型 (primary/secondary/mongos/arbiter)。例:2
max_bson_sizeこのノードがネットワーク越しに受け付ける BSON の最大サイズ。例:16777216
max_message_sizeこのノードがネットワーク越しに受け入れるメッセージの最大サイズ。例:48000000
request_idこのメッセージのリクエスト識別子。例:42

info

key value
request_id integer, the driver request identifier
cursor_id integer, the cursor identifier being used to fetch more data
batch_size integer, maximum number of documents being requested