Metaspace.Space.Options.isForget()

Signature

boolean isForget (Object options)

Domain

ACTION

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

NameTypeDescription
optionsObjectThe TakeOptions or PutOptions object

Returns

TypeDescription
booleantrue - Forget tuples. false - Do not forget tuples.

Cautions

none