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> CNamedCollectionBuilder.realize(ValueTypeAssertion<E> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realizes aNamedCollection(possibly "ensuring it") based on the state of the builder, the providedParameterResolverandMapBuilderdependencies. -
Uses of ValueTypeAssertion in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type ValueTypeAssertionModifier and TypeMethodDescription<E> NamedTopicBaseGrpcTopicScheme.realize(ValueTypeAssertion<E> assertion, ParameterResolver resolver, MapBuilder.Dependencies deps) <V> com.tangosol.internal.net.queue.NamedMapQueue<?, V> PagedQueueScheme.realize(ValueTypeAssertion<V> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies deps) <V> NamedTopicPagedTopicScheme.realize(ValueTypeAssertion<V> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies deps) <V> NamedTopicRemoteTopicScheme.realize(ValueTypeAssertion<V> typeConstraint, ParameterResolver resolver, MapBuilder.Dependencies deps) <V> com.tangosol.internal.net.queue.NamedMapDequeSimpleDequeScheme.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 classDefines aNamedCollection.Optionfor asserting the type of values used with aNamedTopic.Fields in com.tangosol.net declared as ValueTypeAssertionModifier and TypeFieldDescriptionstatic final ValueTypeAssertionValueTypeAssertion.WITH_RAW_TYPESWhen used warnings will be issued where types are configured but not used.static final ValueTypeAssertionValueTypeAssertion.WITHOUT_TYPE_CHECKINGWhen 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 aValueTypeAssertionthat allows topic to be acquired without type-checking, warnings or log messages.static <V> ValueTypeAssertion<V> ValueTypeAssertion.withRawTypes()Obtains aValueTypeAssertionthat allows topic to be acquired and assigned to a rawNamedTopicreference.static <V> ValueTypeAssertion<V> Obtains aValueTypeAssertionthat asserts the specified types are configured for a topic.