Uses of Interface
org.apache.ignite.internal.processors.platform.PlatformProcessor
-
Packages that use PlatformProcessor Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache.persistence.wal.reader org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.utils -
-
Uses of PlatformProcessor in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return PlatformProcessor Modifier and Type Method Description PlatformProcessorGridKernalContext. platform()PlatformProcessorGridKernalContextImpl. platform() -
Uses of PlatformProcessor in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return PlatformProcessor Modifier and Type Method Description PlatformProcessorStandaloneGridKernalContext. platform() -
Uses of PlatformProcessor in org.apache.ignite.internal.processors.platform
Classes in org.apache.ignite.internal.processors.platform that implement PlatformProcessor Modifier and Type Class Description classPlatformNoopProcessorNo-op processor.classPlatformProcessorImplPlatform processor.Methods in org.apache.ignite.internal.processors.platform that return PlatformProcessor Modifier and Type Method Description static @Nullable PlatformProcessorPlatformIgnition. instance(@Nullable String igniteInstanceName)Get instance by environment pointer.PlatformProcessorPlatformAbstractBootstrap. start(IgniteConfiguration cfg, @Nullable GridSpringResourceContext springCtx, long envPtr)Start Ignite node.PlatformProcessorPlatformBootstrap. start(IgniteConfiguration cfg, @Nullable GridSpringResourceContext springCtx, long envPtr)Start Ignite node. -
Uses of PlatformProcessor in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils that return PlatformProcessor Modifier and Type Method Description static PlatformProcessorPlatformUtils. platformProcessor(Ignite grid)Get platform processor.
-