Class DefaultBuilderCustomization<T>
java.lang.Object
com.tangosol.coherence.config.builder.DefaultBuilderCustomization<T>
- All Implemented Interfaces:
BuilderCustomization<T>
- Direct Known Subclasses:
ElementCalculatorBuilder
,EvictionPolicyBuilder
,PartitionAssignmentStrategyBuilder
,ReadLocatorBuilder
,UnitCalculatorBuilder
The
DefaultBuilderCustomization
class is the default implementation
of BuilderCustomization
.- Since:
- Coherence 12.1.2
- Author:
- pfm 2012.01.06
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObtains the customParameterizedBuilder
.void
Sets theParameterizedBuilder
to be used as the alternate builder.
-
Constructor Details
-
DefaultBuilderCustomization
public DefaultBuilderCustomization()
-
-
Method Details
-
getCustomBuilder
Obtains the customParameterizedBuilder
.- Specified by:
getCustomBuilder
in interfaceBuilderCustomization<T>
- Returns:
- the
ParameterizedBuilder
-
setCustomBuilder
Sets theParameterizedBuilder
to be used as the alternate builder.- Specified by:
setCustomBuilder
in interfaceBuilderCustomization<T>
- Parameters:
bldr
- the ParameterizedBuilder
-