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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBuilderCustomization<T>
The
DefaultBuilderCustomization class is the default implementation
of BuilderCustomization . |
class |
EvictionPolicyBuilder
The
EvictionPolicyBuilder builds a ConfigurableCacheMap.EvictionPolicy . |
class |
NamedEventInterceptorBuilder
An NamedEventInterceptorBuilder facilitates the construction of a
NamedEventInterceptor , which wraps an EventInterceptor . |
class |
PartitionAssignmentStrategyBuilder
|
class |
UnitCalculatorBuilder
The
UnitCalculatorBuilder class builds a ConfigurableCacheMap.UnitCalculator . |
Modifier and Type | Class and 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.
|
class |
NioMemoryManagerBuilder
The NioMemoryManagerBuilder class builds an instance of a DirectStoreManager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BackupMapConfig
The
BackupMapConfig interface exposes the configuration needed
to create an instance of a backup map, which is used by the distributed cache
to store backup data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeScheme<T>
The
AbstractCompositeScheme manages a scheme that is used to
build a composite cache consisting of a front map and a back cache/map. |
class |
AbstractJournalScheme<T>
The
AbstractJournalScheme contains functionality common to all
Journal schemes. |
class |
AbstractLocalCachingScheme<T>
The
AbstractLocalCachingScheme is provides common functionality
for local caching schemes, including local-scheme, external-scheme, etc. |
class |
BackingMapScheme
The
BackingMapScheme class is responsible for building a fully
configured instance of a backing map. |
class |
CacheStoreScheme
The
CacheStoreScheme class is responsible for building a fully
configured instance of a CacheStore, CacheLoader or remote NamedCache. |
class |
ClassScheme
The
ClassScheme class is responsible for building custom CachingScheme s and
custom CacheStoreScheme s. |
class |
ContinuousQueryCacheScheme
This scheme is internally used to provide the
ParameterizedBuilder that constructs the view-filter
for the ViewScheme . |
class |
CustomScheme
|
static class |
DistributedScheme.BackupConfig
The
DistributedScheme.BackupConfig class manages configuration for the partitioned
cache backup map. |
class |
ExternalScheme
The
ExternalScheme class is responsible for building
a fully configured instance of a ExternalCache. |
class |
FlashJournalScheme
The
FlashJournalScheme is used to create an instance of a
Flash Journal map. |
class |
LocalScheme
The
LocalScheme class is responsible for building a fully
configured instance of a LocalCache. |
class |
NearScheme
The
NearScheme is used to realize (create) an instance of a NearCache. |
class |
OverflowScheme
|
class |
PagedExternalScheme
The
PagedExternalScheme class is responsible for building a
fully configured instance of a PagedExternalCache. |
class |
RamJournalScheme
The
RamJournalScheme is used to create an instance of a Ram Journal map. |
class |
ReadWriteBackingMapScheme
The
RemoteCacheScheme 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'.
|