Uses of Interface
org.apache.ignite.internal.processors.platform.services.PlatformService
-
Packages that use PlatformService Package Description org.apache.ignite.internal.processors.platform.dotnet org.apache.ignite.internal.processors.platform.services -
-
Uses of PlatformService in org.apache.ignite.internal.processors.platform.dotnet
Subinterfaces of PlatformService in org.apache.ignite.internal.processors.platform.dotnet Modifier and Type Interface Description interfacePlatformDotNetServiceMarker interface to denote a service implemented on .Net platform.Classes in org.apache.ignite.internal.processors.platform.dotnet that implement PlatformService Modifier and Type Class Description classPlatformDotNetServiceImplInterop .Net service. -
Uses of PlatformService in org.apache.ignite.internal.processors.platform.services
Classes in org.apache.ignite.internal.processors.platform.services that implement PlatformService Modifier and Type Class Description classPlatformAbstractServiceBase platform service implementation.
-