| Package | Description |
|---|---|
| org.apache.ignite.internal.client | |
| org.apache.ignite.internal.client.marshaller.jdk | |
| org.apache.ignite.internal.client.marshaller.optimized | |
| org.apache.ignite.internal.client.router.impl | |
| org.apache.ignite.internal.processors.rest.protocols.tcp |
Adapters for TCP-based REST protocols.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientMarshaller |
GridClientConfiguration.getMarshaller()
Gets the marshaller, that is used to communicate between client and server.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientConfiguration |
GridClientConfiguration.setMarshaller(GridClientMarshaller marshaller)
Sets the marshaller to use for communication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientJdkMarshaller
Simple marshaller that utilize JDK serialization features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientOptimizedMarshaller
Wrapper, that adapts
OptimizedMarshaller to
GridClientMarshaller interface. |
class |
GridClientZipOptimizedMarshaller
Wrapper, that adapts
OptimizedMarshaller to GridClientMarshaller interface. |
| Modifier and Type | Method and Description |
|---|---|
GridClientMarshaller |
GridClientZipOptimizedMarshaller.defaultMarshaller()
Default marshaller that will be used in case of backward compatibility.
|
| Constructor and Description |
|---|
GridClientZipOptimizedMarshaller(GridClientMarshaller dfltMarsh,
List<PluginProvider> plugins)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Byte,GridClientMarshaller> |
GridTcpRouterNioListenerAdapter.marshMap
Marshallers map.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridClientMarshaller |
GridTcpRestParser.marshaller(GridNioSession ses)
Returns marshaller.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019