Uses of Interface
com.tangosol.coherence.config.scheme.BackupMapConfig
Packages that use BackupMapConfig
Package
Description
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 BackupMapConfigModifier and TypeClassDescriptionstatic class
TheDistributedScheme.BackupConfig
class manages configuration for the partitioned cache backup map.Methods in com.tangosol.coherence.config.scheme that return BackupMapConfigModifier and TypeMethodDescriptionDistributedScheme.getBackupMapConfig()
Return theBackupMapConfig
which is used to configure the backup map.Methods in com.tangosol.coherence.config.scheme with parameters of type BackupMapConfigModifier and TypeMethodDescriptionvoid
DistributedScheme.setBackupMapConfig
(BackupMapConfig config) Set theBackupMapConfig
which is used to configure a backup map.