com.hazelcast.map.impl.record
Interface RecordFactory<T>
- Type Parameters:
T
- the type of object which is going to be created.
- All Known Implementing Classes:
- DataRecordFactory, NativeRecordFactory, ObjectRecordFactory
public interface RecordFactory<T>
TODO need a better name than RecordFactory!
newRecord
Record<T> newRecord(Data key,
Object value)
setValue
void setValue(Record<T> record,
Object value)
isEquals
boolean isEquals(Object value1,
Object value2)
getStorageFormat
InMemoryFormat getStorageFormat()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.