Toggle navigation
Home
net.kuujo.copycat.Mode to net.kuujo.copycat.PersistenceLevel
No. of Instances - 43
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
submit(MapCommands.PutIfAbsent.builder().withKey(key).withValue(value).withTtl(ttl).withMode(mode).build())
to
submit(MapCommands.PutIfAbsent.builder().withKey(key).withValue(value).withTtl(ttl).withPersistence(persistence).build())
SetCommands.Add.builder().withValue(value.hashCode()).withTtl(ttl).withMode(mode).build()
to
SetCommands.Add.builder().withValue(value.hashCode()).withTtl(ttl).withPersistence(persistence).build()
ReferenceCommands.GetAndSet.<T>builder().withValue(value).withTtl(ttl,unit).withMode(mode).build()
to
ReferenceCommands.GetAndSet.<T>builder().withValue(value).withTtl(ttl,unit).withPersistence(persistence).build()
submit(MapCommands.Put.builder().withKey(key).withValue(value).withMode(mode).build())
to
submit(MapCommands.Put.builder().withKey(key).withValue(value).withPersistence(persistence).build())
ReferenceCommands.Set.builder().withValue(value).withTtl(ttl).withMode(mode).build()
to
ReferenceCommands.Set.builder().withValue(value).withTtl(ttl).withPersistence(persistence).build()
ReferenceCommands.CompareAndSet.builder().withExpect(expect).withUpdate(update).withMode(mode).build()
to
ReferenceCommands.CompareAndSet.builder().withExpect(expect).withUpdate(update).withPersistence(persistence).build()
submit(MapCommands.Put.builder().withKey(key).withValue(value).withTtl(ttl,unit).withMode(mode).build())
to
submit(MapCommands.Put.builder().withKey(key).withValue(value).withTtl(ttl,unit).withPersistence(persistence).build())
ReferenceCommands.CompareAndSet.builder().withExpect(expect).withUpdate(update).withTtl(ttl,unit).withMode(mode).build()
to
ReferenceCommands.CompareAndSet.builder().withExpect(expect).withUpdate(update).withTtl(ttl,unit).withPersistence(persistence).build()
submit(MapCommands.PutIfAbsent.builder().withKey(key).withValue(value).withTtl(ttl,unit).withMode(mode).build())
to
submit(MapCommands.PutIfAbsent.builder().withKey(key).withValue(value).withTtl(ttl,unit).withPersistence(persistence).build())
SetCommands.Add.builder().withValue(value.hashCode()).withTtl(ttl,unit).withMode(mode).build()
to
SetCommands.Add.builder().withValue(value.hashCode()).withTtl(ttl,unit).withPersistence(persistence).build()
ReferenceCommands.CompareAndSet.builder().withExpect(expect).withUpdate(update).withTtl(ttl).withMode(mode).build()
to
ReferenceCommands.CompareAndSet.builder().withExpect(expect).withUpdate(update).withTtl(ttl).withPersistence(persistence).build()
ReferenceCommands.GetAndSet.<T>builder().withValue(value).withTtl(ttl).withMode(mode).build()
to
ReferenceCommands.GetAndSet.<T>builder().withValue(value).withTtl(ttl).withPersistence(persistence).build()
ReferenceCommands.GetAndSet.<T>builder().withValue(value).withMode(mode).build()
to
ReferenceCommands.GetAndSet.<T>builder().withValue(value).withPersistence(persistence).build()
ReferenceCommands.Set.builder().withValue(value).withMode(mode).build()
to
ReferenceCommands.Set.builder().withValue(value).withPersistence(persistence).build()
submit(MapCommands.Put.builder().withKey(key).withValue(value).withTtl(ttl).withMode(mode).build())
to
submit(MapCommands.Put.builder().withKey(key).withValue(value).withTtl(ttl).withPersistence(persistence).build())
SetCommands.Add.builder().withValue(value.hashCode()).withMode(mode).build()
to
SetCommands.Add.builder().withValue(value.hashCode()).withPersistence(persistence).build()
ReferenceCommands.Set.builder().withValue(value).withTtl(ttl,unit).withMode(mode).build()
to
ReferenceCommands.Set.builder().withValue(value).withTtl(ttl,unit).withPersistence(persistence).build()
Rename Variable
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence
mode
to
persistence