Class ExpWriteFlags

java.lang.Object
com.aerospike.client.exp.ExpWriteFlags

public final class ExpWriteFlags extends Object
Expression write bit flags. Use BITWISE OR to combine flags. Example:

 int flags = ExpWriteFlags.CREATE_ONLY | ExpWriteFlags.POLICY_NO_FAIL;
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    If expression results in nil value, then delete the bin.
    static final int
    If bin does not exist, a new bin will be created.
    static final int
    Default.
    static final int
    Ignore failures caused by the expression resolving to unknown or a non-bin type.
    static final int
    Do not raise error if operation is denied.
    static final int
    If bin exists, the bin will be overwritten.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait