Class KeyExists

java.lang.Object
com.aerospike.client.reactor.dto.KeyExists

public final class KeyExists extends Object
Container object for key identifier and exists flags.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final boolean
     
    final com.aerospike.client.Key
    Unique identifier for record.
  • Constructor Summary

    Constructors
    Constructor
    Description
    KeyExists(com.aerospike.client.Key key, boolean exists)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • key

      public final com.aerospike.client.Key key
      Unique identifier for record.
    • exists

      public final boolean exists
  • Constructor Details

    • KeyExists

      public KeyExists(com.aerospike.client.Key key, boolean exists)
  • Method Details