| Package | Description |
|---|---|
| io.gs2.chat | |
| io.gs2.chat.control |
| Modifier and Type | Method and Description |
|---|---|
CheckEstimateScanByteByAllRoomResult |
Gs2ChatClient.checkEstimateScanByteByAllRoom(CheckEstimateScanByteByAllRoomRequest request)
メッセージ検索時にスキャンするログサイズの予測値を取得します。
長期にわたる検索を行う場合、事前におおよそのログスキャン容量を把握したいと思うはずです。 そのような場合にはこのAPIを使用することで、事前にログスキャン容量を把握することが出来ます。 ただし、ここで得られる値はあくまで予測値であり、実際に実行した際の値とは異なる場合があります。 |
| Modifier and Type | Method and Description |
|---|---|
CheckEstimateScanByteByAllRoomRequest |
CheckEstimateScanByteByAllRoomRequest.withBegin(Integer begin)
検索期間 開始日時(エポック秒)を設定
|
CheckEstimateScanByteByAllRoomRequest |
CheckEstimateScanByteByAllRoomRequest.withEnd(Integer end)
検索期間 終了日時(エポック秒)を設定
|
CheckEstimateScanByteByAllRoomRequest |
CheckEstimateScanByteByAllRoomRequest.withLimit(Integer limit)
データの取得件数を設定
|
CheckEstimateScanByteByAllRoomRequest |
CheckEstimateScanByteByAllRoomRequest.withLobbyName(String lobbyName)
ロビーの名前を設定
|
CheckEstimateScanByteByAllRoomRequest |
CheckEstimateScanByteByAllRoomRequest.withMessage(String message)
検索するメッセージテキスト文字列(部分一致)を設定
|
CheckEstimateScanByteByAllRoomRequest |
CheckEstimateScanByteByAllRoomRequest.withMeta(String meta)
検索するメッセージメタデータ文字列(部分一致)を設定
|
CheckEstimateScanByteByAllRoomRequest |
CheckEstimateScanByteByAllRoomRequest.withPageToken(String pageToken)
データの取得を開始する位置を指定するトークンを設定
|
CheckEstimateScanByteByAllRoomRequest |
CheckEstimateScanByteByAllRoomRequest.withUserId(String userId)
検索するユーザID文字列(部分一致)を設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.