Interface StoreOperation.Callback

    • Method Detail

      • gotData

        void gotData​(java.lang.String key,
                     long cas)
        Callback for each result from a Store.
        Parameters:
        key - the key that was retrieved
        cas - the CAS value for this record