T - type if input source objects to be written into the ringBufferpublic interface DataTransferringStrategy<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
byReference() |
void |
clean(T object)
Clean object's internals
|
void |
copy(T sourceObject,
T targetObject)
Copy data from one object to another
|
T |
newInstance()
Creates new instance of object
|
boolean byReference()
T newInstance()
void copy(T sourceObject, T targetObject)
sourceObject - object with source datatargetObject - target objectvoid clean(T object)
object - object to cleanCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.