org.apache.ignite.internal.util.lang.GridFunc.addAll(C, Iterable extends T>) |
org.apache.ignite.internal.util.lang.GridFunc.addAll(C, Iterator extends T>) |
org.apache.ignite.spi.IgniteSpiContext.addMessageListener(GridMessageListener, String)
|
org.apache.ignite.internal.util.lang.GridFunc.as(Runnable) |
org.apache.ignite.internal.util.lang.GridFunc.asMap(K, V, K, V, K, V) |
org.apache.ignite.internal.util.lang.GridFunc.asMap(K, V, K, V, K, V, K, V) |
org.apache.ignite.internal.util.lang.GridFunc.asMap(K, V, K, V, K, V, K, V, K, V) |
org.apache.ignite.internal.util.lang.GridFunc.asSet(T...) |
org.apache.ignite.internal.util.lang.GridFunc.asSet(T) |
org.apache.ignite.internal.util.lang.GridFunc.awaitAll(Collection>) |
org.apache.ignite.internal.util.lang.GridFunc.awaitAll(long, Collection>) |
org.apache.ignite.internal.util.lang.GridFunc.awaitAll(long, IgniteReducer, Collection>) |
org.apache.ignite.internal.processors.cache.GridCacheUtils.cheatCache(int) |
org.apache.ignite.internal.util.lang.GridFunc.contains(Integer[], int) |
org.apache.ignite.internal.util.lang.GridFunc.contains(long[], long) |
org.apache.ignite.internal.util.lang.GridFunc.containsAll(Collection extends T>, Iterable extends T>) |
org.apache.ignite.internal.util.lang.GridFunc.containsAny(Collection extends T>, Iterable extends T>) |
org.apache.ignite.internal.util.lang.GridFunc.copy(Collection, Iterable extends T>, IgnitePredicate super T>...) |
org.apache.ignite.internal.util.lang.GridFunc.copy(Collection, T...) |
org.apache.ignite.internal.util.IgniteUtils.debug(IgniteLogger, String)
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.IgniteUtils.debug(Object)
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.IgniteUtils.debugStack(IgniteLogger, String)
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.IgniteUtils.debugx(String)
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.lang.GridFunc.dedup(Collection extends T>) |
org.apache.ignite.internal.util.IgniteUtils.dumpStack()
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.IgniteUtils.dumpStack(String)
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.IgniteUtils.dumpStack(String, PrintStream)
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.IgniteUtils.dumpStack(Thread)
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.IgniteUtils.dumpStack(Thread, PrintStream)
Calls to this method should never be committed to master.
|
org.apache.ignite.internal.util.lang.GridFunc.emptyIterator() |
org.apache.ignite.internal.util.lang.GridFunc.eqOrdered(Collection>, Collection>) |
org.apache.ignite.internal.util.lang.GridFunc.equalTo(T) |
org.apache.ignite.internal.util.lang.GridFunc.filterList(List, boolean, IgnitePredicate...) |
org.apache.ignite.internal.util.lang.GridFunc.find(Iterable extends V>, Y, IgniteClosure super V, Y>, IgnitePredicate super V>...) |
org.apache.ignite.internal.util.lang.GridFunc.firstKey(Map) |
org.apache.ignite.internal.util.lang.GridFunc.fold(Iterable extends D>, B, IgniteBiClosure super D, ? super B, B>...) |
org.apache.ignite.internal.util.lang.GridFunc.forAll(Iterable extends V>, IgnitePredicate super V>...) |
org.apache.ignite.internal.util.lang.GridFunc.forAll(Map, IgnitePredicate super Map.Entry>...) |
org.apache.ignite.internal.util.lang.GridFunc.forAny(Iterable extends V>, IgnitePredicate super V>...) |
org.apache.ignite.internal.util.lang.GridFunc.forEach(Iterable extends X>, IgniteInClosure super X>, IgnitePredicate super X>...) |
org.apache.ignite.internal.util.lang.GridFunc.forEach(X[], IgniteInClosure super X>, IgnitePredicate super X>...) |
org.apache.ignite.IgniteCompute.future() |
org.apache.ignite.lang.IgniteAsyncSupport.future()
since 2.0. Please use new specialized async method
e.g.
IgniteFuture f = cache.getAsync();
instead of old-style async API:
IgniteCache asyncCache = cache.withAsync();
asyncCache.get(key);
IgniteFuture fut = asyncCache.future();
|
org.apache.ignite.configuration.IgniteConfiguration.getGridName()
|
org.apache.ignite.configuration.CacheConfiguration.getLongQueryWarningTimeout()
|
org.apache.ignite.configuration.IgniteConfiguration.getMarshaller()
Since 2.1. Some Ignite features will not work if non-null marshaller is set
(IgniteCache.withKeepBinary(), .NET, CPP, ODBC)
|
org.apache.ignite.configuration.IgniteConfiguration.getNodeId() |
org.apache.ignite.configuration.IgniteConfiguration.getOdbcConfiguration()
|
org.apache.ignite.configuration.CacheConfiguration.getRebalanceThreadPoolSize() |
org.apache.ignite.configuration.ConnectorConfiguration.getSslContextFactory()
|
org.apache.ignite.internal.visor.cache.VisorCacheConfiguration.getTransactionManagerLookupClassName() |
org.apache.ignite.configuration.CacheConfiguration.getTransactionManagerLookupClassName()
|
org.apache.ignite.stream.StreamAdapter.getTupleExtractor() |
org.apache.ignite.configuration.TransactionConfiguration.getTxManagerLookupClassName()
|
org.apache.ignite.internal.util.lang.GridFunc.isAlwaysFalse(IgnitePredicate) |
org.apache.ignite.internal.util.lang.GridFunc.isAlwaysFalse(IgnitePredicate[]) |
org.apache.ignite.internal.util.lang.GridFunc.isAlwaysTrue(IgnitePredicate) |
org.apache.ignite.internal.util.lang.GridFunc.isAny(T, IgnitePredicate super T>...) |
org.apache.ignite.lang.IgniteAsyncSupport.isAsync()
since 2.0. Please use new specialized async method
e.g.
IgniteFuture f = cache.getAsync();
instead of old-style async API:
IgniteCache asyncCache = cache.withAsync();
asyncCache.get(key);
IgniteFuture fut = asyncCache.future();
|
org.apache.ignite.platform.dotnet.PlatformDotNetBinaryTypeConfiguration.isKeepDeserialized()
|
org.apache.ignite.configuration.IgniteConfiguration.isLateAffinityAssignment()
Starting from Ignite 2.1 late affinity assignment is always enabled.
|
org.apache.ignite.configuration.TransactionConfiguration.isTxSerializableEnabled() |
org.apache.ignite.internal.util.lang.GridFunc.last(Iterable extends T>) |
org.apache.ignite.internal.util.lang.GridFunc.lose(Collection, boolean, IgnitePredicate super T>...) |
org.apache.ignite.internal.util.lang.GridFunc.lose(Map, boolean, IgnitePredicate super Map.Entry>...) |
org.apache.ignite.internal.util.lang.GridFunc.newAtomicInt() |
org.apache.ignite.internal.util.lang.GridFunc.newMap() |
org.apache.ignite.internal.util.lang.GridFunc.noop() |
org.apache.ignite.internal.util.lang.GridFunc.pair(T, T) |
org.apache.ignite.internal.util.lang.GridFunc.partition(Iterable extends V>, IgnitePredicate super V>) |
org.apache.ignite.internal.util.lang.GridFunc.rand(List) |
org.apache.ignite.internal.util.lang.GridFunc.rand(T...) |
org.apache.ignite.internal.util.lang.GridFunc.range(int, int) |
org.apache.ignite.spi.IgniteSpiContext.removeMessageListener(GridMessageListener, String)
|
org.apache.ignite.internal.util.lang.GridFunc.retain(Collection, boolean, Collection extends T0>) |
org.apache.ignite.cache.store.CacheStore.sessionEnd(boolean)
|
org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction.setBackupFilter(IgniteBiPredicate)
Use affinityBackupFilter instead.
|
org.apache.ignite.cache.store.jdbc.CacheJdbcPojoStoreFactory.setDataSource(DataSource) |
org.apache.ignite.configuration.IgniteConfiguration.setGridName(String)
|
org.apache.ignite.configuration.IgniteConfiguration.setLateAffinityAssignment(boolean)
Starting from Ignite 2.1 late affinity assignment is always enabled.
|
org.apache.ignite.configuration.CacheConfiguration.setLongQueryWarningTimeout(long)
|
org.apache.ignite.configuration.IgniteConfiguration.setMarshaller(Marshaller)
Since 2.1. Some Ignite features will not work if non-null marshaller is set
(IgniteCache.withKeepBinary(), .NET, CPP, ODBC)
|
org.apache.ignite.configuration.IgniteConfiguration.setNodeId(UUID)
|
org.apache.ignite.configuration.IgniteConfiguration.setOdbcConfiguration(OdbcConfiguration)
|
org.apache.ignite.configuration.CacheConfiguration.setRebalanceThreadPoolSize(int) |
org.apache.ignite.cache.query.ContinuousQuery.setRemoteFilter(CacheEntryEventSerializableFilter)
|
org.apache.ignite.configuration.ConnectorConfiguration.setSslContextFactory(GridSslContextFactory)
|
org.apache.ignite.configuration.CacheConfiguration.setTransactionManagerLookupClassName(String)
|
org.apache.ignite.stream.StreamAdapter.setTupleExtractor(StreamTupleExtractor) |
org.apache.ignite.configuration.TransactionConfiguration.setTxManagerLookupClassName(String)
|
org.apache.ignite.configuration.TransactionConfiguration.setTxSerializableEnabled(boolean)
|
org.apache.ignite.internal.util.lang.GridFunc.string() |
org.apache.ignite.internal.util.lang.GridFunc.sumIntReducer() |
org.apache.ignite.internal.util.lang.GridFunc.sumLongReducer() |
org.apache.ignite.internal.util.lang.GridFunc.t(V1, V2, V3, V4) |
org.apache.ignite.internal.util.lang.GridFunc.t(V1, V2, V3, V4, V5) |
org.apache.ignite.internal.util.lang.GridFunc.t(V1, V2, V3, V4, V5, V6) |
org.apache.ignite.internal.util.lang.GridFunc.t1() |
org.apache.ignite.internal.util.lang.GridFunc.t2() |
org.apache.ignite.internal.util.lang.GridFunc.t3() |
org.apache.ignite.internal.util.lang.GridFunc.t4() |
org.apache.ignite.internal.util.lang.GridFunc.t5() |
org.apache.ignite.internal.util.lang.GridFunc.t6() |
org.apache.ignite.internal.processors.cache.GridCacheAttributes.transactionManagerLookupClassName()
|
org.apache.ignite.internal.util.lang.GridFunc.transform(X[], IgniteClosure super X, Y>) |
org.apache.ignite.internal.util.lang.GridFunc.transformList(Collection extends T1>, IgniteClosure super T1, T2>, IgnitePredicate super T1>...) |
org.apache.ignite.internal.util.lang.GridFunc.viewReadOnly(Map, IgniteBiClosure, IgnitePredicate super K>...) |
org.apache.ignite.IgniteCluster.withAsync() |
org.apache.ignite.IgniteFileSystem.withAsync() |
org.apache.ignite.IgniteMessaging.withAsync() |
org.apache.ignite.IgniteCompute.withAsync() |
org.apache.ignite.IgniteEvents.withAsync() |
org.apache.ignite.IgniteCache.withAsync() |
org.apache.ignite.IgniteServices.withAsync() |
org.apache.ignite.lang.IgniteAsyncSupport.withAsync()
since 2.0. Please use new specialized async method
e.g.
IgniteFuture f = cache.getAsync();
instead of old-style async API:
IgniteCache asyncCache = cache.withAsync();
asyncCache.get(key);
IgniteFuture fut = asyncCache.future();
|
org.apache.ignite.internal.util.lang.GridFunc.zip(Collection extends K>, V) |