Uses of Class
org.jgroups.persistence.PersistenceFactory
-
Packages that use PersistenceFactory Package Description org.jgroups.persistence Provides features for storing information to a database or file. -
-
Uses of PersistenceFactory in org.jgroups.persistence
Methods in org.jgroups.persistence that return PersistenceFactory Modifier and Type Method Description static PersistenceFactory
PersistenceFactory. getInstance()
Singular public method to get access to any of the Persistence Manager implementations.
-