V - atomic value typepublic abstract class AtomicValueOptions<O extends AtomicValueOptions<O,V>,V> extends DistributedPrimitiveOptions<O>
| Modifier and Type | Field and Description | 
|---|---|
protected BiFunction<V,Version,V> | 
compatibilityFunction  | 
| Constructor and Description | 
|---|
AtomicValueOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
O | 
withCompatibilityFunction(BiFunction<V,Version,V> compatibilityFunction)
Sets a compatibility function on the map. 
 | 
applicationId, meteringEnabled, name, partitionsDisabled, readOnly, relaxedReadConsistency, revisionType, serializer, type, version, withApplicationId, withName, withRelaxedReadConsistency, withRevisionType, withSerializer, withUpdatesDisabled, withVersionprotected BiFunction<V,Version,V> compatibilityFunction
public O withCompatibilityFunction(BiFunction<V,Version,V> compatibilityFunction)
compatibilityFunction - the compatibility function