Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Package com.tangosol.coherence.config.scheme

Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.

See:
          Description

Interface Summary
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.
CachingScheme The CachingScheme is a multi-builder for cache-based infrastructure.
ClusteredCachingScheme The ClusteredCachingScheme interface represents schemes that are used for clustered caches.
ObservableCachingScheme An ObservableCachingScheme is a CachingScheme that supports defining and adding MapListeners to realized Maps and NamedCaches.
Scheme A Scheme defines the configuration information and necessary builders for the construction of various well-known and identifiable structures used by Coherence at runtime.
ServiceScheme This interface exposes service related scheme information.

 

Class Summary
AbstractBundlingScheme The AbstractBundlingScheme class provides bundling functionality for schemes.
AbstractCachingScheme An AbstractCachingScheme is a base implementation for an CachingScheme.
AbstractCompositeScheme The AbstractCompositeScheme manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.
AbstractJournalScheme The AbstractJournalScheme contains functionality common to all Journal schemes.
AbstractLocalCachingScheme The AbstractLocalCachingScheme is provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.
AbstractScheme The AbstractScheme is the base implementation of a Scheme.
AbstractServiceScheme The AbstractServiceScheme provides functionality common to all schemes that use services.
BackingMapScheme The BackingMapScheme class is responsible for building a fully configured instance of a backing map.
BundleManager The BundleManager class is responsible for configuring caches to use bundling.
BundleManager.BundleConfig The BundleConfig class contains the configuration for a Bundle.
CacheStoreScheme The CacheStoreScheme class is responsible for building a fully configured instance of a CacheStore, CacheLoader or remote NamedCache.
ClassScheme The ClassScheme class is responsible for building custom CachingSchemes and custom CacheStoreSchemes.
CustomScheme A CustomScheme is an adapter for a ParameterizedBuilder that builds a Map.
DistributedScheme The DistributedScheme class builds a distributed cache.
DistributedScheme.BackupConfig The DistributedScheme.BackupConfig class manages configuration for the partitioned cache backup map.
ExternalScheme The ExternalScheme class is responsible for building a fully configured instance of a ExternalCache.
FlashJournalScheme The FlashJournalScheme is used to create an instance of a Flash Journal map.
InvocationScheme The InvocationScheme class builds an Invocation service.
LocalScheme The LocalScheme class is responsible for building a fully configured instance of a LocalCache.
NearScheme The NearScheme is used to realize (create) an instance of a NearCache.
OptimisticScheme The OptimisticScheme class builds an optimistic cache.
OverflowScheme The OverflowScheme is used to create an instance of an OverflowMap or a SimpleOverflowMap.
PagedExternalScheme The PagedExternalScheme class is responsible for building a fully configured instance of a PagedExternalCache.
ProxyScheme The ProxyScheme class builds a Proxy scheme.
RamJournalScheme The RamJournalScheme is used to create an instance of a Ram Journal map.
ReadWriteBackingMapScheme The RemoteCacheScheme is responsible for creating a fully configured ReadWriteBackingMap.
RemoteCacheScheme The RemoteCacheScheme is responsible for building a remote cache.
RemoteInvocationScheme The RemoteInvocationScheme class builds a remote invocation service.
ReplicatedScheme The ReplicatedScheme class builds replicated cache.
TransactionalScheme The TransactionalScheme class builds a transactional cache.
TransactionalScheme.Manager The Manager class uses builders to create the required backing maps and provides client access to those maps.

 

Package com.tangosol.coherence.config.scheme Description

Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.


Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.