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.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Method and Description |
---|---|
Subscriber<V> |
SubscriberGroupBuilder.realize(NamedTopic<V> topic,
com.tangosol.config.expression.ParameterResolver resolver)
Realize a durable
Subscriber for the named group. |
Modifier and Type | Method and Description |
---|---|
<V> NamedTopic |
PagedTopicScheme.realize(ValueTypeAssertion<V> typeConstraint,
com.tangosol.config.expression.ParameterResolver resolver,
MapBuilder.Dependencies deps) |
Modifier and Type | Field and Description |
---|---|
protected com.tangosol.net.internal.ScopedReferenceStore<NamedTopic> |
ExtensibleConfigurableCacheFactory.f_storeTopics
Store that holds
NamedTopic references scoped by class loader and optionally,
if configured, Subject. |
Modifier and Type | Method and Description |
---|---|
<V> NamedTopic<V> |
ConfigurableCacheFactory.ensureTopic(String sName,
ClassLoader loader,
NamedCollection.Option... options)
Ensure an Object-based topic for the given name.
|
<V> NamedTopic<V> |
ExtensibleConfigurableCacheFactory.ensureTopic(String sName,
ClassLoader loader,
NamedCollection.Option... options)
Ensure an Object-based topic for the given name.
|
<V> NamedTopic<V> |
DefaultConfigurableCacheFactory.ensureTopic(String sName,
ClassLoader loader,
NamedCollection.Option... options)
Deprecated.
This method will throw an
UnsupportedOperationException as
NamedTopic s are not supported by DefaultConfigurableCacheFactory. |
default <V> NamedTopic<V> |
ConfigurableCacheFactory.ensureTopic(String sName,
NamedCollection.Option... options)
Ensure an Object-based topic for the given name.
|
<V> NamedTopic<V> |
Session.getTopic(String sName,
NamedCollection.Option... options)
Acquire a
NamedTopic using the
specified ValueTypeAssertion . |
<V> NamedTopic<V> |
CoherenceSession.getTopic(String sName,
NamedCollection.Option... options)
Acquire a
NamedTopic using the
specified ValueTypeAssertion . |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableCacheFactory.destroyTopic(NamedTopic<?> topic)
Release and destroy this instance of
NamedTopic . |
void |
ExtensibleConfigurableCacheFactory.destroyTopic(NamedTopic<?> topic)
Release and destroy this instance of
NamedTopic . |
void |
DefaultConfigurableCacheFactory.destroyTopic(NamedTopic<?> topic)
Deprecated.
This method will throw an
UnsupportedOperationException as
NamedTopic s are not supported by DefaultConfigurableCacheFactory. |
void |
ConfigurableCacheFactory.releaseTopic(NamedTopic<?> topic)
Release a
NamedTopic and its associated resources. |
void |
ExtensibleConfigurableCacheFactory.releaseTopic(NamedTopic<?> topic)
Release a
NamedTopic and its associated resources. |
void |
DefaultConfigurableCacheFactory.releaseTopic(NamedTopic<?> topic)
Deprecated.
This method will throw an
UnsupportedOperationException as
NamedTopic s are not supported by DefaultConfigurableCacheFactory. |