Uses of Interface
com.tangosol.coherence.config.builder.ServiceBuilder
Packages that use ServiceBuilder
Package
Description
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.
- 
Uses of ServiceBuilder in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme that implement ServiceBuilderModifier and TypeClassDescriptionclassAbstractCachingScheme<D extends ServiceDependencies>AnAbstractCachingSchemeis a base implementation for anCachingScheme.classTheAbstractCompositeSchememanages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.classTheAbstractJournalSchemecontains functionality common to all Journal schemes.classTheAbstractLocalCachingSchemeis provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.classAbstractServiceScheme<D extends ServiceDependencies>TheAbstractServiceSchemeprovides functionality common to all schemes that use services.classTheBackingMapSchemeclass is responsible for building a fully configured instance of a backing map.classBaseGrpcCacheScheme<S extends Service>TheBaseGrpcCacheSchemeis responsible for building a remote gRPC cache service.classBaseGrpcScheme<T extends com.tangosol.internal.net.grpc.DefaultRemoteGrpcServiceDependencies,S extends Service> TheBaseGrpcSchemeis responsible for building a remote gRPC service.classTheBaseGrpcTopicSchemeis responsible for building a remote gRPC topic service.classTheCaffeineSchemeclass is responsible for building a fully configured instance of aCaffeineCache.classTheClassSchemeclass is responsible for building customCachingSchemes and customCacheStoreSchemes.classThis scheme is internally used to provide theParameterizedBuilderthat constructs theview-filterfor theViewScheme.classclassTheDistributedSchemeclass builds a distributed cache.classTheExternalSchemeclass is responsible for building a fully configured instance of a ExternalCache.classTheFlashJournalSchemeis used to create an instance of a Flash Journal map.classTheInvocationSchemeclass builds an Invocation service.classTheLocalSchemeclass is responsible for building a fully configured instance of a LocalCache.classTheNearSchemeis used to realize (create) an instance of a NearCache.classTheOptimisticSchemeclass builds an optimistic cache.classclassThePagedExternalSchemeclass is responsible for building a fully configured instance of a PagedExternalCache.classAPagedQueueSchemeis responsible for building a queue.classAPagedTopicSchemeis responsible for building a topic.classTheProxySchemeclass builds a Proxy scheme.classTheRamJournalSchemeis used to create an instance of a Ram Journal map.classTheRemoteCacheSchemeis responsible for creating a fully configured ReadWriteBackingMap.classTheRemoteCacheSchemeis responsible for building a remote cache.classTheRemoteInvocationSchemeclass builds a remote invocation service.classTheRemoteTopicSchemeis responsible for building a remote topic.classTheReplicatedSchemeclass builds replicated cache.classASimpleDequeSchemeis responsible for building a simpleNamedMapDequewhere the queue contents are stored in a single partition.classTheTransactionalSchemeclass builds a transactional cache.classA Scheme that realizes both services and caches for Coherence 12.2.1.4 feature named 'views'.Methods in com.tangosol.coherence.config.scheme that return ServiceBuilderModifier and TypeMethodDescriptionAbstractServiceScheme.getServiceBuilder()Return theServiceBuilderthat is needed to build a service.NearScheme.getServiceBuilder()Return theServiceBuilderthat is needed to build a service.ServiceScheme.getServiceBuilder()Return theServiceBuilderthat is needed to build a service.WrapperCachingScheme.getServiceBuilder() - 
Uses of ServiceBuilder in com.tangosol.coherence.config.xml.processor
Classes in com.tangosol.coherence.config.xml.processor with type parameters of type ServiceBuilderModifier and TypeClassDescriptionclassServiceBuilderProcessor<T extends ServiceBuilder>AServiceBuilderProcessoris anElementProcessorresponsible for producing various kinds ofServiceBuilders.