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.net.messaging |
Contains exception classes related to connection error.
|
com.tangosol.util.aggregator |
Contains concrete
InvocableMap.EntryAggregator
implementations. |
Modifier and Type | Class and Description |
---|---|
class |
PortableException
A
PortableException is an exception that allows information about a remote
exception or error to be serialized and deserialized to/from a POF stream. |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionException
Signals that an underlying communication channel used by a Connection may
have been closed, severed, or become unusable.
|
class |
SuspectConnectionException
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptAggregator<K,V,P,R>
ScriptAggregator is a
InvocableMap.StreamingAggregator that wraps a script written
in one of the languages supported by Graal VM. |