Class AbstractStoreManagerBuilder<T>
java.lang.Object
com.tangosol.coherence.config.builder.storemanager.AbstractStoreManagerBuilder<T>
- All Implemented Interfaces:
BuilderCustomization<T>,BinaryStoreManagerBuilder
- Direct Known Subclasses:
AbstractNioManagerBuilder,AsyncStoreManagerBuilder,BdbStoreManagerBuilder,CustomStoreManagerBuilder
public abstract class AbstractStoreManagerBuilder<T>
extends Object
implements BinaryStoreManagerBuilder, BuilderCustomization<T>
The AbstractStoreManagerBuilder class builds an instance of a
BinaryStoreManager.
- Since:
- Coherence 12.1.2
- Author:
- pfm 2011.11.30
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the customParameterizedBuilder.voidSets theParameterizedBuilderto be used as the alternate builder.protected voidvalidate(ParameterResolver resolver) Validate the builder.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tangosol.coherence.config.builder.storemanager.BinaryStoreManagerBuilder
realize
-
Constructor Details
-
AbstractStoreManagerBuilder
public AbstractStoreManagerBuilder()
-
-
Method Details
-
getCustomBuilder
Obtains the customParameterizedBuilder.- Specified by:
getCustomBuilderin interfaceBuilderCustomization<T>- Returns:
- the
ParameterizedBuilder
-
setCustomBuilder
Sets theParameterizedBuilderto be used as the alternate builder.- Specified by:
setCustomBuilderin interfaceBuilderCustomization<T>- Parameters:
bldr- the ParameterizedBuilder
-
validate
Validate the builder.- Parameters:
resolver- the ParameterResolver
-