Uses of Interface
com.tangosol.persistence.SnapshotArchiverFactory
-
Packages that use SnapshotArchiverFactory Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence. -
-
Uses of SnapshotArchiverFactory in com.tangosol.net
Methods in com.tangosol.net that return types with arguments of type SnapshotArchiverFactory Modifier and Type Method Description Map<String,SnapshotArchiverFactory>
ClusterDependencies. getSnapshotArchiverMap()
Obtain the snapshot archiver map.Map<String,SnapshotArchiverFactory>
OperationalContext. getSnapshotArchiverMap()
Return a Map of snapshot archiver factories. -
Uses of SnapshotArchiverFactory in com.tangosol.persistence
Classes in com.tangosol.persistence that implement SnapshotArchiverFactory Modifier and Type Class Description class
ConfigurableSnapshotArchiverFactory
ASnapshotArchiverFactory
implementation that creates instances of a SnapshotArchiver class configured using an XmlElement.
-