Uses of Interface
com.tangosol.coherence.config.scheme.BackupMapConfig
-
Packages that use BackupMapConfig Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes. -
-
Uses of BackupMapConfig in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme that implement BackupMapConfig Modifier and Type Class Description static class
DistributedScheme.BackupConfig
TheDistributedScheme.BackupConfig
class manages configuration for the partitioned cache backup map.Methods in com.tangosol.coherence.config.scheme that return BackupMapConfig Modifier and Type Method Description BackupMapConfig
DistributedScheme. getBackupMapConfig()
Return theBackupMapConfig
which is used to configure the backup map.Methods in com.tangosol.coherence.config.scheme with parameters of type BackupMapConfig Modifier and Type Method Description void
DistributedScheme. setBackupMapConfig(BackupMapConfig config)
Set theBackupMapConfig
which is used to configure a backup map.
-