Index

A C D E G I L M S T 
All Classes and Interfaces|All Packages|Constant Field Values

A

awaitSuccessfulInit() - Method in class com.hazelcast.mapstore.GenericMapLoader
Awaits successful initialization; if the initialization fails, throws an exception.

C

columnMetadataList - Variable in class com.hazelcast.mapstore.GenericMapLoader
 
COLUMNS_PROPERTY - Static variable in class com.hazelcast.mapstore.GenericMapLoader
Property key to define column names in database
com.hazelcast.mapstore - package com.hazelcast.mapstore
Implementation of MapStore interface based on Hazelcast SQL engine

D

DATA_CONNECTION_REF_PROPERTY - Static variable in class com.hazelcast.mapstore.GenericMapLoader
Property key to define data connection
delete(K) - Method in class com.hazelcast.mapstore.GenericMapStore
 
deleteAll(Collection<K>) - Method in class com.hazelcast.mapstore.GenericMapStore
 
destroy() - Method in class com.hazelcast.mapstore.GenericMapLoader
 

E

EXTERNAL_NAME_PROPERTY - Static variable in class com.hazelcast.mapstore.GenericMapLoader
Property key to define external name of the table

G

GenericMapLoader<K,V> - Class in com.hazelcast.mapstore
GenericMapLoader is an implementation of MapLoader built on top of Hazelcast SQL engine.
GenericMapLoader() - Constructor for class com.hazelcast.mapstore.GenericMapLoader
 
GenericMapStore<K,V> - Class in com.hazelcast.mapstore
GenericMapStore is an implementation of MapStore built on top of Hazelcast SQL engine.
GenericMapStore() - Constructor for class com.hazelcast.mapstore.GenericMapStore
 

I

ID_COLUMN_PROPERTY - Static variable in class com.hazelcast.mapstore.GenericMapLoader
Property key to define id column name in database
init(HazelcastInstance, Properties, String) - Method in class com.hazelcast.mapstore.GenericMapLoader
 

L

load(K) - Method in class com.hazelcast.mapstore.GenericMapLoader
 
LOAD_ALL_KEYS_PROPERTY - Static variable in class com.hazelcast.mapstore.GenericMapLoader
Property key to control loading of all keys when IMap is first created
loadAll(Collection<K>) - Method in class com.hazelcast.mapstore.GenericMapLoader
Size of the keys collection is limited by ClusterProperty.MAP_LOAD_CHUNK_SIZE
loadAllKeys() - Method in class com.hazelcast.mapstore.GenericMapLoader
 

M

MAPSTORE_INIT_TIMEOUT - Static variable in class com.hazelcast.mapstore.GenericMapLoader
Timeout for initialization of GenericMapLoader

S

SINGLE_COLUMN_AS_VALUE - Static variable in class com.hazelcast.mapstore.GenericMapLoader
Property key to decide on getting a single column as the value
sqlService - Variable in class com.hazelcast.mapstore.GenericMapLoader
 
store(K, V) - Method in class com.hazelcast.mapstore.GenericMapStore
 
storeAll(Map<K, V>) - Method in class com.hazelcast.mapstore.GenericMapStore
 

T

TYPE_NAME_PROPERTY - Static variable in class com.hazelcast.mapstore.GenericMapLoader
Property key to data connection type name
A C D E G I L M S T 
All Classes and Interfaces|All Packages|Constant Field Values