Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ValueTypeAssertion<V>
Defines a
NamedTopic.Option for asserting the type
of values used with a NamedTopic . |
Modifier and Type | Class and Description |
---|---|
static class |
ValueTypeAssertion.WithValueTypeAssertion<V>
Defines a
NamedTopic.Option for asserting the type
of values used with a NamedTopic . |
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 . |