Uses of Class
org.apache.ignite.lang.IgniteBiTuple
-
-
Uses of IgniteBiTuple in org.apache.ignite
Methods in org.apache.ignite that return IgniteBiTuple Modifier and Type Method Description IgniteBiTuple<T,S>IgniteAtomicStamped. get()Gets both current value and current stamp of atomic stamped. -
Uses of IgniteBiTuple in org.apache.ignite.cache
Methods in org.apache.ignite.cache that return IgniteBiTuple Modifier and Type Method Description @Nullable IgniteBiTuple<Boolean,V>CacheInterceptor. onBeforeRemove(javax.cache.Cache.Entry<K,V> entry)This method is called withinIgniteCache.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 withinIgniteCache.remove(Object)and similar operations to provide control over returned value. -
Uses of IgniteBiTuple in org.apache.ignite.cache.store
Methods in org.apache.ignite.cache.store that return IgniteBiTuple Modifier and Type Method Description protected abstract @Nullable IgniteBiTuple<K,V>CacheLoadOnlyStoreAdapter. parse(I rec, @Nullable Object... args)This method should transform raw data records into valid key-value pairs to be stored into cache. -
Uses of IgniteBiTuple in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteBiTuple Modifier and Type Method 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. -
Uses of IgniteBiTuple in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return IgniteBiTuple Modifier and Type Method Description static IgniteBiTuple<Integer,Integer>BinaryUtils. footerAbsolute(BinaryPositionReadable in, int start)Get object's footer. -
Uses of IgniteBiTuple in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return types with arguments of type IgniteBiTuple Modifier and Type Method Description GridCloseableIterator<IgniteBiTuple<K,V>>IndexQueryResult. iter()Constructor parameters in org.apache.ignite.internal.cache.query.index with type arguments of type IgniteBiTuple Constructor Description IndexQueryResult(IndexQueryResultMeta metadata, GridCloseableIterator<IgniteBiTuple<K,V>> iter) -
Uses of IgniteBiTuple in org.apache.ignite.internal.management.persistence
Methods in org.apache.ignite.internal.management.persistence that return types with arguments of type IgniteBiTuple Modifier and Type Method Description Map<String,IgniteBiTuple<Boolean,Boolean>>PersistenceTaskResult. cachesInfo()Method parameters in org.apache.ignite.internal.management.persistence with type arguments of type IgniteBiTuple Modifier and Type Method Description voidPersistenceTaskResult. cachesInfo(Map<String,IgniteBiTuple<Boolean,Boolean>> cachesInfo) -
Uses of IgniteBiTuple in org.apache.ignite.internal.managers.deployment
Methods in org.apache.ignite.internal.managers.deployment that return IgniteBiTuple Modifier and Type Method Description @Nullable IgniteBiTuple<Class<?>,Throwable>GridDeployment. deployedClass(String clsName, String... alias)Gets class for a name. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.bulkload
Methods in org.apache.ignite.internal.processors.bulkload with parameters of type IgniteBiTuple Modifier and Type Method Description voidBulkLoadStreamerWriter. apply(IgniteBiTuple<?,?> entry)Closure body.Constructor parameters in org.apache.ignite.internal.processors.bulkload with type arguments of type IgniteBiTuple Constructor Description BulkLoadProcessor(BulkLoadParser inputParser, IgniteClosureX<List<?>,IgniteBiTuple<?,?>> dataConverter, BulkLoadCacheWriter outputStreamer, RunningQueryManager runningQryMgr, long qryId, Tracing tracing)Creates bulk load processor. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return IgniteBiTuple Modifier and Type Method Description @Nullable IgniteBiTuple<Object,Exception>GridCacheUpdateAtomicResult. computedResult()protected IgniteBiTuple<byte[],Byte>GridCacheMapEntry. valueBytes0()Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type IgniteBiTuple Modifier and Type Method Description @Nullable Map<UUID,Collection<IgniteBiTuple<KeyCacheObject,GridCacheVersion>>>GridCacheAdapter.CacheExpiryPolicy. readers()@Nullable Map<UUID,Collection<IgniteBiTuple<KeyCacheObject,GridCacheVersion>>>IgniteCacheExpiryPolicy. readers()Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteBiTuple Modifier and Type Method Description booleanGridCacheContext. cancelRemove(@Nullable IgniteBiTuple<Boolean,?> interceptorRes) -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return IgniteBiTuple Modifier and Type Method Description @Nullable IgniteBiTuple<GridCacheVersion,CacheObject>GridDhtCacheEntry. versionedValue(AffinityTopologyVersion topVer) -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return IgniteBiTuple Modifier and Type Method Description @Nullable IgniteBiTuple<GridCacheVersion,CacheObject>GridNearCacheEntry. versionedValue() -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.persistence
Method parameters in org.apache.ignite.internal.processors.cache.persistence with type arguments of type IgniteBiTuple Modifier and Type Method Description voidGridCacheDatabaseSharedManager. onCacheGroupsStopped(Collection<IgniteBiTuple<CacheGroupContext,Boolean>> stoppedGrps)voidIgniteCacheDatabaseSharedManager. onCacheGroupsStopped(Collection<IgniteBiTuple<CacheGroupContext,Boolean>> stoppedGrps) -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.persistence.metastorage
Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage that return types with arguments of type IgniteBiTuple Modifier and Type Method Description Stream<IgniteBiTuple<String,byte[]>>MetaStorage.TmpStorage. stream()Read data from storage -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.persistence.wal
Fields in org.apache.ignite.internal.processors.cache.persistence.wal declared as IgniteBiTuple Modifier and Type Field Description protected IgniteBiTuple<WALPointer,WALRecord>AbstractWalRecordsIterator. curRecCurrent record preloaded, to be returned on next()
Normally this should be not null because advance() method should already prepare some valueMethods in org.apache.ignite.internal.processors.cache.persistence.wal that return IgniteBiTuple Modifier and Type Method Description protected IgniteBiTuple<WALPointer,WALRecord>AbstractWalRecordsIterator. advanceRecord(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle hnd)Switches to new record.protected IgniteBiTuple<WALPointer,WALRecord>AbstractWalRecordsIterator. onNext() -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return IgniteBiTuple Modifier and Type Method Description IgniteBiTuple<WALPointer,WALRecord>FilteredWalIterator. nextX()This method is the same asIterator.next(), but allows for failure with exception.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that return types with arguments of type IgniteBiTuple Modifier and Type Method 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 parameters in org.apache.ignite.internal.processors.cache.persistence.wal.reader with type arguments of type IgniteBiTuple Constructor Description FilteredWalIterator(WALIterator walIterator, Predicate<IgniteBiTuple<WALPointer,WALRecord>> filter) -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.persistence.wal.scanner
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.scanner with parameters of type IgniteBiTuple Modifier and Type Method Description protected byte[]PrintRawToFileHandler. getBytes(IgniteBiTuple<WALPointer,WALRecord> record)voidScannerHandler. handle(IgniteBiTuple<WALPointer,WALRecord> record)Handling one more record during iteration over WAL. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.query
Subclasses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.query Modifier and Type Class Description classScoredCacheEntry<K,V>Represents cache key-value pair and score to compare cache entry by custom rule.Method parameters in org.apache.ignite.internal.processors.cache.query with type arguments of type IgniteBiTuple Modifier and Type Method Description booleanGridCacheQueryManager.QueryResult. onDone(@Nullable IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> res, @Nullable Throwable err)Callback to notify that future is finished. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.store
Method parameters in org.apache.ignite.internal.processors.cache.store with type arguments of type IgniteBiTuple Modifier and Type Method Description booleanCacheStoreManager. putAll(@Nullable IgniteInternalTx tx, Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> map)Puts key-value pair into storage.booleanGridCacheStoreManagerAdapter. putAll(@Nullable IgniteInternalTx tx, Map<? extends KeyCacheObject,IgniteBiTuple<? extends CacheObject,GridCacheVersion>> map)Puts key-value pair into storage. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return IgniteBiTuple Modifier and Type Method 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. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.datastructures
Methods in org.apache.ignite.internal.processors.datastructures that return IgniteBiTuple Modifier and Type Method 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) -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.metric.impl
Methods in org.apache.ignite.internal.processors.metric.impl that return IgniteBiTuple Modifier and Type Method Description IgniteBiTuple<long[],long[]>PeriodicHistogramMetricImpl. histogram()Gets histogram. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.offheap
Methods in org.apache.ignite.internal.processors.offheap that return IgniteBiTuple Modifier and Type Method 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.Methods in org.apache.ignite.internal.processors.offheap that return types with arguments of type IgniteBiTuple Modifier and Type Method 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. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils that return IgniteBiTuple Modifier and Type Method Description IgniteBiTuple<T1,T2>PlatformReaderBiClosure. read(BinaryRawReaderEx reader)Read object from reader. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return types with arguments of type IgniteBiTuple Modifier and Type Method 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) -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.rest
Methods in org.apache.ignite.internal.processors.rest that return types with arguments of type IgniteBiTuple Modifier and Type Method Description Collection<IgniteBiTuple<String,Object>>GridRestProtocol. getProperties()Returns protocol properties for setting node attributes. -
Uses of IgniteBiTuple in org.apache.ignite.internal.processors.rest.protocols
Methods in org.apache.ignite.internal.processors.rest.protocols that return types with arguments of type IgniteBiTuple Modifier and Type Method Description Collection<IgniteBiTuple<String,Object>>GridRestProtocolAdapter. getProperties()Returns protocol properties for setting node attributes. -
Uses of IgniteBiTuple in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteBiTuple Modifier and Type Method Description static IgniteBiTuple<Collection<String>,Collection<String>>IgniteUtils. resolveLocalAddresses(InetAddress locAddr)Returns host names consistent withIgniteUtils.resolveLocalHost(String).static IgniteBiTuple<Collection<String>,Collection<String>>IgniteUtils. resolveLocalAddresses(InetAddress locAddr, boolean allHostNames)Returns host names consistent withIgniteUtils.resolveLocalHost(String).Methods in org.apache.ignite.internal.util with parameters of type IgniteBiTuple Modifier and Type Method Description static <K,V,M extends Map<K,V>>
MIgniteUtils. addAll(M m, IgniteBiTuple<K,V>... entries)Adds values to collection and returns the same collection to allow chaining. -
Uses of IgniteBiTuple in org.apache.ignite.internal.util.lang
Subclasses of IgniteBiTuple in org.apache.ignite.internal.util.lang Modifier and Type Class Description classIgnitePair<T>Simple extension overIgniteBiTuplefor pair of objects of the same type.Methods in org.apache.ignite.internal.util.lang that return IgniteBiTuple Modifier and Type Method 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. -
Uses of IgniteBiTuple in org.apache.ignite.internal.util.nodestart
Methods in org.apache.ignite.internal.util.nodestart that return IgniteBiTuple Modifier and Type Method Description static IgniteBiTuple<Collection<Map<String,Object>>,Map<String,Object>>IgniteNodeStartUtils. parseFile(File file)Parses INI file. -
Uses of IgniteBiTuple in org.apache.ignite.internal.util.offheap
Methods in org.apache.ignite.internal.util.offheap that return IgniteBiTuple Modifier and Type Method 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.Methods in org.apache.ignite.internal.util.offheap that return types with arguments of type IgniteBiTuple Modifier and Type Method 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. -
Uses of IgniteBiTuple in org.apache.ignite.internal.util.offheap.unsafe
Methods in org.apache.ignite.internal.util.offheap.unsafe that return IgniteBiTuple Modifier and Type Method 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.Methods in org.apache.ignite.internal.util.offheap.unsafe that return types with arguments of type IgniteBiTuple Modifier and Type Method 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. -
Uses of IgniteBiTuple in org.apache.ignite.internal.util.spring
Methods in org.apache.ignite.internal.util.spring that return IgniteBiTuple Modifier and Type Method Description IgniteBiTuple<Map<Class<?>,Collection>,? extends GridSpringResourceContext>IgniteSpringHelper. loadBeans(URL cfgUrl, Class<?>... beanClasses)Loads bean instances that match the given types from given configuration file.<T> IgniteBiTuple<Collection<T>,? extends GridSpringResourceContext>IgniteSpringHelper. loadConfigurations(InputStream cfgStream, Class<T> cls, boolean expEnabled, String... excludedProps)Loads all configurations with given type specified within given configuration input stream.<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. -
Uses of IgniteBiTuple in org.apache.ignite.internal.util.typedef
Subclasses of IgniteBiTuple in org.apache.ignite.internal.util.typedef Modifier and Type Class Description classT2<V1,V2>DefinesaliasforIgniteBiTupleby extending it. -
Uses of IgniteBiTuple in org.apache.ignite.lang
Methods in org.apache.ignite.lang that return IgniteBiTuple Modifier and Type Method Description IgniteBiTuple<V2,V1>IgniteBiTuple. swap()Swaps values. -
Uses of IgniteBiTuple in org.apache.ignite.spi.systemview.view
Constructor parameters in org.apache.ignite.spi.systemview.view with type arguments of type IgniteBiTuple Constructor Description ScanQueryView(UUID nodeId, long qryId, boolean canceled, IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> iter)
-