Interface Notification

All Known Implementing Classes:
Notification.KeyCreated, Notification.KeyDeleted, Notification.KeyModified, Notification.KeyRangeDelete

A notification from an Oxia server indicating a change to a record associated with a key.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    A record associated with the key has been created.
    static final record 
    The record associated with the key has been deleted.
    static final record 
    The record associated with the key has been modified (updated).
    static final record 
    The record associated with the key range has been deleted.
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
     
  • Method Details

    • key

      String key()
      Returns:
      The key of the record.