Uses of Interface
com.tangosol.net.ValueTypeAssertion
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.
Contains basic cluster interfaces and factories.
-
Uses of ValueTypeAssertion in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescription<E> C
NamedCollectionBuilder.realize
(ValueTypeAssertion<E> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realizes aNamedCollection
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies. -
Uses of ValueTypeAssertion in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescription<V> NamedTopic
PagedTopicScheme.realize
(ValueTypeAssertion<V> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies deps) -
Uses of ValueTypeAssertion in com.tangosol.net
Modifier and TypeClassDescriptionstatic class
Defines aNamedCollection.Option
for asserting the type of values used with aNamedTopic
.Modifier and TypeFieldDescriptionstatic final ValueTypeAssertion
ValueTypeAssertion.WITH_RAW_TYPES
When used warnings will be issued where types are configured but not used.static final ValueTypeAssertion
ValueTypeAssertion.WITHOUT_TYPE_CHECKING
When used no type checking will occur and no warnings will be generated.Modifier and TypeMethodDescriptionstatic <V> ValueTypeAssertion
<V> ValueTypeAssertion.withoutTypeChecking()
Obtains aValueTypeAssertion
that allows topic to be acquired without type-checking, warnings or log messages.static <V> ValueTypeAssertion
<V> ValueTypeAssertion.withRawTypes()
Obtains aValueTypeAssertion
that allows topic to be acquired and assigned to a rawNamedTopic
reference.static <V> ValueTypeAssertion
<V> Obtains aValueTypeAssertion
that asserts the specified types are configured for a topic.