Uses of Interface
com.tangosol.coherence.config.builder.ParameterizedBuilder
Packages that use ParameterizedBuilder
Package
Description
Simple CDI-based Cache Server implementation.
Defines the typical runtime configuration builders for the Coherence
 configuration object model.
Defines external Store Manager Builder implementations for Coherence caches.
Defines the Coherence configuration object model classes and interfaces for
 Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
 Configuration files.
Contains packages and classes supporting the Coherence CohQL command line tool.
This package contains builders for the various CohQL functions.
Contains various generic utilities.
- 
Uses of ParameterizedBuilder in com.oracle.coherence.cdi.server
Classes in com.oracle.coherence.cdi.server that implement ParameterizedBuilder - 
Uses of ParameterizedBuilder in com.tangosol.coherence.config.builder
Subinterfaces of ParameterizedBuilder in com.tangosol.coherence.config.builderModifier and TypeInterfaceDescriptioninterfaceAddressProviderBuilder interfaceClasses in com.tangosol.coherence.config.builder that implement ParameterizedBuilderModifier and TypeClassDescriptionclassThe abstractActionPolicyBuilderis a base class builder for buildingActionPolicy's instances and defers cache configuration validation until the instance is realized.static classActionPolicyBuilderwrapper for a ParameterizedBuilder.static classActionPolicy Null ImplementationclassDefer cache configuration validation of aClusterQuorumPolicyBuilderuntil realized.classThis class builds an AddressProviderBuilder from a customizedParameterizedBuilderofAddressProvider.classAParameterizedBuilderthat builds aDaemonPool.classTheElementCalculatorBuilderclass builds anNamedTopic.ElementCalculator.classTheEvictionPolicyBuilderbuilds aConfigurableCacheMap.EvictionPolicy.classThis class builds an AddressProviderBuilder from a AddressProviderFactory.classInetAddressRangeFilterBuilder defers evaluating configuration parameters until Filter is instantiated.classAnInstanceBuilderis aParameterizedBuilderimplementation that additionally supports injection based on Coherence <instance%gt; or <class-scheme> configurations.classInvalidConfigServiceLoadBalancerBuilderdefers reporting configuration exception until realized.classThis class builds an AddressProviderBuilder from a list of address and port.classThis class builds an AddressProviderBuilder from a local address.classAn NamedEventInterceptorBuilder facilitates the construction of aNamedEventInterceptor, which wraps anEventInterceptor.classclassclassDefer cache configuration validation of an ActionPolicy until realized.classBuild aPersistenceEnvironment.classDefer cache configuration validation of a ProxyQuorumPolicy until realized.classProxyServiceLoadBalancerBuilderdefers evaluating configuration parameters until ServiceLoadBalancer is instantiated.classTheReadLocatorBuilderclass builds aBiFunctionthat given the currentownershipof a partition andservicewill return amemberto target reads against.classBuild a default or customizedServiceFailurePolicy.classServiceLoadBalancerBuilderdefers evaluating configuration parameters until ServiceLoadBalancer is instantiated.classSocketProviderBuilderenables lazy instantiation of SocketProvider.classSSLSocketProviderDependenciesBuilderenables lazy instantiation of SSL SocketProvider.static classHostnameVerifier dependenciesstatic classProvider dependenciesclassAStaticFactoryInstanceBuilderis aParameterizedBuilderthat has been configured to realize objects based on the properties defined by an <instance> configuration element that uses the static <class-factory-name> approach.classTheUnitCalculatorBuilderclass builds aConfigurableCacheMap.UnitCalculator.classThe WrapperSocketAddressProviderBuilder wraps an AddressProviderBuilder so that it can produce a SocketAddressProvider.Fields in com.tangosol.coherence.config.builder declared as ParameterizedBuilderModifier and TypeFieldDescriptionprotected ParameterizedBuilder<com.oracle.coherence.persistence.PersistenceEnvironment<ReadBuffer>> PersistenceEnvironmentParamBuilder.m_bldrAParameterizedBuilderthat creates aPersistenceEnvironment.protected ParameterizedBuilder<ServiceLoadBalancer> ServiceLoadBalancerBuilder.m_builderCustomized ServiceLoadBalancerBuilder.Methods in com.tangosol.coherence.config.builder that return ParameterizedBuilderModifier and TypeMethodDescription<T> ParameterizedBuilder<T> ParameterizedBuilderRegistry.getBuilder(Class<T> clzInstance) Attempts to retrieve the builder that was registered with the specified class.<T> ParameterizedBuilder<T> ParameterizedBuilderRegistry.getBuilder(Class<T> clzInstance, String sBuilderName) Attempts to retrieve the builder that was registered with the specified class and name.ParameterizedBuilderRegistry.Registration.getBuilder()Obtains theParameterizedBuilder.SimpleParameterizedBuilderRegistry.BuilderRegistration.getBuilder()<T> ParameterizedBuilder<T> SimpleParameterizedBuilderRegistry.getBuilder(Class<T> clzInstance) <T> ParameterizedBuilder<T> SimpleParameterizedBuilderRegistry.getBuilder(Class<T> clzInstance, String sBuilderName) SimpleParameterizedBuilderRegistry.RegistryValue.getBuilder()Return the registered builder.BuilderCustomization.getCustomBuilder()Obtains the customParameterizedBuilder.DefaultBuilderCustomization.getCustomBuilder()Obtains the customParameterizedBuilder.NamedEventInterceptorBuilder.getCustomBuilder()Obtains the customParameterizedBuilder.NamedResourceBuilder.getDelegate()SSLSocketProviderDependenciesBuilder.getHostnameVerifierBuilder()Get customized HostnameVerifierBuilderMethods in com.tangosol.coherence.config.builder with parameters of type ParameterizedBuilderModifier and TypeMethodDescriptionstatic booleanParameterizedBuilderHelper.realizes(ParameterizedBuilder<?> bldr, Class<?> clzClass, ParameterResolver resolver, ClassLoader loader) Deprecated.<T> StringParameterizedBuilderRegistry.registerBuilder(Class<T> clzInstance, ParameterizedBuilder<? extends T> builder) Registers aParameterizedBuilderfor later retrieval withParameterizedBuilderRegistry.getBuilder(Class).<T> StringParameterizedBuilderRegistry.registerBuilder(Class<T> clzInstance, String sBuilderName, ParameterizedBuilder<? extends T> builder) Registers aParameterizedBuilderwith the specified name for later retrieval withParameterizedBuilderRegistry.getBuilder(Class, String).<T> StringSimpleParameterizedBuilderRegistry.registerBuilder(Class<T> clzInstance, ParameterizedBuilder<? extends T> builder) <T> StringSimpleParameterizedBuilderRegistry.registerBuilder(Class<T> clzInstance, String sBuilderName, ParameterizedBuilder<? extends T> builder) voidSSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder.setBuilder(ParameterizedBuilder<HostnameVerifier> builder) voidSSLSocketProviderDependenciesBuilder.ProviderBuilder.setBuilder(ParameterizedBuilder<Provider> builder) Customized provider buildervoidBuilderCustomization.setCustomBuilder(ParameterizedBuilder<T> bldr) Sets theParameterizedBuilderto be used as the alternate builder.voidDefaultBuilderCustomization.setCustomBuilder(ParameterizedBuilder<T> bldr) Sets theParameterizedBuilderto be used as the alternate builder.voidNamedEventInterceptorBuilder.setCustomBuilder(ParameterizedBuilder<EventInterceptor> bldr) Sets theParameterizedBuilderto be used as the alternate builder.voidPersistenceEnvironmentParamBuilder.setCustomEnvironment(ParameterizedBuilder<com.oracle.coherence.persistence.PersistenceEnvironment<ReadBuffer>> bldrPersistence) Set abuilderto be used instantiate the appropriatePersistenceEnvironment.voidSSLSocketProviderDependenciesBuilder.setExecutor(ParameterizedBuilder<Executor> bldr) Set SSL executors builder.voidSSLSocketProviderDependenciesBuilder.setHostnameVerifierBuilder(ParameterizedBuilder<HostnameVerifier> bldr) Set the customized HostnameVerifierBuilderConstructors in com.tangosol.coherence.config.builder with parameters of type ParameterizedBuilderModifierConstructorDescriptionBuilderRegistration(String sBuilderName, Class<?> clzInstance, ParameterizedBuilder<?> bldr) ConstructsCustomAddressProviderBuilderCustomAddressProviderBuilder(ParameterizedBuilder<AddressProvider> builder, ParameterResolver resolver) ConstructsCustomAddressProviderBuilderCustomAddressProviderBuilder(ParameterizedBuilder<AddressProvider> builder, ParameterResolver resolver, XmlElement xmlConfig) ConstructsCustomAddressProviderBuilderNamedResourceBuilder(ParameterizedBuilder<T> delegate, String sName) PartitionAssignmentStrategyBuilder(ParameterizedBuilder<?> bldr, XmlElement xmlElement) ConstructsPartitionAssignmentStrategyBuilderProxyServiceLoadBalancerBuilder(ParameterizedBuilder bldr, XmlElement xmlConfig) ConstructsProxyServiceLoadBalancerBuilderRegistryValue(ParameterizedBuilder<?> builder) Construct aSimpleParameterizedBuilderRegistry.RegistryValue.ServiceFailurePolicyBuilder(ParameterizedBuilder<ServiceFailurePolicy> builder, XmlElement xmlConfig) ServiceFailurePolicyconstructor for customized builder.ServiceLoadBalancerBuilder(ParameterizedBuilder<ServiceLoadBalancer> builder, XmlElement xmlConfig) ConstructsServiceLoadBalancerBuilder - 
Uses of ParameterizedBuilder in com.tangosol.coherence.config.builder.storemanager
Methods in com.tangosol.coherence.config.builder.storemanager that return ParameterizedBuilderModifier and TypeMethodDescriptionAbstractStoreManagerBuilder.getCustomBuilder()Obtains the customParameterizedBuilder.Methods in com.tangosol.coherence.config.builder.storemanager with parameters of type ParameterizedBuilderModifier and TypeMethodDescriptionvoidAbstractStoreManagerBuilder.setCustomBuilder(ParameterizedBuilder<T> bldr) Sets theParameterizedBuilderto be used as the alternate builder. - 
Uses of ParameterizedBuilder in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme that implement ParameterizedBuilderModifier and TypeClassDescriptionclassTheClassSchemeclass is responsible for building customCachingSchemes and customCacheStoreSchemes.Methods in com.tangosol.coherence.config.scheme that return ParameterizedBuilderModifier and TypeMethodDescriptionAbstractLocalCachingScheme.getCustomBuilder()Obtains the customParameterizedBuilder.CacheStoreScheme.getCustomBuilder()Obtains the customParameterizedBuilder.DistributedScheme.BackupConfig.getCustomBuilder()Obtains the customParameterizedBuilder.ContinuousQueryCacheScheme.getFilterBuilder()Return theParameterizedBuilderused to construct theFilterto be used by theContinuousQueryCache.AbstractCachingScheme.getListenerBuilder()Obtains aParameterizedBuilderfor aMapListenerthat can be used for buildingMapListeners those of which may be later added to theMaps orNamedCaches realized by theCachingScheme.ObservableCachingScheme.getListenerBuilder()Obtains aParameterizedBuilderfor aMapListenerthat can be used for buildingMapListeners those of which may be later added to theMaps orNamedCaches realized by theCachingScheme.ContinuousQueryCacheScheme.getTransformerBuilder()Return theParameterizedBuilderused to construct theValueExtractorto be used as a transformer by theContinuousQueryCache.Methods in com.tangosol.coherence.config.scheme with parameters of type ParameterizedBuilderModifier and TypeMethodDescriptionvoidAbstractLocalCachingScheme.setCustomBuilder(ParameterizedBuilder<T> bldr) Sets theParameterizedBuilderto be used as the alternate builder.voidCacheStoreScheme.setCustomBuilder(ParameterizedBuilder<Object> bldr) Sets theParameterizedBuilderto be used as the alternate builder.voidDistributedScheme.BackupConfig.setCustomBuilder(ParameterizedBuilder<Map> bldr) Set the InstanceBuilder that builds the custom instance.voidContinuousQueryCacheScheme.setFilterBuilder(ParameterizedBuilder<Filter> filterBuilder) voidAbstractCachingScheme.setListenerBuilder(ParameterizedBuilder<MapListener> bldr) Set theParameterizedBuilderthat builds aMapListener.voidContinuousQueryCacheScheme.setTransformerBuilder(ParameterizedBuilder<ValueExtractor> transformerBuilder) Set theParameterizedBuilderused to construct theValueExtractorto be used as a transformer by theContinuousQueryCache.Constructors in com.tangosol.coherence.config.scheme with parameters of type ParameterizedBuilderModifierConstructorDescriptionCustomScheme(ParameterizedBuilder<Map> bldr) Construct aCustomScheme. - 
Uses of ParameterizedBuilder in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return ParameterizedBuilderModifier and TypeMethodDescriptionstatic ParameterizedBuilder<PasswordProvider> PasswordProviderBuilderProcessor.getNullPasswordProviderBuilder()Rerturns a builder for null password values.static ParameterizedBuilder<PasswordProvider> PasswordProviderBuilderProcessor.getPasswordProviderBuilderForPasswordStr(String password) Generates a ParameterizedBuilder using the DefaultPasswordProvider.class by passing the string-input to its single-param constructor.PasswordProviderBuilderProcessor.onProcess(ProcessingContext context, XmlElement xmlElement) ResourceBuilderProcessor.onProcess(ProcessingContext context, XmlElement element) SerializerBuilderProcessor.onProcess(ProcessingContext context, XmlElement xmlElement) SimpleBuilderProcessor.onProcess(ProcessingContext context, XmlElement xmlElement) StorageAccessAuthorizerBuilderProcessor.onProcess(ProcessingContext context, XmlElement xmlElement) AuthorizedHostsProcessor.process(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.ParameterizedBuilder<com.tangosol.internal.util.DaemonPool> DaemonPoolProcessor.process(ProcessingContext context, XmlElement xml) ExecutorProcessor.process(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.InstanceProcessor.process(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.MapListenerProcessor.process(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value.PasswordURLProcessor.process(ProcessingContext context, XmlElement element) TransformerProcessor.process(ProcessingContext context, XmlElement xmlElement) static ParameterizedBuilder<?> ElementProcessorHelper.processParameterizedBuilder(ProcessingContext context, XmlElement element) Attempts to process the specifiedXmlElementto produce aParameterizedBuildergiven aProcessingContext.Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type ParameterizedBuilderModifier and TypeMethodDescriptionMemberListenerProcessor.onProcess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value.PartitionListenerProcessor.onProcess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value. - 
Uses of ParameterizedBuilder in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery with type parameters of type ParameterizedBuilderModifier and TypeFieldDescriptionprotected Map<String, ParameterizedBuilder<?>> CoherenceQueryLanguage.m_mapFunctionsThe map of CohQL functions.Methods in com.tangosol.coherence.dslquery that return ParameterizedBuilderModifier and TypeMethodDescriptionCoherenceQueryLanguage.getFunction(String sName) Return the function mapped to the given function name or null if no function mapping exists.CoherenceQueryLanguage.removeFunction(String sName) Remove the CohQL function mapping for the specified function name.Methods in com.tangosol.coherence.dslquery that return types with arguments of type ParameterizedBuilderModifier and TypeMethodDescriptionprotected Map<String, ParameterizedBuilder<?>> CoherenceQueryLanguage.initializeFunctionMap()Creates the Map holding CohQL functions and populates it with the default functions available in CohQL.Methods in com.tangosol.coherence.dslquery with parameters of type ParameterizedBuilderModifier and TypeMethodDescriptionvoidCoherenceQueryLanguage.addFunction(String sName, ParameterizedBuilder bldrFunction) Map the specified CohQLParameterizedBuilderto the specified function name. - 
Uses of ParameterizedBuilder in com.tangosol.coherence.dslquery.function
Fields in com.tangosol.coherence.dslquery.function declared as ParameterizedBuilderModifier and TypeFieldDescriptionFunctionBuilders.BIG_DECIMAL_AVERAGE_FUNCTION_BUILDERThis builder will realize instances of theBigDecimalAverageaggregator.static ParameterizedBuilder<BigDecimalMax> FunctionBuilders.BIG_DECIMAL_MAX_FUNCTION_BUILDERThis builder will realize instances of theBigDecimalMaxaggregator.static ParameterizedBuilder<BigDecimalMin> FunctionBuilders.BIG_DECIMAL_MIN_FUNCTION_BUILDERThis builder will realize instances of theBigDecimalMinaggregator.static ParameterizedBuilder<BigDecimalSum> FunctionBuilders.BIG_DECIMAL_SUM_FUNCTION_BUILDERThis builder will realize instances of theBigDecimalSumaggregator.static ParameterizedBuilder<String> FunctionBuilders.CONCAT_FUNCTION_BUILDERThis builder will result in a concatenation of all function arguments to a single string result.static ParameterizedBuilder<Count> FunctionBuilders.COUNT_FUNCTION_BUILDERThis builder will realize instances of theCountaggregator.static ParameterizedBuilder<DoubleAverage> FunctionBuilders.DOUBLE_AVERAGE_FUNCTION_BUILDERThis builder will realize instances of theDoubleAverageaggregator.static ParameterizedBuilder<DoubleMax> FunctionBuilders.DOUBLE_MAX_FUNCTION_BUILDERThis builder will realize instances of theDoubleMaxaggregator.static ParameterizedBuilder<DoubleMin> FunctionBuilders.DOUBLE_MIN_FUNCTION_BUILDERThis builder will realize instances of theDoubleMinaggregator.static ParameterizedBuilder<DoubleSum> FunctionBuilders.DOUBLE_SUM_FUNCTION_BUILDERThis builder will realize instances of theDoubleSumaggregator.static ParameterizedBuilder<ValueExtractor> FunctionBuilders.KEY_FUNCTION_BUILDERThisParameterizedBuilderhandles the key() function.static ParameterizedBuilder<LongMax> FunctionBuilders.LONG_MAX_FUNCTION_BUILDERThis builder will realize instances of theLongMaxaggregator.static ParameterizedBuilder<LongMin> FunctionBuilders.LONG_MIN_FUNCTION_BUILDERThis builder will realize instances of theLongMinaggregator.static ParameterizedBuilder<LongSum> FunctionBuilders.LONG_SUM_FUNCTION_BUILDERThis builder will realize instances of theLongSumaggregator.FunctionBuilders.METHOD_CALL_FUNCTION_BUILDERThis builder will realize instances of aReflectionExtractorthat will call a specific method.FunctionBuilders.VALUE_FUNCTION_BUILDERThis builder will realize instances of theIdentityExtractoraggregator. - 
Uses of ParameterizedBuilder in com.tangosol.util
Methods in com.tangosol.util with parameters of type ParameterizedBuilderModifier and TypeMethodDescriptionstatic <T> Builder<T> BuilderHelper.using(ParameterizedBuilder<T> bldr, ParameterResolver resolver, ClassLoader loader, ParameterList list) Adapts aParameterizedBuilderinto aBuilder.