Interface UpdateMixin


public interface UpdateMixin
  • Method Summary

    Modifier and Type
    Method
    Description
    org.nustaq.reallive.api.RealLiveTable
     
    default org.nustaq.kontraktor.IPromise
    removeRec(String table, String key)
     
    default org.nustaq.kontraktor.IPromise
    updateRec(String table, String key, Object[] keyVals)
    update or add
  • Method Details

    • getTable

      org.nustaq.reallive.api.RealLiveTable getTable(String name)
    • updateRec

      default org.nustaq.kontraktor.IPromise updateRec(String table, String key, Object[] keyVals)
      update or add
      Parameters:
      table -
      key -
      keyVals -
    • removeRec

      default org.nustaq.kontraktor.IPromise removeRec(String table, String key)