Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultBatchWriteRowCount = 200
Variables ¶
This section is empty.
Functions ¶
func ShouldSleep ¶
Types ¶
type BinaryRecordReplayResponse ¶
type BinaryRecordReplayResponse struct { RecordRestoreCount int HasTimeoutRecord bool ResponseInfo }
func BinaryRecordRestore ¶
func BinaryRecordRestore(client *tablestore.TableStoreClient, request *BinaryRecordReplayRequest) (*BinaryRecordReplayResponse, error)
type RecordReplayRequest ¶
type RecordReplayResponse ¶
type RecordReplayResponse struct { RecordRestoreCount int HasTimeoutRecord bool //whether to include record that exceeds timestamp in recordReplayRequest ResponseInfo }
func RecordRestore ¶
func RecordRestore(client *tablestore.TableStoreClient, request *RecordReplayRequest) (*RecordReplayResponse, error)
type ResponseInfo ¶
type ResponseInfo struct {
RequestId string
}
Click to show internal directories.
Click to hide internal directories.