Package org.apache.ignite.internal.processors.platform
-
Interface Summary Interface Description PlatformAsyncResult Represents asynchronous operation result.PlatformBootstrap Platform bootstrap.PlatformBootstrapFactory Platform bootstrap factory.PlatformConfigurationEx Extended platform configuration.PlatformContext Platform context.PlatformEventFilterListener Platform event filter and listener.PlatformJavaObjectFactoryEx<T> Extended Java object factory interface to handle special cases.PlatformPluginExtension Platform extension.PlatformProcessor Platform processor.PlatformTarget Interop target abstraction.PlatformTargetProxy Platform target that is invoked via JNI and propagates calls to underlyingPlatformTarget. -
Class Summary Class Description PlatformAbstractBootstrap Base interop bootstrap implementation.PlatformAbstractConfigurationClosure Abstract interop configuration closure.PlatformAbstractPredicate Base interop predicate.PlatformAbstractTarget Abstract interop target.PlatformContextImpl Implementation of platform context.PlatformDefaultJavaObjectFactory<T> Default Java object factory implementation.PlatformIgnition Entry point for platform nodes.PlatformJavaObjectFactoryProxy Wrapper for Java object factory.PlatformJavaObjectSingletonFactory<T> Singleton factory.PlatformNoopProcessor No-op processor.PlatformProcessorImpl Platform processor.PlatformTargetProxyImpl Platform target that is invoked via JNI and propagates calls to underlyingPlatformTarget. -
Exception Summary Exception Description PlatformException Interop checked exception.PlatformExtendedException Denotes an exception which has some data to be written in a special manner.PlatformNativeException Exception occurred on native side.PlatformNoCallbackException Exception raised when interop callback is not set in native platform.