Uses of Interface
com.tangosol.net.NamedCollection
Packages that use NamedCollection
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
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 basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes that providing topic entities for publish/subscribe messaging.
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 NamedCollectionModifier and TypeInterfaceDescriptioninterfaceNamedCollectionBuilder<C extends NamedCollection>ANamedCollectionBuilderrealizesNamedCollections.Methods in com.tangosol.coherence.config.builder with type parameters of type NamedCollectionModifier and TypeMethodDescription<T extends NamedCollection>
booleanDetermines whether thisNamedCollectionBuildercan realize aNamedCollectionof the specified type. -
Uses of NamedCollection in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme with type parameters of type NamedCollectionModifier and TypeInterfaceDescriptioninterfaceTopicScheme<C extends NamedCollection,S> TheTopicSchemeclass is responsible for building a fully configured instance of a topic.Methods in com.tangosol.coherence.config.scheme with type parameters of type NamedCollectionModifier and TypeMethodDescription<T extends NamedCollection>
boolean<T extends NamedCollection>
boolean<T extends NamedCollection>
boolean<T extends NamedCollection>
boolean<T extends NamedCollection>
booleanMethod parameters in com.tangosol.coherence.config.scheme with type arguments of type NamedCollectionModifier and TypeMethodDescriptionBaseGrpcTopicScheme.getNamedCollectionBuilder(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options) PagedQueueScheme.getNamedCollectionBuilder(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options) PagedTopicScheme.getNamedCollectionBuilder(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options) RemoteTopicScheme.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) SimpleDequeScheme.getNamedCollectionBuilder(Class<? extends NamedCollection> clz, com.oracle.coherence.common.util.Options<NamedCollection.Option> options) -
Uses of NamedCollection in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return NamedCollectionModifier and TypeMethodDescriptionInitParamProcessor.CollectionRefExpression.evaluate(ParameterResolver resolver) Evaluates theExpressionto produce a value of type T. -
Uses of NamedCollection in com.tangosol.net
Subinterfaces of NamedCollection in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceABlockingDequebased data-structure that manages values across one or more processes.interfaceABlockingQueuebased data-structure that manages values across one or more processes.interfaceNamedCache<K,V> A Map-based data-structure that manages entries across one or more processes.interfaceNamedDeque<E>ADequebased data-structure that manages values across one or more processes.interfaceNamedMap<K,V> A Map-based data-structure that manages entries across one or more processes.interfaceNamedQueue<E>AQueuebased data-structure that manages values across one or more processes.Methods in com.tangosol.net with parameters of type NamedCollectionModifier and TypeMethodDescriptionprotected static voidExtensibleConfigurableCacheFactory.checkPermission(NamedCollection collection) Check if the current user is allowed to "join" to the collection.voidCoherenceSession.close(NamedCollection col) voidSession.close(NamedCollection col) Close and release the aNamedCollection.voidCoherenceSession.destroy(NamedCollection col) voidSession.destroy(NamedCollection col) Destroy aNamedCollection. -
Uses of NamedCollection in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement NamedCollectionModifier and TypeClassDescriptionclassBundling NamedCache implementation.classContinuousQueryCache<K,V_BACK, V_FRONT> Create a materialized view of aNamedCacheusing theCoherenceContinuous Query capability.classNearCache<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.classReadonlyNamedCache<K,V> A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.classDeprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementationclassWrapperNamedCache<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.topicModifier and TypeInterfaceDescriptioninterfaceNamedTopic<V>NamedTopic represents a topic entity for publish/subscribe messaging. -
Uses of NamedCollection in com.tangosol.util
Classes in com.tangosol.util that implement NamedCollectionModifier and TypeClassDescriptionstatic classConverterCollections.ConverterNamedCache<FK,TK, FV, TV> A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.Methods in com.tangosol.util with parameters of type NamedCollectionModifier and TypeMethodDescriptionstatic voidExternalizableHelper.reportIncompatibleSerializers(NamedCollection collection, String sType, String sService, Serializer serializer) Log the message explaining the serializer incompatibility between the specified cache and a service.