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

Method IsPutFinished

src/sdk/python/TeraSdk.py:502–508  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

500 lib.tera_table_apply_reader(self.table, reader.reader)
501
502 def IsPutFinished(self):
503 """ table的异步写操作是否*全部*完成
504
505 Returns:
506 (bool) 全部完成则返回true,否则返回false.
507 """
508 return lib.tera_table_is_put_finished(self.table)
509
510 def IsGetFinished(self):
511 """ table的异步读操作是否*全部*完成

Callers 3

async_putFunction · 0.45
put_get_with_timestampFunction · 0.45
NativeFlushCommitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected