setNoSync method

Specifies whether the table should synchronize.

Syntax
TableSchema TableSchema.setNoSync(
  boolean no_sync
) throws ULjException
Parameters
  • no_sync   true, if you plan to synchronize any changes to the table; otherwise, false.

Remarks

When set true, row change information is not maintained. The default value is false.

Returns

This TableSchema with NoSync defined.