Uses of Interface
com.tangosol.coherence.config.builder.BuilderCustomization
-
Packages that use BuilderCustomization Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.builder.storemanager Defines external Store Manager Builder implementations for Coherence caches.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes. -
-
Uses of BuilderCustomization in com.tangosol.coherence.config.builder
Classes in com.tangosol.coherence.config.builder that implement BuilderCustomization Modifier and Type Class Description class
DefaultBuilderCustomization<T>
TheDefaultBuilderCustomization
class is the default implementation ofBuilderCustomization
.class
ElementCalculatorBuilder
TheElementCalculatorBuilder
class builds anNamedTopic.ElementCalculator
.class
EvictionPolicyBuilder
TheEvictionPolicyBuilder
builds aConfigurableCacheMap.EvictionPolicy
.class
NamedEventInterceptorBuilder
An NamedEventInterceptorBuilder facilitates the construction of aNamedEventInterceptor
, which wraps anEventInterceptor
.class
PartitionAssignmentStrategyBuilder
class
ReadLocatorBuilder
TheReadLocatorBuilder
class builds aBiFunction
that given the currentownership
of a partition andservice
will return amember
to target reads against.class
UnitCalculatorBuilder
TheUnitCalculatorBuilder
class builds aConfigurableCacheMap.UnitCalculator
. -
Uses of BuilderCustomization in com.tangosol.coherence.config.builder.storemanager
Classes in com.tangosol.coherence.config.builder.storemanager that implement BuilderCustomization Modifier and Type Class Description class
AbstractNioManagerBuilder<T>
The AbstractNioManagerBuilder class is an abstract class used to build an NIO file manager or an NIO memory manager.class
AbstractStoreManagerBuilder<T>
The AbstractStoreManagerBuilder class builds an instance of a BinaryStoreManager.class
AsyncStoreManagerBuilder
The AsyncStoreManagerBuilder class builds and instance of an AsyncBinaryStoreManager.class
BdbStoreManagerBuilder
The BdbStoreManagerBuilder class builds an instance of a BerkeleyDBBinaryStoreManager.class
CustomStoreManagerBuilder
The CustomStoreManagerBuilder class builds an instance of a custom BinaryStoreManager.class
NioFileManagerBuilder
The NioFileManagerBuilder class builds an instance of a MappedStoreManager. -
Uses of BuilderCustomization in com.tangosol.coherence.config.scheme
Subinterfaces of BuilderCustomization in com.tangosol.coherence.config.scheme Modifier and Type Interface Description interface
BackupMapConfig
TheBackupMapConfig
interface exposes the configuration needed to create an instance of a backup map, which is used by the distributed cache to store backup data.Classes in com.tangosol.coherence.config.scheme that implement BuilderCustomization Modifier and Type Class Description class
AbstractCompositeScheme<T>
TheAbstractCompositeScheme
manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.class
AbstractJournalScheme<T>
TheAbstractJournalScheme
contains functionality common to all Journal schemes.class
AbstractLocalCachingScheme<T>
TheAbstractLocalCachingScheme
is provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.class
BackingMapScheme
TheBackingMapScheme
class is responsible for building a fully configured instance of a backing map.class
CacheStoreScheme
TheCacheStoreScheme
class is responsible for building a fully configured instance of a CacheStore, CacheLoader or remote NamedCache.class
CaffeineScheme
TheCaffeineScheme
class is responsible for building a fully configured instance of aCaffeineCache
.class
ClassScheme
TheClassScheme
class is responsible for building customCachingScheme
s and customCacheStoreScheme
s.class
ContinuousQueryCacheScheme
This scheme is internally used to provide theParameterizedBuilder
that constructs theview-filter
for theViewScheme
.class
CustomScheme
static class
DistributedScheme.BackupConfig
TheDistributedScheme.BackupConfig
class manages configuration for the partitioned cache backup map.class
ExternalScheme
TheExternalScheme
class is responsible for building a fully configured instance of a ExternalCache.class
FlashJournalScheme
TheFlashJournalScheme
is used to create an instance of a Flash Journal map.class
LocalScheme
TheLocalScheme
class is responsible for building a fully configured instance of a LocalCache.class
NearScheme
TheNearScheme
is used to realize (create) an instance of a NearCache.class
OverflowScheme
class
PagedExternalScheme
ThePagedExternalScheme
class is responsible for building a fully configured instance of a PagedExternalCache.class
RamJournalScheme
TheRamJournalScheme
is used to create an instance of a Ram Journal map.class
ReadWriteBackingMapScheme
TheRemoteCacheScheme
is responsible for creating a fully configured ReadWriteBackingMap.class
ViewScheme
A Scheme that realizes both services and caches for Coherence 12.2.1.4 feature named 'views'.
-