public class NativeRecordFactory extends Object implements RecordFactory<Data>
| Constructor and Description | 
|---|
NativeRecordFactory(MapConfig config,
                   Storage<DataRef> storage,
                   SerializationService serializationService,
                   PartitioningStrategy partitionStrategy)  | 
public NativeRecordFactory(MapConfig config, Storage<DataRef> storage, SerializationService serializationService, PartitioningStrategy partitionStrategy)
public InMemoryFormat getStorageFormat()
getStorageFormat in interface RecordFactory<Data>public Record<Data> newRecord(Data key, Object value)
newRecord in interface RecordFactory<Data>public void setValue(Record<Data> record, Object value)
setValue in interface RecordFactory<Data>public boolean isEquals(Object value1, Object value2)
isEquals in interface RecordFactory<Data>Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.