JavaScript is disabled on your browser.
All Implemented Interfaces:
com.hazelcast.map.MapLoader<UUID ,Fill >, com.hazelcast.map.MapStore<UUID ,Fill >
public class FillMapStore
extends Object
implements com.hazelcast.map.MapStore<UUID ,Fill >
Hazelcast MapStore implementation for Fill records.
This class bridges the Hazelcast IMap with PostgreSQL persistence
by converting between Fill records and FillEntity objects.
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Details
store
Specified by:
store in interface com.hazelcast.map.MapStore<UUID ,Fill >
storeAll
Specified by:
storeAll in interface com.hazelcast.map.MapStore<UUID ,Fill >
delete
public void delete (UUID key)
Specified by:
delete in interface com.hazelcast.map.MapStore<UUID ,Fill >
deleteAll
Specified by:
deleteAll in interface com.hazelcast.map.MapStore<UUID ,Fill >
load
Specified by:
load in interface com.hazelcast.map.MapLoader<UUID ,Fill >
loadAll
Specified by:
loadAll in interface com.hazelcast.map.MapLoader<UUID ,Fill >
loadAllKeys
Specified by:
loadAllKeys in interface com.hazelcast.map.MapLoader<UUID ,Fill >