Uses of Interface
com.tangosol.io.SerializationSupport
Packages that use SerializationSupport
Package
Description
Contains classes related to POF serialization and deserialization.
Contains basic cluster interfaces and factories.
Contains exception classes related to connection error.
Contains concrete
InvocableMap.EntryAggregator
implementations.-
Uses of SerializationSupport in com.tangosol.io.pof
Classes in com.tangosol.io.pof that implement SerializationSupportModifier and TypeClassDescriptionclass
APortableException
is an exception that allows information about a remote exception or error to be serialized and deserialized to/from aPOF
stream. -
Uses of SerializationSupport in com.tangosol.net
Classes in com.tangosol.net that implement SerializationSupportModifier and TypeClassDescriptionclass
Signals that a request execution in a distributed environment failed to complete successfully.class
Signals that a request was not allowed to complete due to the related service action being disallowed by the corresponding ActionPolicy.class
Signals that a request execution in a distributed environment did not complete in a pre-determined amount of time. -
Uses of SerializationSupport in com.tangosol.net.messaging
Classes in com.tangosol.net.messaging that implement SerializationSupportModifier and TypeClassDescriptionclass
Signals that an underlying communication channel used by a Connection may have been closed, severed, or become unusable.class
Signals that an underlying communication channel used by a Connection may have been closed, severed, or become unusable because the suspect protocol has disconnected the client. -
Uses of SerializationSupport in com.tangosol.util.aggregator
Classes in com.tangosol.util.aggregator that implement SerializationSupportModifier and TypeClassDescriptionclass
ScriptAggregator<K,
V, P, R> ScriptAggregator is aInvocableMap.StreamingAggregator
that wraps a script written in one of the languages supported by Graal VM.