| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<T,S> |
IgniteAtomicStamped.get()
Gets both current value and current stamp of atomic stamped.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<Boolean,V> |
CacheInterceptor.onBeforeRemove(javax.cache.Cache.Entry<K,V> entry)
This method is called within
IgniteCache.remove(Object)
and similar operations to provide control over returned value. |
IgniteBiTuple<Boolean,V> |
CacheInterceptorAdapter.onBeforeRemove(javax.cache.Cache.Entry<K,V> entry)
This method is called within
IgniteCache.remove(Object)
and similar operations to provide control over returned value. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> |
CacheTypeMetadata.getGroups()
Gets group-indexed fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheTypeMetadata.setGroups(Map<String,LinkedHashMap<String,IgniteBiTuple<Class<?>,Boolean>>> grps)
Sets group-indexed fields.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract IgniteBiTuple<K,V> |
CacheLoadOnlyStoreAdapter.parse(I rec,
Object... args)
This method should transform raw data records into valid key-value pairs
to be stored into cache.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteBiTuple<IgniteConfiguration,GridSpringResourceContext> |
IgnitionEx.loadConfiguration(String springCfgPath)
Loads first found grid configuration specified within given Spring XML configuration file.
|
static IgniteBiTuple<IgniteConfiguration,GridSpringResourceContext> |
IgnitionEx.loadConfiguration(URL springCfgUrl)
Loads first found grid configuration specified within given Spring XML configuration file.
|
static IgniteBiTuple<Collection<IgniteConfiguration>,? extends GridSpringResourceContext> |
IgnitionEx.loadConfigurations(InputStream springCfgStream)
Loads all grid configurations specified within given input stream.
|
static IgniteBiTuple<Collection<IgniteConfiguration>,? extends GridSpringResourceContext> |
IgnitionEx.loadConfigurations(String springCfgPath)
Loads all grid configurations specified within given Spring XML configuration file.
|
static IgniteBiTuple<Collection<IgniteConfiguration>,? extends GridSpringResourceContext> |
IgnitionEx.loadConfigurations(URL springCfgUrl)
Loads all grid configurations specified within given Spring XML configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<Object,Exception> |
GridCacheUpdateAtomicResult.computedResult() |
static IgniteBiTuple<byte[],Byte> |
GridCacheSwapEntryImpl.getValue(byte[] bytes) |
protected IgniteBiTuple<byte[],Byte> |
GridCacheMapEntry.valueBytes0() |
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,Collection<IgniteBiTuple<KeyCacheObject,GridCacheVersion>>> |
IgniteCacheExpiryPolicy.readers() |
Map<UUID,Collection<IgniteBiTuple<KeyCacheObject,GridCacheVersion>>> |
GridCacheAdapter.CacheExpiryPolicy.readers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCacheContext.cancelRemove(IgniteBiTuple<Boolean,?> interceptorRes) |
| Constructor and Description |
|---|
GridCacheUpdateAtomicResult(boolean success,
CacheObject oldVal,
CacheObject newVal,
IgniteBiTuple<Object,Exception> res,
long newTtl,
long conflictExpireTime,
GridCacheVersion rmvVer,
GridCacheVersionConflictContext<?,?> conflictRes,
boolean sndToDht)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<GridCacheVersion,CacheObject> |
GridDhtCacheEntry.versionedValue(AffinityTopologyVersion topVer) |
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<GridCacheVersion,CacheObject> |
GridNearCacheEntry.versionedValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheStoreManager.putAll(IgniteInternalTx tx,
Map<Object,IgniteBiTuple<Object,GridCacheVersion>> map)
Puts key-value pair into storage.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteBiTuple<GridCacheOperation,CacheObject> |
IgniteTxAdapter.applyTransformClosures(IgniteTxEntry txEntry,
boolean metrics) |
protected IgniteBiTuple<GridCacheOperation,GridCacheVersionConflictContext> |
IgniteTxAdapter.conflictResolve(GridCacheOperation op,
IgniteTxEntry txEntry,
CacheObject newVal,
GridCacheVersion newVer,
GridCacheEntryEx old)
Resolve DR conflict.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<T,S> |
GridCacheAtomicStampedImpl.get()
Gets both current value and current stamp of atomic stamped.
|
IgniteBiTuple<T,S> |
GridCacheAtomicStampedValue.get() |
IgniteBiTuple<Long,Long> |
GridCacheQueueAdapter.ClearProcessor.process(javax.cache.processor.MutableEntry<GridCacheQueueHeaderKey,GridCacheQueueHeader> e,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<Long,Integer> |
GridOffHeapProcessor.valuePointer(String spaceName,
int part,
Object key,
byte[] keyBytes)
Gets value pointer from offheap space for the given key.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(String spaceName)
Gets iterator over contents of the given space.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(String spaceName,
int part)
Gets iterator over contents of partition.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryIndexing.query(String spaceName,
String qry,
Collection<Object> params,
GridQueryTypeDescriptor type,
IndexingQueryFilter filters)
Executes regular query.
|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryProcessor.query(String space,
String clause,
Collection<Object> params,
String resType,
IndexingQueryFilter filters) |
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryIndexing.queryText(String spaceName,
String qry,
GridQueryTypeDescriptor type,
IndexingQueryFilter filters)
Executes text query.
|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryProcessor.queryText(String space,
String clause,
String resType,
IndexingQueryFilter filters) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IgniteBiTuple<String,Object>> |
GridRestProtocol.getProperties()
Returns protocol properties for setting node attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IgniteBiTuple<String,Object>> |
GridRestProtocolAdapter.getProperties()
Returns protocol properties for setting node attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteBiTuple<Object,Object> |
IgniteUtils.addLog4jNoOpLogger()
Adds no-op logger to remove no-appender warning.
|
static IgniteBiTuple<Collection<String>,Collection<String>> |
IgniteUtils.resolveLocalAddresses(InetAddress locAddr)
Returns host names consistent with
IgniteUtils.resolveLocalHost(String). |
| Modifier and Type | Method and Description |
|---|---|
static <K,V,M extends Map<K,V>> |
IgniteUtils.addAll(M m,
IgniteBiTuple<K,V>... entries)
Adds values to collection and returns the same collection to allow chaining.
|
static void |
IgniteUtils.removeLog4jNoOpLogger(IgniteBiTuple<Object,Object> t)
Removes previously added no-op logger via method
IgniteUtils.addLog4jNoOpLogger(). |
| Modifier and Type | Class and Description |
|---|---|
class |
IgnitePair<T>
Simple extension over
IgniteBiTuple for pair of objects of the same type. |
| Modifier and Type | Method and Description |
|---|---|
static <V> IgniteBiTuple<Collection<V>,Collection<V>> |
GridFunc.partition(Iterable<? extends V> c,
IgnitePredicate<? super V> p)
Partitions input collection in two: first containing elements for which given
predicate evaluates to
true - and second containing the elements for which
predicate evaluates to false. |
static <V1,V2> IgniteBiTuple<V1,V2> |
GridFunc.t(V1 v1,
V2 v2)
Factory method returning new tuple with given parameters.
|
static <V1,V2> IgniteBiTuple<V1,V2> |
GridFunc.t2()
Factory method returning new empty tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static IgniteBiTuple<Collection<Map<String,Object>>,Map<String,Object>> |
IgniteNodeStartUtils.parseFile(File file)
Parses INI file.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<Long,Integer> |
GridOffHeapMap.valuePointer(int hash,
byte[] keyBytes)
Gets value pointer for given key.
|
IgniteBiTuple<Long,Integer> |
GridOffHeapPartitionedMap.valuePointer(int p,
int hash,
byte[] keyBytes)
Gets value pointer for given key.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapMap.iterator()
Gets iterator over map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapPartitionedMap.iterator()
Gets iterator over the whole map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapPartitionedMap.iterator(int p)
Gets iterator over certain partition.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<byte[],Byte> |
GridUnsafeMemory.get(long ptr)
Get value stored in offheap along with a value type.
|
IgniteBiTuple<Long,Integer> |
GridUnsafeMap.valuePointer(int hash,
byte[] keyBytes)
Gets value pointer for given key.
|
IgniteBiTuple<Long,Integer> |
GridUnsafePartitionedMap.valuePointer(int p,
int hash,
byte[] keyBytes)
Gets value pointer for given key.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafeMap.iterator()
Gets iterator over map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafePartitionedMap.iterator()
Gets iterator over the whole map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafePartitionedMap.iterator(int p)
Gets iterator over certain partition.
|
| Modifier and Type | Method and Description |
|---|---|
<T> IgniteBiTuple<Collection<T>,? extends GridSpringResourceContext> |
IgniteSpringHelper.loadConfigurations(InputStream cfgStream,
Class<T> cls,
String... excludedProps)
Loads all configurations with given type specified within given configuration input stream.
|
IgniteBiTuple<Collection<IgniteConfiguration>,? extends GridSpringResourceContext> |
IgniteSpringHelper.loadConfigurations(InputStream cfgStream,
String... excludedProps)
Loads all grid configurations specified within given configuration input stream.
|
<T> IgniteBiTuple<Collection<T>,? extends GridSpringResourceContext> |
IgniteSpringHelper.loadConfigurations(URL cfgUrl,
Class<T> cls,
String... excludedProps)
Loads all configurations with given type specified within given configuration file.
|
IgniteBiTuple<Collection<IgniteConfiguration>,? extends GridSpringResourceContext> |
IgniteSpringHelper.loadConfigurations(URL cfgUrl,
String... excludedProps)
Loads all grid configurations specified within given configuration file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
T2<V1,V2>
Defines
alias for IgniteBiTuple by extending it. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LinkedHashMap<String,IgniteBiTuple<String,Boolean>>> |
VisorCacheTypeMetadata.grps() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.internal.visor.cache.VisorCacheMetricsCollectorTask.VisorCacheMetricsCollectorJob |
VisorCacheMetricsCollectorTask.job(IgniteBiTuple<Boolean,Collection<String>> arg) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.internal.visor.compute.VisorComputeToggleMonitoringTask.VisorComputeToggleMonitoringJob |
VisorComputeToggleMonitoringTask.job(IgniteBiTuple<String,Boolean> arg) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.internal.visor.file.VisorLatestTextFilesTask.VisorLatestTextFilesJob |
VisorLatestTextFilesTask.job(IgniteBiTuple<String,String> arg) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.internal.visor.igfs.VisorIgfsSamplingStateTask.VisorIgfsSamplingStateJob |
VisorIgfsSamplingStateTask.job(IgniteBiTuple<String,Boolean> arg) |
| Modifier and Type | Method and Description |
|---|---|
protected IgniteBiTuple<Iterable<IgniteBiTuple<Exception,UUID>>,Iterable<VisorLogSearchResult>> |
VisorLogSearchTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteBiTuple<Iterable<IgniteBiTuple<Exception,UUID>>,Iterable<VisorLogSearchResult>> |
VisorLogSearchTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<String,Map<String,Object>>[] |
VisorSpisConfiguration.checkpointSpis() |
IgniteBiTuple<String,Map<String,Object>> |
VisorSpisConfiguration.collisionSpi() |
IgniteBiTuple<String,Map<String,Object>> |
VisorSpisConfiguration.communicationSpi() |
IgniteBiTuple<String,Map<String,Object>> |
VisorSpisConfiguration.deploymentSpi() |
IgniteBiTuple<String,Map<String,Object>> |
VisorSpisConfiguration.discoverySpi() |
IgniteBiTuple<String,Map<String,Object>> |
VisorSpisConfiguration.eventStorageSpi() |
IgniteBiTuple<String,Map<String,Object>>[] |
VisorSpisConfiguration.failoverSpis() |
IgniteBiTuple<String,Map<String,Object>>[] |
VisorSpisConfiguration.indexingSpis() |
IgniteBiTuple<String,Map<String,Object>>[] |
VisorSpisConfiguration.loadBalancingSpis() |
IgniteBiTuple<String,Map<String,Object>> |
VisorSpisConfiguration.swapSpaceSpi() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<UUID,IgniteBiTuple<Long,Long>> |
VisorNodeGcTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
protected Map<UUID,IgniteBiTuple<Long,List<IgniteExceptionRegistry.ExceptionInfo>>> |
VisorNodeSuppressedErrorsTask.reduce0(List<ComputeJobResult> results)
Actual reduce logic.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteBiTuple<? extends VisorExceptionWrapper,VisorQueryResultEx> |
VisorQueryJob.run(VisorQueryArg arg)
Execution logic of concrete job.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.internal.visor.query.VisorQueryNextPageTask.VisorQueryNextPageJob |
VisorQueryNextPageTask.job(IgniteBiTuple<String,Integer> arg) |
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<V2,V1> |
IgniteBiTuple.swap()
Swaps values.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015