| Package | Description | 
|---|---|
| com.hazelcast.mapstore | Implementation of  MapStoreinterface based on Hazelcast SQL engine | 
| com.hazelcast.nio.serialization.genericrecord | This package contains APIs for the GenericRecords. | 
| Modifier and Type | Method and Description | 
|---|---|
| GenericRecord | GenericMapStore. load(K key) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<K,GenericRecord> | GenericMapStore. loadAll(Collection<K> keys)Size of the  keyscollection is limited byClusterProperty.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 © 2024 Hazelcast, Inc.. All rights reserved.