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 TypeInterfaceDescriptioninterface
NamedQueueScheme<Q extends NamedQueue>
TheQueueScheme
class is responsible for building a fully configured instance of aNamedQueue
.interface
TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.interface
QueueScheme<C extends NamedQueue,
S> TheQueueScheme
class is responsible for building a fully configured instance of a queue.interface
TopicScheme<C extends NamedCollection,
S> TheTopicScheme
class is responsible for building a fully configured instance of a topic.Classes in com.tangosol.coherence.config.scheme that implement NamedCollectionBuilderModifier and TypeClassDescriptionclass
TheBaseGrpcTopicScheme
is responsible for building a remote gRPC topic service.class
APagedQueueScheme
is responsible for building a queue.class
APagedTopicScheme
is responsible for building a topic.class
TheRemoteTopicScheme
is responsible for building a remote topic.class
ASimpleDequeScheme
is responsible for building a simpleNamedMapDeque
where 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 NamedCollectionBuilder
ServiceScheme.getNamedCollectionBuilder
(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options)