MCPcopy Create free account
hub / github.com/baidu/tera / IsGetFinished

Method IsGetFinished

src/sdk/python/TeraSdk.py:510–516  ·  view source on GitHub ↗

table的异步读操作是否*全部*完成 Returns: (bool) 全部完成则返回true,否则返回false.

(self)

Source from the content-addressed store, hash-verified

508 return lib.tera_table_is_put_finished(self.table)
509
510 def IsGetFinished(self):
511 """ table的异步读操作是否*全部*完成
512
513 Returns:
514 (bool) 全部完成则返回true,否则返回false.
515 """
516 return lib.tera_table_is_get_finished(self.table)
517
518 def BatchGet(self, row_reader_list):
519 """ 批量get

Callers 2

async_getFunction · 0.45
put_get_with_timestampFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected