public class HDRecordFactory extends Object implements com.hazelcast.map.impl.record.RecordFactory<com.hazelcast.nio.serialization.Data>
| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_AVAILABLE
Not available indicator.
|
| Constructor and Description |
|---|
HDRecordFactory(HiDensityRecordProcessor<HDRecord> recordProcessor,
com.hazelcast.spi.serialization.SerializationService serializationService) |
| Modifier and Type | Method and Description |
|---|---|
HiDensityRecordProcessor<HDRecord> |
getRecordProcessor() |
com.hazelcast.map.impl.record.Record<com.hazelcast.nio.serialization.Data> |
newRecord(com.hazelcast.nio.serialization.Data key,
Object value) |
void |
setValue(com.hazelcast.map.impl.record.Record<com.hazelcast.nio.serialization.Data> record,
Object value) |
public static final int NOT_AVAILABLE
public HDRecordFactory(HiDensityRecordProcessor<HDRecord> recordProcessor, com.hazelcast.spi.serialization.SerializationService serializationService)
public com.hazelcast.map.impl.record.Record<com.hazelcast.nio.serialization.Data> newRecord(com.hazelcast.nio.serialization.Data key,
Object value)
newRecord in interface com.hazelcast.map.impl.record.RecordFactory<com.hazelcast.nio.serialization.Data>public void setValue(com.hazelcast.map.impl.record.Record<com.hazelcast.nio.serialization.Data> record,
Object value)
setValue in interface com.hazelcast.map.impl.record.RecordFactory<com.hazelcast.nio.serialization.Data>public HiDensityRecordProcessor<HDRecord> getRecordProcessor()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.