Uses of Interface
com.tangosol.net.NamedCollection
-
Packages that use NamedCollection Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging.com.tangosol.util Contains various generic utilities. -
-
Uses of NamedCollection in com.tangosol.coherence.config.builder
Classes in com.tangosol.coherence.config.builder with type parameters of type NamedCollection Modifier and Type Interface Description interface
NamedCollectionBuilder<C extends NamedCollection>
ANamedCollectionBuilder
realizesNamedCollection
s.Methods in com.tangosol.coherence.config.builder with type parameters of type NamedCollection Modifier and Type Method Description <T extends NamedCollection>
booleanNamedCollectionBuilder. realizes(Class<T> type)
Determines whether thisNamedCollectionBuilder
can realize aNamedCollection
of the specified type. -
Uses of NamedCollection in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme with type parameters of type NamedCollection Modifier and Type Interface Description interface
TopicScheme<C extends NamedCollection,S>
TheTopicScheme
class is responsible for building a fully configured instance of a topic.Methods in com.tangosol.coherence.config.scheme with type parameters of type NamedCollection Modifier and Type Method Description <T extends NamedCollection>
booleanPagedTopicScheme. realizes(Class<T> type)
-
Uses of NamedCollection in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return NamedCollection Modifier and Type Method Description NamedCollection
InitParamProcessor.CollectionRefExpression. evaluate(ParameterResolver resolver)
Evaluates theExpression
to produce a value of type T. -
Uses of NamedCollection in com.tangosol.net
Subinterfaces of NamedCollection in com.tangosol.net Modifier and Type Interface Description interface
NamedCache<K,V>
A Map-based data-structure that manages entries across one or more processes.interface
NamedMap<K,V>
A Map-based data-structure that manages entries across one or more processes.Methods in com.tangosol.net with parameters of type NamedCollection Modifier and Type Method Description protected static void
ExtensibleConfigurableCacheFactory. checkPermission(NamedCollection collection)
Check if the current user is allowed to "join" to the collection. -
Uses of NamedCollection in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement NamedCollection Modifier and Type Class Description class
BundlingNamedCache
Bundling NamedCache implementation.class
ContinuousQueryCache<K,V_BACK,V_FRONT>
Create a materialized view of aNamedCache
using theCoherence
Continuous Query capability.class
NearCache<K,V>
A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.class
ReadonlyNamedCache<K,V>
A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.class
VersionedNearCache
Deprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementationclass
WrapperNamedCache<K,V>
A simple implementation of NamedCache interface built as a wrapper around any Map implementation. -
Uses of NamedCollection in com.tangosol.net.topic
Subinterfaces of NamedCollection in com.tangosol.net.topic Modifier and Type Interface Description interface
NamedTopic<V>
NamedTopic represents a topic entity for publish/subscribe messaging. -
Uses of NamedCollection in com.tangosol.util
Classes in com.tangosol.util that implement NamedCollection Modifier and Type Class Description static class
ConverterCollections.ConverterNamedCache<FK,TK,FV,TV>
A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.
-