Metaspace.Space.Options.isForget()
Signature
boolean isForget (Object options)
Description
For TakeOptions - Retrieve the current setting for whether or not to return the tuple taken from a space using this TakeOptions object.
For PutOptions -Retrieve whether tuples, which already exist in a space, should be returned as the return values of put operations, or whether the existing tuples should be "forgotten" and not returned.
Parameters
Name | Type | Description |
options | Object | The TakeOptions or PutOptions object |
Returns
Type | Description |
boolean | true - Forget tuples. false - Do not forget tuples. |