Uses of Interface
org.apache.ignite.IgniteBinary
-
Packages that use IgniteBinary Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.client.thin org.apache.ignite.internal.processors.cache.binary Implementation of binary processor.org.apache.ignite.internal.processors.cacheobject Cache object processor. -
-
Uses of IgniteBinary in org.apache.ignite
Methods in org.apache.ignite that return IgniteBinary Modifier and Type Method Description IgniteBinaryIgnite. binary()Gets an instance ofIgniteBinaryinterface. -
Uses of IgniteBinary in org.apache.ignite.client
Methods in org.apache.ignite.client that return IgniteBinary Modifier and Type Method Description IgniteBinaryIgniteClient. binary() -
Uses of IgniteBinary in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteBinary Modifier and Type Method Description IgniteBinaryIgniteKernal. binary()Gets an instance ofIgniteBinaryinterface. -
Uses of IgniteBinary in org.apache.ignite.internal.client.thin
Classes in org.apache.ignite.internal.client.thin that implement IgniteBinary Modifier and Type Class Description classClientBinaryThin client implementation ofIgniteBinary.Methods in org.apache.ignite.internal.client.thin that return IgniteBinary Modifier and Type Method Description IgniteBinaryTcpIgniteClient. binary()Methods in org.apache.ignite.internal.client.thin with parameters of type IgniteBinary Modifier and Type Method Description UUIDClientCacheAffinityMapping. affinityNode(IgniteBinary binary, int cacheId, Object key)Calculates affinity node for given cache and key.Constructors in org.apache.ignite.internal.client.thin with parameters of type IgniteBinary Constructor Description ClientCacheAffinityContext(IgniteBinary binary, @Nullable ClientPartitionAwarenessMapperFactory factory, Predicate<UUID> connectionEstablishedPredicate) -
Uses of IgniteBinary in org.apache.ignite.internal.processors.cache.binary
Classes in org.apache.ignite.internal.processors.cache.binary that implement IgniteBinary Modifier and Type Class Description classIgniteBinaryImplIgniteBinaryimplementation.Methods in org.apache.ignite.internal.processors.cache.binary that return IgniteBinary Modifier and Type Method Description IgniteBinaryCacheObjectBinaryProcessorImpl. binary() -
Uses of IgniteBinary in org.apache.ignite.internal.processors.cacheobject
Classes in org.apache.ignite.internal.processors.cacheobject that implement IgniteBinary Modifier and Type Class Description classNoOpBinaryMethods in org.apache.ignite.internal.processors.cacheobject that return IgniteBinary Modifier and Type Method Description IgniteBinaryIgniteCacheObjectProcessor. binary()
-