Class LoomLWWRegister<V>

java.lang.Object
com.loomcache.client.LoomLWWRegister<V>

public final class LoomLWWRegister<V> extends Object
Client-side last-writer-wins register CRDT proxy.
  • Method Details

    • get

      public @Nullable V get()
    • set

      public long set(@Nullable V value)
    • timestamp

      public long timestamp()
    • isSet

      public boolean isSet()