Uses of Interface
org.apache.ignite.marshaller.MarshallerContext
-
Packages that use MarshallerContext Package Description org.apache.ignite.marshaller Contains various supported marshallers.org.apache.ignite.plugin Contains plugins management API. -
-
Uses of MarshallerContext in org.apache.ignite.marshaller
Fields in org.apache.ignite.marshaller declared as MarshallerContext Modifier and Type Field Description protected MarshallerContext
AbstractMarshaller. ctx
Context.Methods in org.apache.ignite.marshaller that return MarshallerContext Modifier and Type Method Description MarshallerContext
AbstractMarshaller. getContext()
Methods in org.apache.ignite.marshaller with parameters of type MarshallerContext Modifier and Type Method Description void
AbstractMarshaller. setContext(MarshallerContext ctx)
Sets marshaller context.void
Marshaller. setContext(MarshallerContext ctx)
Sets marshaller context. -
Uses of MarshallerContext in org.apache.ignite.plugin
Methods in org.apache.ignite.plugin that return MarshallerContext Modifier and Type Method Description MarshallerContext
PluginContext. marshallerContext()
-