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
|
createNew
V 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 © 2018 Hazelcast, Inc.. All Rights Reserved.