Uses of Interface
org.apache.ignite.marshaller.Marshaller
-
-
Uses of Marshaller in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return Marshaller Modifier and Type Method Description MarshallerIgniteConfiguration. getMarshaller()Deprecated.Since 2.1.Methods in org.apache.ignite.configuration with parameters of type Marshaller Modifier and Type Method Description IgniteConfigurationIgniteConfiguration. setMarshaller(Marshaller marsh)Deprecated.Since 2.1. -
Uses of Marshaller in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type Marshaller Modifier and Type Method Description static IgniteDiagnosticMessageIgniteDiagnosticMessage. createRequest(Marshaller marsh, IgniteClosure<GridKernalContext,IgniteDiagnosticInfo> c, long futId)<T> TIgniteDiagnosticMessage. unmarshal(Marshaller marsh)voidGridJobSiblingsResponse. unmarshalSiblings(Marshaller marsh) -
Uses of Marshaller in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement Marshaller Modifier and Type Class Description classBinaryMarshallerImplementation ofMarshallerthat lets to serialize and deserialize all objects in the binary format. -
Uses of Marshaller in org.apache.ignite.internal.marshaller.optimized
Classes in org.apache.ignite.internal.marshaller.optimized that implement Marshaller Modifier and Type Class Description classOptimizedMarshallerOptimized implementation ofMarshaller. -
Uses of Marshaller in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return Marshaller Modifier and Type Method Description MarshallerGridCacheContext. marshaller()MarshallerGridCacheSharedContext. marshaller()Methods in org.apache.ignite.internal.processors.cache with parameters of type Marshaller Modifier and Type Method Description static StoredCacheDataGridLocalConfigManager. readCacheData(File conf, @Nullable Marshaller marshaller, @Nullable IgniteConfiguration cfg)static Map<File,StoredCacheData>GridLocalConfigManager. readCachesData(File dbDir, @Nullable Marshaller marshaller, @Nullable IgniteConfiguration cfg)Constructors in org.apache.ignite.internal.processors.cache with parameters of type Marshaller Constructor Description CacheConfigurationEnricher(GridKernalContext ctx, Marshaller marshaller, ClassLoader clsLdr)Creates a new instance of enricher.CacheConfigurationSplitterImpl(GridKernalContext ctx, Marshaller marshaller)Creates a new instance of splitter. -
Uses of Marshaller in org.apache.ignite.internal.processors.cache.persistence.metastorage
Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage that return Marshaller Modifier and Type Method Description MarshallerMetaStorage. marshaller() -
Uses of Marshaller in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query with parameters of type Marshaller Modifier and Type Method Description voidGridCacheQueryMarshallable. marshall(Marshaller m)voidGridCacheQueryMarshallable. unmarshall(Marshaller m, GridKernalContext ctx) -
Uses of Marshaller in org.apache.ignite.internal.processors.cache.version
Methods in org.apache.ignite.internal.processors.cache.version with parameters of type Marshaller Modifier and Type Method Description voidGridCacheRawVersionedEntry. marshal(CacheObjectContext ctx, Marshaller marsh)Perform internal marshal of this entry before it will be serialized.voidGridCacheRawVersionedEntry. unmarshal(CacheObjectContext ctx, Marshaller marsh)Perform internal unmarshal of this entry.voidGridCacheRawVersionedEntry. unmarshalKey(CacheObjectContext ctx, Marshaller marsh)Perform internal key unmarshal of this entry. -
Uses of Marshaller in org.apache.ignite.internal.processors.rest.protocols.tcp
Constructors in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type Marshaller Constructor Description GridTcpRestParser(boolean routerClient, Marshaller marsh) -
Uses of Marshaller in org.apache.ignite.internal.processors.security
Methods in org.apache.ignite.internal.processors.security with parameters of type Marshaller Modifier and Type Method Description static SecurityContextSecurityUtils. nodeSecurityContext(Marshaller marsh, ClassLoader ldr, ClusterNode node)Gets the node's security context.static Map<String,Object>SecurityUtils. withSecurityContext(SecurityContext secCtx, Map<String,Object> nodeAttrs, Marshaller marsh)Marshals specified security context and adds it to the node attributes. -
Uses of Marshaller in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util with parameters of type Marshaller Modifier and Type Method Description static voidIgniteUtils. marshal(Marshaller marsh, @Nullable Object obj, OutputStream out)Marshals object to byte array.static byte[]IgniteUtils. marshal(Marshaller marsh, Object obj)Marshals object to byte array.static <T> TIgniteUtils. unmarshal(Marshaller marsh, byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.static <T> TIgniteUtils. unmarshal(Marshaller marsh, InputStream in, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.static <T> TIgniteUtils. unmarshalZip(Marshaller marsh, byte[] zipBytes, @Nullable ClassLoader clsLdr) -
Uses of Marshaller in org.apache.ignite.marshaller
Classes in org.apache.ignite.marshaller that implement Marshaller Modifier and Type Class Description classAbstractMarshallerBase class for marshallers.classAbstractNodeNameAwareMarshallerMarshaller allowing forIgnition.localIgnite()calls.Methods in org.apache.ignite.marshaller with parameters of type Marshaller Modifier and Type Method Description static voidMarshallerUtils. setNodeName(Marshaller marsh, @Nullable String nodeName)Set node name to marshaller context if possible. -
Uses of Marshaller in org.apache.ignite.marshaller.jdk
Classes in org.apache.ignite.marshaller.jdk that implement Marshaller Modifier and Type Class Description classJdkMarshallerImplementation ofMarshallerbased on JDK serialization mechanism. -
Uses of Marshaller in org.apache.ignite.spi.discovery.tcp
Methods in org.apache.ignite.spi.discovery.tcp that return Marshaller Modifier and Type Method Description protected MarshallerTcpDiscoverySpi. marshaller() -
Uses of Marshaller in org.apache.ignite.spi.discovery.tcp.internal
Methods in org.apache.ignite.spi.discovery.tcp.internal with parameters of type Marshaller Modifier and Type Method Description voidDiscoveryDataPacket. marshalGridNodeData(DiscoveryDataBag bag, UUID nodeId, Marshaller marsh, int compressionLevel, IgniteLogger log)voidDiscoveryDataPacket. marshalJoiningNodeData(DiscoveryDataBag bag, Marshaller marsh, int compressionLevel, IgniteLogger log)DiscoveryDataBagDiscoveryDataPacket. unmarshalGridData(Marshaller marsh, ClassLoader clsLdr, boolean clientNode, IgniteLogger log)DiscoveryDataBagDiscoveryDataPacket. unmarshalJoiningNodeData(Marshaller marsh, ClassLoader clsLdr, boolean clientNode, IgniteLogger log)DiscoveryDataBagDiscoveryDataPacket. unmarshalJoiningNodeDataSilently(Marshaller marsh, ClassLoader clsLdr, boolean clientNode, IgniteLogger log) -
Uses of Marshaller in org.apache.ignite.spi.discovery.tcp.messages
Methods in org.apache.ignite.spi.discovery.tcp.messages with parameters of type Marshaller Modifier and Type Method Description @Nullable DiscoverySpiCustomMessageTcpDiscoveryCustomEventMessage. message(@NotNull Marshaller marsh, ClassLoader ldr)
-