Uses of Interface
com.tangosol.io.SerializationSupport
-
Packages that use SerializationSupport Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.util.aggregator Contains concreteInvocableMap.EntryAggregator
implementations. -
-
Uses of SerializationSupport in com.tangosol.io.pof
Classes in com.tangosol.io.pof that implement SerializationSupport Modifier and Type Class Description class
PortableException
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 SerializationSupport Modifier and Type Class Description class
RequestIncompleteException
Signals that a request execution in a distributed environment failed to complete successfully.class
RequestPolicyException
Signals that a request was not allowed to complete due to the related service action being disallowed by the corresponding ActionPolicy.class
RequestTimeoutException
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.util.aggregator
Classes in com.tangosol.util.aggregator that implement SerializationSupport Modifier and Type Class Description class
ScriptAggregator<K,V,P,R>
ScriptAggregator is aInvocableMap.StreamingAggregator
that wraps a script written in one of the languages supported by Graal VM.
-