K - key typeV - value typepublic interface VersionAwareConstructorFunction<K,V> extends ConstructorFunction<K,V>
| Modifier and Type | Method and Description | 
|---|---|
V | 
createNew(K arg,
         Version version)
Creates a new instance of an object given the construction argument and the version of the object 
 | 
createNewV createNew(K arg, Version version)
arg - construction argumentversion - version of the object it should create - it's cluster version bound, since objects change
                between release onlyCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.