| 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 |
|---|---|
@Nullable 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. |
@Nullable 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 |
|---|---|
protected abstract @Nullable 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 |
|---|---|
@Nullable IgniteBiTuple<Long,Long> |
LongJVMPauseDetector.getLastLongPause() |
<K,V> IgniteBiTuple<IgniteCache<K,V>,Boolean> |
IgniteEx.getOrCreateCache0(CacheConfiguration<K,V> cacheCfg,
boolean sql)
Gets existing cache with the given name or creates new one with the given configuration.
|
<K,V> IgniteBiTuple<IgniteCache<K,V>,Boolean> |
IgniteKernal.getOrCreateCache0(CacheConfiguration<K,V> cacheCfg,
boolean sql)
Gets existing cache with the given name or creates new one with the given configuration.
|
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 |
|---|---|
static IgniteBiTuple<Integer,Integer> |
BinaryUtils.footerAbsolute(BinaryPositionReadable in,
int start)
Get object's footer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkLoadStreamerWriter.apply(IgniteBiTuple<?,?> entry)
Closure body.
|
| Constructor and Description |
|---|
BulkLoadProcessor(BulkLoadParser inputParser,
IgniteClosureX<List<?>,IgniteBiTuple<?,?>> dataConverter,
BulkLoadCacheWriter outputStreamer,
RunningQueryManager runningQryMgr,
Long qryId)
Creates bulk load processor.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteBiTuple<Object,Exception> |
GridCacheUpdateAtomicResult.computedResult() |
protected IgniteBiTuple<byte[],Byte> |
GridCacheMapEntry.valueBytes0() |
| Modifier and Type | Method and Description |
|---|---|
List<IgniteBiTuple<Object,MvccVersion>> |
IgniteCacheOffheapManager.mvccAllVersions(GridCacheContext cctx,
KeyCacheObject key)
For testing only.
|
List<IgniteBiTuple<Object,MvccVersion>> |
IgniteCacheOffheapManagerImpl.mvccAllVersions(GridCacheContext cctx,
KeyCacheObject key)
For testing only.
|
List<IgniteBiTuple<Object,MvccVersion>> |
IgniteCacheOffheapManager.CacheDataStore.mvccFindAllVersions(GridCacheContext cctx,
KeyCacheObject key)
For testing only.
|
List<IgniteBiTuple<Object,MvccVersion>> |
IgniteCacheOffheapManagerImpl.CacheDataStoreImpl.mvccFindAllVersions(GridCacheContext cctx,
KeyCacheObject key)
For testing only.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCacheContext.cancelRemove(@Nullable IgniteBiTuple<Boolean,?> interceptorRes) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteBiTuple<GridCacheVersion,CacheObject> |
GridDhtCacheEntry.versionedValue(AffinityTopologyVersion topVer) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteBiTuple<GridCacheVersion,CacheObject> |
GridNearCacheEntry.versionedValue() |
| Modifier and Type | Method and Description |
|---|---|
List<IgniteBiTuple<Object,MvccVersion>> |
GridCacheOffheapManager.GridCacheDataStore.mvccFindAllVersions(GridCacheContext cctx,
KeyCacheObject key)
For testing only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDatabaseSharedManager.Checkpoint.walSegsCoveredRange(IgniteBiTuple<Long,Long> walSegsCoveredRange) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDatabaseSharedManager.onCacheGroupsStopped(Collection<IgniteBiTuple<CacheGroupContext,Boolean>> stoppedGrps) |
void |
IgniteCacheDatabaseSharedManager.onCacheGroupsStopped(Collection<IgniteBiTuple<CacheGroupContext,Boolean>> stoppedGrps) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IgniteBiTuple<String,byte[]>> |
MetaStorage.readAll()
Read all items from metastore.
|
Stream<IgniteBiTuple<String,byte[]>> |
MetaStorage.TmpStorage.stream()
Read data from storage
|
| Modifier and Type | Field and Description |
|---|---|
protected IgniteBiTuple<WALPointer,WALRecord> |
AbstractWalRecordsIterator.curRec
Current record preloaded, to be returned on next()
Normally this should be not null because advance() method should already prepare some value |
| Modifier and Type | Method and Description |
|---|---|
protected IgniteBiTuple<WALPointer,WALRecord> |
AbstractWalRecordsIterator.advanceRecord(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle hnd)
Switches to new record.
|
protected IgniteBiTuple<WALPointer,WALRecord> |
AbstractWalRecordsIterator.onNext() |
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<WALPointer,WALRecord> |
FilteredWalIterator.nextX()
This method is the same as
Iterator.next(), but allows for failure
with exception. |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<IgniteBiTuple<WALPointer,WALRecord>> |
WalFilters.checkpoint()
Filtering all checkpoint records.
|
static Predicate<IgniteBiTuple<WALPointer,WALRecord>> |
WalFilters.pageOwner(Set<T2<Integer,Long>> pageOwnerIds)
Filtering all records whose pageId is contained in pageOwnerIds.
|
static Predicate<IgniteBiTuple<WALPointer,WALRecord>> |
WalFilters.partitionMetaStateUpdate(Set<T2<Integer,Integer>> partsMetaupdate)
Filtering all records whose partitionId is contained in partsMetaupdate.
|
| Constructor and Description |
|---|
FilteredWalIterator(WALIterator walIterator,
Predicate<IgniteBiTuple<WALPointer,WALRecord>> filter) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
PrintRawToFileHandler.getBytes(IgniteBiTuple<WALPointer,WALRecord> record) |
void |
ScannerHandler.handle(IgniteBiTuple<WALPointer,WALRecord> record)
Handling one more record during iteration over WAL.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheStoreManager.putAll(@Nullable IgniteInternalTx tx,
Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> map)
Puts key-value pair into storage.
|
boolean |
GridCacheStoreManagerAdapter.putAll(@Nullable IgniteInternalTx tx,
Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> map)
Puts key-value pair into storage.
|
| Modifier and Type | Method and Description |
|---|---|
protected IgniteBiTuple<GridCacheOperation,CacheObject> |
IgniteTxAdapter.applyTransformClosures(IgniteTxEntry txEntry,
boolean metrics,
@Nullable GridCacheReturn ret) |
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> |
GridCacheAtomicStampedValue.get() |
IgniteBiTuple<T,S> |
GridCacheAtomicStampedImpl.get()
Gets both current value and current stamp of atomic stamped.
|
IgniteBiTuple<Long,Long> |
GridCacheQueueAdapter.ClearProcessor.process(javax.cache.processor.MutableEntry<GridCacheQueueHeaderKey,GridCacheQueueHeader> e,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteBiTuple<Long,Integer> |
GridOffHeapProcessor.valuePointer(@Nullable String spaceName,
int part,
KeyCacheObject 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(@Nullable String spaceName)
Gets iterator over contents of the given space.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapProcessor.iterator(@Nullable String spaceName,
int part)
Gets iterator over contents of partition.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiTuple<T1,T2> |
PlatformReaderBiClosure.read(BinaryRawReaderEx reader)
Read object from reader.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryIndexing.queryLocalText(String schemaName,
String cacheName,
String qry,
String typeName,
IndexingQueryFilter filter,
int limit)
Executes text query.
|
<K,V> GridCloseableIterator<IgniteBiTuple<K,V>> |
GridQueryProcessor.queryText(String cacheName,
String clause,
String resType,
IndexingQueryFilter filters,
int limit) |
| 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). |
static IgniteBiTuple<Collection<String>,Collection<String>> |
IgniteUtils.resolveLocalAddresses(InetAddress locAddr,
boolean allHostNames)
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)
Deprecated.
|
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()
Deprecated.
|
| 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 |
|---|---|
@Nullable IgniteBiTuple<Long,Integer> |
GridOffHeapMap.valuePointer(int hash,
byte[] keyBytes)
Gets value pointer for given key.
|
@Nullable 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[]>> |
GridOffHeapPartitionedMap.iterator()
Gets iterator over the whole map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridOffHeapMap.iterator()
Gets iterator over 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.
|
@Nullable 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[]>> |
GridUnsafePartitionedMap.iterator()
Gets iterator over the whole map.
|
GridCloseableIterator<IgniteBiTuple<byte[],byte[]>> |
GridUnsafeMap.iterator()
Gets iterator over 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 |
|---|---|
IgniteBiTuple<V2,V1> |
IgniteBiTuple.swap()
Swaps values.
|
| Constructor and Description |
|---|
ScanQueryView(UUID nodeId,
long qryId,
boolean canceled,
IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020