Uses of Interface
org.apache.ignite.Ignite
-
-
Uses of Ignite in org.apache.ignite
Methods in org.apache.ignite that return Ignite Modifier and Type Method Description static IgniteIgnition. getOrStart(IgniteConfiguration cfg)Gets or starts new grid instance if it hasn't been started yet.static IgniteIgnition. ignite()Gets an instance of default no-name grid.static IgniteIgnition. ignite(@Nullable String name)Gets a named Ignite instance.static IgniteIgnition. ignite(UUID locNodeId)Gets a grid instance for given local node ID.static IgniteIgnition. localIgnite()This method is used to address a localIgniteinstance, principally from closure.static IgniteIgnition. start()Starts grid with default configuration.static IgniteIgnition. start(InputStream springCfgStream)Starts all grids specified within given Spring XML configuration input stream.static IgniteIgnition. start(String springCfgPath)Starts all grids specified within given Spring XML configuration file.static IgniteIgnition. start(URL springCfgUrl)Starts all grids specified within given Spring XML configuration file URL.static IgniteIgnition. start(IgniteConfiguration cfg)Starts grid with given configuration.Methods in org.apache.ignite that return types with arguments of type Ignite Modifier and Type Method Description static List<Ignite>Ignition. allGrids()Gets a list of all grids started so far. -
Uses of Ignite in org.apache.ignite.cache
Methods in org.apache.ignite.cache with parameters of type Ignite Modifier and Type Method Description javax.cache.CacheManagerCachingProvider. findManager(Ignite ignite) -
Uses of Ignite in org.apache.ignite.cache.store.jdbc
Fields in org.apache.ignite.cache.store.jdbc declared as Ignite Modifier and Type Field Description protected IgniteCacheAbstractJdbcStore. igniteAuto injected ignite instance.Methods in org.apache.ignite.cache.store.jdbc that return Ignite Modifier and Type Method Description protected IgniteCacheAbstractJdbcStore. ignite() -
Uses of Ignite in org.apache.ignite.cluster
Methods in org.apache.ignite.cluster that return Ignite Modifier and Type Method Description IgniteClusterGroup. ignite()Gets instance of grid. -
Uses of Ignite in org.apache.ignite.failure
Methods in org.apache.ignite.failure with parameters of type Ignite Modifier and Type Method Description protected abstract booleanAbstractFailureHandler. handle(Ignite ignite, FailureContext failureCtx)Actual failure handling.protected booleanNoOpFailureHandler. handle(Ignite ignite, FailureContext failureCtx)Actual failure handling.protected booleanRestartProcessFailureHandler. handle(Ignite ignite, FailureContext failureCtx)Actual failure handling.booleanStopNodeFailureHandler. handle(Ignite ignite, FailureContext failureCtx)Actual failure handling.protected booleanStopNodeOrHaltFailureHandler. handle(Ignite ignite, FailureContext failureCtx)Actual failure handling.booleanAbstractFailureHandler. onFailure(Ignite ignite, FailureContext failureCtx)Handles failure occurred onigniteinstance.booleanFailureHandler. onFailure(Ignite ignite, FailureContext failureCtx)Handles failure occurred onigniteinstance. -
Uses of Ignite in org.apache.ignite.internal
Subinterfaces of Ignite in org.apache.ignite.internal Modifier and Type Interface Description interfaceIgniteExExtended Grid interface which provides some additional methods required for kernal and Visor.Classes in org.apache.ignite.internal that implement Ignite Modifier and Type Class Description classIgniteKernalMethods in org.apache.ignite.internal that return Ignite Modifier and Type Method Description IgniteGridCachePluginContext. grid()IgniteGridPluginContext. grid()static IgniteIgnitionEx. grid()Gets an instance of default no-name grid.static IgniteIgnitionEx. grid(@Nullable String name)Gets an named grid instance.static IgniteIgnitionEx. grid(UUID locNodeId)Gets a grid instance for given local node ID.static IgniteIgnitionEx. start()Starts grid with default configuration.static IgniteIgnitionEx. start(@Nullable String springCfgPath)Starts all grids specified within given Spring XML configuration file.static IgniteIgnitionEx. start(@Nullable String springCfgPath, @Nullable String igniteInstanceName)Starts all grids specified within given Spring XML configuration file.static IgniteIgnitionEx. start(@Nullable GridSpringResourceContext springCtx)Starts grid with default configuration.static IgniteIgnitionEx. start(InputStream springCfgStream)Starts all grids specified within given Spring XML configuration input stream.static IgniteIgnitionEx. start(InputStream springCfgStream, @Nullable String igniteInstanceName, @Nullable GridSpringResourceContext springCtx, @Nullable ClassLoader ldr)Starts all grids specified within given Spring XML configuration input stream.static IgniteIgnitionEx. start(String springCfgPath, @Nullable String igniteInstanceName, @Nullable GridSpringResourceContext springCtx, @Nullable ClassLoader ldr)Starts all grids specified within given Spring XML configuration file.static IgniteIgnitionEx. start(URL springCfgUrl)Starts all grids specified within given Spring XML configuration file URL.static IgniteIgnitionEx. start(URL springCfgUrl, @Nullable ClassLoader ldr)Starts all grids specified within given Spring XML configuration file URL.static IgniteIgnitionEx. start(URL springCfgUrl, @Nullable String igniteInstanceName, @Nullable GridSpringResourceContext springCtx, @Nullable ClassLoader ldr)Starts all grids specified within given Spring XML configuration file URL.static IgniteIgnitionEx. start(IgniteConfiguration cfg)Starts grid with given configuration.static IgniteIgnitionEx. start(IgniteConfiguration cfg, boolean failIfStarted)Starts a grid with given configuration.static IgniteIgnitionEx. start(IgniteConfiguration cfg, @Nullable GridSpringResourceContext springCtx)Starts grid with given configuration.Methods in org.apache.ignite.internal that return types with arguments of type Ignite Modifier and Type Method Description static List<Ignite>IgnitionEx. allGrids()Gets a list of all grids started so far.static List<Ignite>IgnitionEx. allGridsx()Gets a list of all grids started so far.static T2<Ignite,Boolean>IgnitionEx. getOrStart(IgniteConfiguration cfg)Gets or starts new grid instance if it hasn't been started yet.static T2<Ignite,Boolean>IgnitionEx. start(IgniteConfiguration cfg, @Nullable GridSpringResourceContext springCtx, boolean failIfStarted)Starts grid with given configuration. -
Uses of Ignite in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster that return Ignite Modifier and Type Method Description IgniteClusterGroupAdapter. ignite()Gets instance of grid.IgniteIgniteClusterAsyncImpl. ignite()Gets instance of grid. -
Uses of Ignite in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management with parameters of type Ignite Modifier and Type Method Description NoArgActivateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, NoArg arg, Consumer<String> printer)Deprecated.Executes command logic.NoArgDeactivateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, DeactivateCommandArg arg, Consumer<String> printer)Deprecated.Executes command logic.BooleanSetStateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, SetStateCommandArg arg, Consumer<String> printer)Executes command logic.GridTuple3<UUID,String,ClusterState>StateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, NoArg arg, Consumer<String> printer)Executes command logic.booleanDeactivateCommand. prepare(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, DeactivateCommandArg arg, Consumer<String> printer)Deprecated.Enriches argument with cluster information if required. -
Uses of Ignite in org.apache.ignite.internal.management.api
Methods in org.apache.ignite.internal.management.api with parameters of type Ignite Modifier and Type Method Description static <A,R>
RCommandUtils. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, Class<? extends VisorMultiNodeTask<A,R,?>> taskCls, A arg, Collection<GridClientNode> nodes)RLocalCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, A arg, Consumer<String> printer)Executes command logic.static Collection<GridClientNode>CommandUtils. nodes(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite)booleanPreparableCommand. prepare(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, A arg, Consumer<String> printer)Enriches argument with cluster information if required. -
Uses of Ignite in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache with parameters of type Ignite Modifier and Type Method Description ViewCacheTaskResultCacheListCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, CacheListCommandArg arg, Consumer<String> printer)Executes command logic.booleanCacheDestroyCommand. prepare(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, CacheDestroyCommandArg arg, Consumer<String> printer)Enriches argument with cluster information if required. -
Uses of Ignite in org.apache.ignite.internal.management.consistency
Methods in org.apache.ignite.internal.management.consistency with parameters of type Ignite Modifier and Type Method Description StringConsistencyRepairCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, ConsistencyRepairCommandArg arg, Consumer<String> printer)Executes command logic. -
Uses of Ignite in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx with parameters of type Ignite Modifier and Type Method Description Map<ClusterNode,TxTaskResult>TxInfoCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, TxCommand.AbstractTxCommandArg arg0, Consumer<String> printer)Executes command logic. -
Uses of Ignite in org.apache.ignite.internal.plugin
Methods in org.apache.ignite.internal.plugin with parameters of type Ignite Modifier and Type Method Description voidIgniteLogInfoProvider. ackKernalStarted(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProviderImpl. ackKernalStarted(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProvider. ackKernalStopped(IgniteLogger log, Ignite ignite, boolean err)voidIgniteLogInfoProviderImpl. ackKernalStopped(IgniteLogger log, Ignite ignite, boolean err)voidIgniteLogInfoProvider. ackNodeBasicMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProviderImpl. ackNodeBasicMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProvider. ackNodeDataStorageMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProviderImpl. ackNodeDataStorageMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProvider. ackNodeMemoryStatisticsMetrics(IgniteLogger log, Ignite ignite)voidIgniteLogInfoProviderImpl. ackNodeMemoryStatisticsMetrics(IgniteLogger log, Ignite ignite) -
Uses of Ignite in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache declared as Ignite Modifier and Type Field Description protected IgniteGridCacheDefaultAffinityKeyMapper. igniteInjected ignite instance.Methods in org.apache.ignite.internal.processors.cache with parameters of type Ignite Modifier and Type Method Description voidCacheDefaultBinaryAffinityKeyMapper. ignite(Ignite ignite)voidGridCacheDefaultAffinityKeyMapper. ignite(Ignite ignite)static <K,V>
voidGridCacheUtils. inTx(Ignite ignite, IgniteCache<K,V> cache, TransactionConcurrency concurrency, TransactionIsolation isolation, IgniteInClosureX<IgniteCache<K,V>> clo)Execute closure inside cache transaction. -
Uses of Ignite in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return Ignite Modifier and Type Method Description IgnitePlatformNoopProcessor. ignite()Gets owning Ignite instance.IgnitePlatformProcessor. ignite()Gets owning Ignite instance.IgnitePlatformProcessorImpl. ignite()Gets owning Ignite instance. -
Uses of Ignite in org.apache.ignite.internal.processors.platform.cache
Methods in org.apache.ignite.internal.processors.platform.cache with parameters of type Ignite Modifier and Type Method Description voidPlatformCacheEntryFilterImpl. setIgniteInstance(Ignite ignite) -
Uses of Ignite in org.apache.ignite.internal.processors.platform.cache.affinity
Methods in org.apache.ignite.internal.processors.platform.cache.affinity with parameters of type Ignite Modifier and Type Method Description voidPlatformAffinityFunction. setIgnite(Ignite ignite)Injects the Ignite. -
Uses of Ignite in org.apache.ignite.internal.processors.platform.cluster
Methods in org.apache.ignite.internal.processors.platform.cluster with parameters of type Ignite Modifier and Type Method Description voidPlatformClusterNodeFilterImpl. setIgniteInstance(Ignite ignite) -
Uses of Ignite in org.apache.ignite.internal.processors.platform.compute
Fields in org.apache.ignite.internal.processors.platform.compute declared as Ignite Modifier and Type Field Description protected IgnitePlatformAbstractFunc. igniteIgnite instance.protected IgnitePlatformAbstractJob. igniteIgnite instance. -
Uses of Ignite in org.apache.ignite.internal.processors.platform.datastreamer
Methods in org.apache.ignite.internal.processors.platform.datastreamer with parameters of type Ignite Modifier and Type Method Description voidPlatformStreamReceiverImpl. setIgniteInstance(Ignite ignite) -
Uses of Ignite in org.apache.ignite.internal.processors.platform.services
Methods in org.apache.ignite.internal.processors.platform.services with parameters of type Ignite Modifier and Type Method Description voidPlatformAbstractService. setIgniteInstance(Ignite ignite) -
Uses of Ignite in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type Ignite Modifier and Type Method Description static PlatformContextPlatformUtils. platformContext(Ignite grid)Gets interop context for the grid.static PlatformProcessorPlatformUtils. platformProcessor(Ignite grid)Get platform processor. -
Uses of Ignite in org.apache.ignite.internal.processors.resource
Constructors in org.apache.ignite.internal.processors.resource with parameters of type Ignite Constructor Description GridResourceProxiedIgniteInjector(Ignite rsrc) -
Uses of Ignite in org.apache.ignite.internal.processors.security.sandbox
Methods in org.apache.ignite.internal.processors.security.sandbox that return Ignite Modifier and Type Method Description static IgniteSandboxIgniteComponentProxy. igniteProxy(Ignite ignite)Methods in org.apache.ignite.internal.processors.security.sandbox with parameters of type Ignite Modifier and Type Method Description static IgniteSandboxIgniteComponentProxy. igniteProxy(Ignite ignite) -
Uses of Ignite in org.apache.ignite.internal.util
Method parameters in org.apache.ignite.internal.util with type arguments of type Ignite Modifier and Type Method Description static Collection<UUID>IgniteUtils. gridIds(@Nullable Collection<? extends Ignite> grids)Converts collection of Grid instances to collection of node IDs.static Collection<String>IgniteUtils. grids2names(@Nullable Collection<? extends Ignite> grids)Converts collection of Grid instances to collection of grid names. -
Uses of Ignite in org.apache.ignite.messaging
Methods in org.apache.ignite.messaging that return Ignite Modifier and Type Method Description protected IgniteMessagingListenActor. ignite()Gets grid instance associated with this actor. -
Uses of Ignite in org.apache.ignite.plugin
Methods in org.apache.ignite.plugin that return Ignite Modifier and Type Method Description IgniteCachePluginContext. grid()IgnitePluginContext. grid() -
Uses of Ignite in org.apache.ignite.spi
Fields in org.apache.ignite.spi declared as Ignite Modifier and Type Field Description protected IgniteIgniteSpiAdapter. igniteIgnite instance.Methods in org.apache.ignite.spi that return Ignite Modifier and Type Method Description IgniteIgniteSpiAdapter. ignite()Gets ignite instance.Methods in org.apache.ignite.spi with parameters of type Ignite Modifier and Type Method Description protected voidIgniteSpiAdapter. injectResources(Ignite ignite)Inject ignite instance. -
Uses of Ignite in org.apache.ignite.spi.communication.tcp
Constructors in org.apache.ignite.spi.communication.tcp with parameters of type Ignite Constructor Description TcpCommunicationMetricsListener(Ignite ignite, IgniteSpiContext spiCtx) -
Uses of Ignite in org.apache.ignite.spi.communication.tcp.internal
Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type Ignite Modifier and Type Method Description protected voidTcpCommunicationConfigInitializer. injectResources(Ignite ignite)Injects resources.Constructors in org.apache.ignite.spi.communication.tcp.internal with parameters of type Ignite Constructor Description ClusterStateProvider(Ignite ignite, Supplier<ClusterNode> locNodeSupplier, TcpCommunicationSpi tcpCommSpi, Supplier<Boolean> stoppedSupplier, Supplier<IgniteSpiContext> spiCtxWithoutLatchSupplier, IgniteLogger log, Supplier<Ignite> igniteExSupplier)Deprecated. -
Uses of Ignite in org.apache.ignite.spi.discovery.isolated
Methods in org.apache.ignite.spi.discovery.isolated with parameters of type Ignite Modifier and Type Method Description protected voidIsolatedDiscoverySpi. injectResources(Ignite ignite)Inject ignite instance. -
Uses of Ignite in org.apache.ignite.spi.discovery.tcp
Methods in org.apache.ignite.spi.discovery.tcp with parameters of type Ignite Modifier and Type Method Description protected voidTcpDiscoverySpi. injectResources(Ignite ignite)Inject resources -
Uses of Ignite in org.apache.ignite.spi.discovery.tcp.ipfinder
Fields in org.apache.ignite.spi.discovery.tcp.ipfinder declared as Ignite Modifier and Type Field Description protected IgniteTcpDiscoveryIpFinderAdapter. igniteDeprecated.Since 2.8. -
Uses of Ignite in org.apache.ignite.stream
Fields in org.apache.ignite.stream declared as Ignite Modifier and Type Field Description protected IgniteStreamAdapter. igniteIgnite.Methods in org.apache.ignite.stream that return Ignite Modifier and Type Method Description IgniteStreamAdapter. getIgnite()Methods in org.apache.ignite.stream with parameters of type Ignite Modifier and Type Method Description voidStreamAdapter. setIgnite(Ignite ignite)
-