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 | |
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamedCollectionBuilder<C extends NamedCollection>
A
NamedCollectionBuilder realizes NamedCollection s. |
Modifier and Type | Method and Description |
---|---|
<T extends NamedCollection> |
NamedCollectionBuilder.realizes(Class<T> type)
Determines whether this
NamedCollectionBuilder can realize a
NamedCollection of the specified type. |
Modifier and Type | Interface and Description |
---|---|
interface |
TopicScheme<C extends NamedCollection,S>
The
TopicScheme class is responsible for building a fully
configured instance of a topic. |
Modifier and Type | Method and Description |
---|---|
<T extends NamedCollection> |
PagedTopicScheme.realizes(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
NamedCollection |
InitParamProcessor.CollectionRefExpression.evaluate(com.tangosol.config.expression.ParameterResolver resolver)
Evaluates the
Expression to produce a value of type T. |
Modifier and Type | Interface and Description |
---|---|
interface |
NamedCache<K,V>
A Map-based data-structure that manages entries across one or more processes.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ExtensibleConfigurableCacheFactory.checkPermission(NamedCollection collection)
Check if the current user is allowed to "join" to the collection.
|
Modifier and Type | Class and Description |
---|---|
class |
BundlingNamedCache
Bundling NamedCache implementation.
|
class |
ContinuousQueryCache<K,V_BACK,V_FRONT>
Create a materialized view of a
NamedCache using the Coherence
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 implementation
|
class |
WrapperNamedCache<K,V>
A simple implementation of NamedCache interface built as a
wrapper around any Map implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamedTopic<V>
NamedTopic represents a topic entity for publish/subscribe messaging.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConverterCollections.ConverterNamedCache<FK,TK,FV,TV>
A Converter NamedCache views an underlying NamedCache through a set of
key and value Converters.
|