T
- the type of object which is going to be created.public interface RecordFactory<T>
Modifier and Type | Method and Description |
---|---|
Record<T> |
newRecord(Object value) |
void |
setValue(Record<T> record,
Object value) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.