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
public class DefaultBuilderCustomization<T> extends Object implements BuilderCustomization<T>
TheDefaultBuilderCustomization
class is the default implementation ofBuilderCustomization
.- Since:
- Coherence 12.1.2
- Author:
- pfm 2012.01.06
-
-
Constructor Summary
Constructors Constructor Description DefaultBuilderCustomization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterizedBuilder<T>
getCustomBuilder()
Obtains the customParameterizedBuilder
.void
setCustomBuilder(ParameterizedBuilder<T> bldr)
Sets theParameterizedBuilder
to be used as the alternate builder.
-
-
-
Method Detail
-
getCustomBuilder
public ParameterizedBuilder<T> getCustomBuilder()
Obtains the customParameterizedBuilder
.- Specified by:
getCustomBuilder
in interfaceBuilderCustomization<T>
- Returns:
- the
ParameterizedBuilder
-
setCustomBuilder
public void setCustomBuilder(ParameterizedBuilder<T> bldr)
Sets theParameterizedBuilder
to be used as the alternate builder.- Specified by:
setCustomBuilder
in interfaceBuilderCustomization<T>
- Parameters:
bldr
- the ParameterizedBuilder
-
-