public class DataRecordFactory extends Object implements RecordFactory<Data>
| Constructor and Description |
|---|
DataRecordFactory(MapConfig config,
SerializationService serializationService,
PartitioningStrategy partitionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
InMemoryFormat |
getStorageFormat() |
boolean |
isEquals(Object value1,
Object value2) |
Record<Data> |
newRecord(Data key,
Object value) |
void |
setValue(Record<Data> record,
Object value) |
public DataRecordFactory(MapConfig config, 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 © 2021 Hazelcast, Inc.. All rights reserved.