Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Package com.tangosol.coherence.config.builder

Defines the typical runtime configuration builders for the Coherence configuration object model.

See:
          Description

Interface Summary
BackingMapManagerBuilder A BackingMapManagerBuilder realizes BackingMapManagers.
BuilderCustomization A class that implements BuilderCustomization is one that allows an alternate builder, as a ParameterizedBuilder, to be provided so that the said class may use it for realizing objects.
MapBuilder The MapBuilder interface is used by a builder to create an instance of a Map that is a local to a Java process.
NamedCacheBuilder A NamedCacheBuilder realizes NamedCaches.
ParameterizedBuilder A ParameterizedBuilder is an implementation of the classic Builder Pattern that utilizes a ParameterResolver to resolve any required runtime Parameters necessary for realizing an object.
ParameterizedBuilder.ReflectionSupport An optional interface that ParameterizedBuilders may implement to provide runtime type information about the type of objects that may be built.
ServiceBuilder The ServiceBuilder interface is used by a builder that creates a Service.

 

Class Summary
DefaultBuilderCustomization The DefaultBuilderCustomization class is the default implementation of BuilderCustomization.
EvictionPolicyBuilder The EvictionPolicyBuilder builds a ConfigurableCacheMap.EvictionPolicy.
InstanceBuilder An InstanceBuilder is a ParameterizedBuilder implementation that additionally supports injection based on Coherence <instance%gt; or <class-scheme> configurations.
MapBuilder.Dependencies The commonly required MapBuilder.Dependencies for realizing a Map with a MapBuilder.
NamedEventInterceptorBuilder An NamedEventInterceptorBuilder facilitates the construction of a NamedEventInterceptor, which wraps an EventInterceptor.
ParameterizedBuilderHelper The ParameterizedBuilderHelper defines helper methods for ParameterizedBuilder implementations.
StaticFactoryInstanceBuilder A StaticFactoryInstanceBuilder is a ParameterizedBuilder that has been configured to realize objects based on the properties defined by an <instance> configuration element that uses the static <class-factory-name> approach.
UnitCalculatorBuilder The UnitCalculatorBuilder class builds a ConfigurableCacheMap.UnitCalculator.

 

Package com.tangosol.coherence.config.builder Description

Defines the typical runtime configuration builders for the Coherence configuration object model.


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.