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
    boolean exists  
    com.aerospike.client.Key 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
    String toString()  

    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