Uses of Interface
org.apache.ignite.internal.client.marshaller.GridClientMarshaller
-
Packages that use GridClientMarshaller 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. -
-
Uses of GridClientMarshaller in org.apache.ignite.internal.client
Methods in org.apache.ignite.internal.client that return GridClientMarshaller Modifier and Type Method Description GridClientMarshallerGridClientConfiguration. getMarshaller()Gets the marshaller, that is used to communicate between client and server.Methods in org.apache.ignite.internal.client with parameters of type GridClientMarshaller Modifier and Type Method Description GridClientConfigurationGridClientConfiguration. setMarshaller(GridClientMarshaller marshaller)Sets the marshaller to use for communication. -
Uses of GridClientMarshaller in org.apache.ignite.internal.client.marshaller.jdk
Classes in org.apache.ignite.internal.client.marshaller.jdk that implement GridClientMarshaller Modifier and Type Class Description classGridClientJdkMarshallerSimple marshaller that utilize JDK serialization features. -
Uses of GridClientMarshaller in org.apache.ignite.internal.client.marshaller.optimized
Classes in org.apache.ignite.internal.client.marshaller.optimized that implement GridClientMarshaller Modifier and Type Class Description classGridClientOptimizedMarshallerWrapper, that adaptsOptimizedMarshallertoGridClientMarshallerinterface.classGridClientZipOptimizedMarshallerWrapper, that adaptsOptimizedMarshallertoGridClientMarshallerinterface.Methods in org.apache.ignite.internal.client.marshaller.optimized that return GridClientMarshaller Modifier and Type Method Description GridClientMarshallerGridClientZipOptimizedMarshaller. defaultMarshaller()Default marshaller that will be used in case of backward compatibility.Constructors in org.apache.ignite.internal.client.marshaller.optimized with parameters of type GridClientMarshaller Constructor Description GridClientZipOptimizedMarshaller(GridClientMarshaller dfltMarsh, @Nullable List<PluginProvider> plugins)Constructor. -
Uses of GridClientMarshaller in org.apache.ignite.internal.client.router.impl
Fields in org.apache.ignite.internal.client.router.impl with type parameters of type GridClientMarshaller Modifier and Type Field Description protected Map<Byte,GridClientMarshaller>GridTcpRouterNioListenerAdapter. marshMapMarshallers map. -
Uses of GridClientMarshaller in org.apache.ignite.internal.processors.rest.protocols.tcp
Methods in org.apache.ignite.internal.processors.rest.protocols.tcp that return GridClientMarshaller Modifier and Type Method Description protected GridClientMarshallerGridTcpRestParser. marshaller(GridNioSession ses)Returns marshaller.
-