Package | Description |
---|---|
com.hazelcast.mapstore |
Implementation of
MapStore interface based on Hazelcast SQL engine |
com.hazelcast.nio.serialization.genericrecord |
This package contains APIs for the GenericRecords.
|
Modifier and Type | Method and Description |
---|---|
GenericRecord |
GenericMapLoader.load(K key) |
Modifier and Type | Method and Description |
---|---|
Map<K,GenericRecord> |
GenericMapLoader.loadAll(Collection<K> keys)
Size of the
keys collection is limited by ClusterProperty.MAP_LOAD_CHUNK_SIZE |
Modifier and Type | Method and Description |
---|---|
void |
GenericMapStore.store(K key,
GenericRecord record) |
Modifier and Type | Method and Description |
---|---|
void |
GenericMapStore.storeAll(Map<K,GenericRecord> map) |
Modifier and Type | Method and Description |
---|---|
GenericRecord |
GenericRecordBuilder.build() |
GenericRecord[] |
GenericRecord.getArrayOfGenericRecord(String fieldName) |
GenericRecord |
GenericRecord.getGenericRecord(String fieldName) |
Modifier and Type | Method and Description |
---|---|
GenericRecordBuilder |
GenericRecordBuilder.setArrayOfGenericRecord(String fieldName,
GenericRecord[] value)
It is legal to set the field again only when Builder is created with
newBuilderWithClone() . |
GenericRecordBuilder |
GenericRecordBuilder.setGenericRecord(String fieldName,
GenericRecord value)
It is legal to set the field again only when Builder is created with
newBuilderWithClone() . |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.