Uses of Interface
com.tangosol.net.ValueTypeAssertion
Packages that use 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
Methods in com.tangosol.coherence.config.builder with parameters of type ValueTypeAssertionModifier 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
Methods in com.tangosol.coherence.config.scheme with parameters of type ValueTypeAssertionModifier and TypeMethodDescription<V> NamedTopic
PagedTopicScheme.realize
(ValueTypeAssertion<V> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies deps) -
Uses of ValueTypeAssertion in com.tangosol.net
Classes in com.tangosol.net that implement ValueTypeAssertionModifier and TypeClassDescriptionstatic class
Defines aNamedCollection.Option
for asserting the type of values used with aNamedTopic
.Fields in com.tangosol.net declared as ValueTypeAssertionModifier 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.Methods in com.tangosol.net that return ValueTypeAssertionModifier 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.