Uses of Interface
com.tangosol.coherence.config.builder.NamedCollectionBuilder
Packages that use NamedCollectionBuilder
Package
Description
Defines the Coherence configuration object model classes and interfaces for
 Caching and Service Schemes.
- 
Uses of NamedCollectionBuilder in com.tangosol.coherence.config.scheme
Subinterfaces of NamedCollectionBuilder in com.tangosol.coherence.config.schemeModifier and TypeInterfaceDescriptioninterfaceNamedQueueScheme<Q extends NamedQueue>TheQueueSchemeclass is responsible for building a fully configured instance of aNamedQueue.interfaceTheTopicSchemeclass is responsible for building a fully configured instance of aNamedTopic.interfaceQueueScheme<C extends NamedQueue,S> TheQueueSchemeclass is responsible for building a fully configured instance of a queue.interfaceTopicScheme<C extends NamedCollection,S> TheTopicSchemeclass is responsible for building a fully configured instance of a topic.Classes in com.tangosol.coherence.config.scheme that implement NamedCollectionBuilderModifier and TypeClassDescriptionclassTheBaseGrpcTopicSchemeis responsible for building a remote gRPC topic service.classAPagedQueueSchemeis responsible for building a queue.classAPagedTopicSchemeis responsible for building a topic.classTheRemoteTopicSchemeis responsible for building a remote topic.classASimpleDequeSchemeis responsible for building a simpleNamedMapDequewhere the queue contents are stored in a single partition.Methods in com.tangosol.coherence.config.scheme that return NamedCollectionBuilderModifier and TypeMethodDescriptionBaseGrpcTopicScheme.getNamedCollectionBuilder(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options) default NamedCollectionBuilderServiceScheme.getNamedCollectionBuilder(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options)