类 FileMapStore
java.lang.Object
org.apache.seatunnel.engine.server.persistence.FileMapStore
- 所有已实现的接口:
com.hazelcast.map.MapLoader<Object,,Object> com.hazelcast.map.MapLoaderLifecycleSupport,com.hazelcast.map.MapStore<Object,Object>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoiddeleteAll(Collection<Object> keys) voiddestroy()voidinit(com.hazelcast.core.HazelcastInstance hazelcastInstance, Properties properties, String mapName) loadAll(Collection<Object> keys) voidvoid
-
构造器详细资料
-
FileMapStore
public FileMapStore()
-
-
方法详细资料
-
init
public void init(com.hazelcast.core.HazelcastInstance hazelcastInstance, Properties properties, String mapName) - 指定者:
init在接口中com.hazelcast.map.MapLoaderLifecycleSupport
-
destroy
public void destroy()- 指定者:
destroy在接口中com.hazelcast.map.MapLoaderLifecycleSupport
-
store
-
storeAll
-
delete
-
deleteAll
-
load
-
loadAll
-
loadAllKeys
-