Uses of Class
org.apache.ignite.IgniteCheckedException
-
-
Uses of IgniteCheckedException in org.apache.ignite
Subclasses of IgniteCheckedException in org.apache.ignite Modifier and Type Class Description classIgniteAuthenticationExceptionException that represents authentication failure.Methods in org.apache.ignite that throw IgniteCheckedException Modifier and Type Method Description voidIgniteCluster. tag(String tag)Enables user to add a specific label to the cluster e.g. to describe purpose of the cluster or any its characteristics. -
Uses of IgniteCheckedException in org.apache.ignite.cache.query
Subclasses of IgniteCheckedException in org.apache.ignite.cache.query Modifier and Type Class Description classQueryCancelledExceptionThe exception is thrown if a query was cancelled or timed out while executing. -
Uses of IgniteCheckedException in org.apache.ignite.cache.store.jdbc
Methods in org.apache.ignite.cache.store.jdbc that throw IgniteCheckedException Modifier and Type Method Description protected <X> XCacheJdbcBlobStore. fromBytes(byte[] bytes)Deserialize object from byte array using marshaller.protected byte[]CacheJdbcBlobStore. toBytes(Object obj)Serialize object to byte array using marshaller. -
Uses of IgniteCheckedException in org.apache.ignite.cdc
Methods in org.apache.ignite.cdc that throw IgniteCheckedException Modifier and Type Method Description static CdcMainCdcLoader. loadCdc(String springXmlPath)LoadsCdcMainfrom XML configuration file. -
Uses of IgniteCheckedException in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that throw IgniteCheckedException Modifier and Type Method Description Collection<InetSocketAddress>AddressResolver. getExternalAddresses(InetSocketAddress addr)Maps internal address to a collection of external addresses.Collection<InetSocketAddress>BasicAddressResolver. getExternalAddresses(InetSocketAddress addr)Maps internal address to a collection of external addresses. -
Uses of IgniteCheckedException in org.apache.ignite.internal
Subclasses of IgniteCheckedException in org.apache.ignite.internal Modifier and Type Class Description classDuplicateTypeIdExceptionThe exception indicates a duplicate type ID was encountered.classGridInternalExceptionWhen log debug mode is disabled this exception should be logged in short form - without stack trace.classIgniteClientDisconnectedCheckedExceptionclassIgniteDeploymentCheckedExceptionDeployment or re-deployment failed.classIgniteFutureCancelledCheckedExceptionFuture computation cannot be retrieved because it was cancelled.classIgniteFutureTimeoutCheckedExceptionFuture computation completion is timed out.classIgniteInterruptedCheckedExceptionThis exception is used to wrap standardInterruptedExceptionintoIgniteCheckedException.classIgniteNeedReconnectExceptionIndicates that node should try reconnect to cluster.classNodeStoppingExceptionMethods in org.apache.ignite.internal with parameters of type IgniteCheckedException Modifier and Type Method Description static <R> ComputeTaskInternalFuture<R>ComputeTaskInternalFuture. finishedFuture(GridKernalContext ctx, Class<?> taskCls, IgniteCheckedException e)Methods in org.apache.ignite.internal that throw IgniteCheckedException Modifier and Type Method Description booleanComputeTaskInternalFuture. cancel()Default no-op implementation that always returnsfalse.booleanIgniteInternalFuture. cancel()Cancels this future.<T> TIgniteComponentType. create(boolean noOp)Creates component.<T> TIgniteComponentType. create(GridKernalContext ctx, boolean noOp)Creates component.<T> TIgniteComponentType. createIfInClassPath(GridKernalContext ctx, boolean mandatory)Creates component.<T> TIgniteComponentType. createOptional()First tries to find main component class, if it is not found creates no-op implementation.<T> TIgniteComponentType. createOptional(GridKernalContext ctx)First tries to find main component class, if it is not found creates no-op implementation.static IgniteDiagnosticMessageIgniteDiagnosticMessage. createRequest(Marshaller marsh, IgniteClosure<GridKernalContext,IgniteDiagnosticInfo> c, long futId)RIgniteInternalFuture. get()Synchronously waits for completion of the computation and returns computation result.RIgniteInternalFuture. get(long timeout)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.RIgniteInternalFuture. get(long timeout, TimeUnit unit)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.ClassMarshallerContextImpl. getClass(int typeId, ClassLoader ldr)Gets class for provided type ID.StringMarshallerContextImpl. getClassName(byte platformId, int typeId)Gets class name for provided (platformId, typeId) pair.RIgniteInternalFuture. getUninterruptibly()Synchronously waits for completion of the computation and returns computation result ignoring interrupts.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.static <T> TIgnitionEx. loadSpringBean(InputStream springXmlStream, String beanName)Loads spring bean by name.static <T> TIgnitionEx. loadSpringBean(String springXmlPath, String beanName)Loads spring bean by name.static <T> TIgnitionEx. loadSpringBean(URL springXmlUrl, String beanName)Loads spring bean by name.@Nullable MessageFactoryProviderIgniteComponentType. messageFactory()Creates message factory for the component.voidGridComponent. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.voidGridComponent. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.voidGridPluginComponent. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.voidMarshallerContextImpl. onMarshallerProcessorStarted(GridKernalContext ctx, MarshallerMappingTransport transport)@Nullable IgniteInternalFuture<?>GridComponent. onReconnected(boolean clusterRestarted)Client reconnected callback.voidGridMessageListenHandler. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidGridMessageListenHandler. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).booleanMarshallerContextImpl. registerClassName(byte platformId, int typeId, String clsName)Same asMarshallerContext.registerClassName(byte, int, java.lang.String, boolean)but with shortened parameters list.booleanMarshallerContextImpl. registerClassName(byte platformId, int typeId, String clsName, boolean failIfUnregistered)Method to register typeId->class name mapping in marshaller context <b>cluster-wide</b>.booleanMarshallerContextImpl. registerClassNameLocally(byte platformId, int typeId, String clsName)Method to register typeId->class name mapping in marshaller context <b>on local node only</b>.static voidMarshallerContextImpl. saveMappings(GridKernalContext ctx, List<Map<Integer,MappedName>> mappings, File dir)<R> RAsyncSupportAdapter. saveOrGet(IgniteInternalFuture<R> fut)voidGridComponent. start()Starts grid component.voidGridPluginComponent. start()Starts grid component.voidIgniteKernal. start(IgniteConfiguration cfg, GridAbsClosure errHnd, WorkersRegistry workerRegistry, Thread.UncaughtExceptionHandler hnd, TimeBag startTimer)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.static T2<Ignite,Boolean>IgnitionEx. start(IgniteConfiguration cfg, @Nullable GridSpringResourceContext springCtx, boolean failIfStarted)Starts grid with given configuration.voidGridComponent. stop(boolean cancel)Stops grid component.voidGridPluginComponent. stop(boolean cancel)Stops grid component.<T> TIgniteDiagnosticMessage. unmarshal(Marshaller marsh)voidGridJobSiblingsResponse. unmarshalSiblings(Marshaller marsh) -
Uses of IgniteCheckedException in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that throw IgniteCheckedException Modifier and Type Method Description voidBinaryEnumObjectImpl. finishUnmarshal(CacheObjectValueContext ctx, ClassLoader ldr)voidBinaryObjectImpl. finishUnmarshal(CacheObjectValueContext ctx, ClassLoader ldr)voidBinaryObjectOffheapImpl. finishUnmarshal(CacheObjectValueContext ctx, ClassLoader ldr)protected byte[]BinaryMarshaller. marshal0(@Nullable Object obj)Marshals object to byte array.protected voidBinaryMarshaller. marshal0(@Nullable Object obj, OutputStream out)Marshals object to the output stream.voidBinaryEnumObjectImpl. prepareMarshal(CacheObjectValueContext ctx)voidBinaryObjectOffheapImpl. prepareMarshal(CacheObjectValueContext ctx)intBinaryEnumObjectImpl. putValue(long addr)booleanBinaryEnumObjectImpl. putValue(ByteBuffer buf)booleanBinaryEnumObjectImpl. putValue(ByteBuffer buf, int off, int len)intBinaryObjectImpl. putValue(long addr)booleanBinaryObjectImpl. putValue(ByteBuffer buf)booleanBinaryObjectImpl. putValue(ByteBuffer buf, int off, int len)intBinaryObjectOffheapImpl. putValue(long addr)booleanBinaryObjectOffheapImpl. putValue(ByteBuffer buf)booleanBinaryObjectOffheapImpl. putValue(ByteBuffer buf, int off, int len)protected <T> TBinaryMarshaller. unmarshal0(InputStream in, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.byte[]BinaryEnumObjectImpl. valueBytes(CacheObjectValueContext cacheCtx)byte[]BinaryObjectImpl. valueBytes(CacheObjectValueContext ctx)byte[]BinaryObjectOffheapImpl. valueBytes(CacheObjectValueContext ctx)intBinaryEnumObjectImpl. valueBytesLength(CacheObjectContext ctx)intBinaryObjectImpl. valueBytesLength(CacheObjectContext ctx)intBinaryObjectOffheapImpl. valueBytesLength(CacheObjectContext ctx) -
Uses of IgniteCheckedException in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that throw IgniteCheckedException Modifier and Type Method Description booleanIndex. canHandle(CacheDataRow row)Checks whether index handles specified cache row.voidIndexProcessor. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPart, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool)Defragment index partition.voidIndexProcessor. destroyOrphanIndex(GridKernalContext ctx, RootPage page, String indexName, int grpId, PageMemory pageMemory, GridAtomicLong removeId, ReuseList reuseList)Destroy founded index which belongs to stopped cache.TSingleCursor. get()Note that this implementation violates the contract of GridCusror.voidIndex. onUpdate(@Nullable CacheDataRow oldRow, @Nullable CacheDataRow newRow, boolean prevRowAvailable)Callback that runs when the underlying cache is updated.<K,V>
IndexQueryResult<K,V>IndexQueryProcessor. queryLocal(GridCacheContext<K,V> cctx, IndexQueryDesc idxQryDesc, @Nullable IgniteBiPredicate<K,V> filter, IndexingQueryFilter cacheFilter, boolean keepBinary, int taskHash)Run query on local node.Constructors in org.apache.ignite.internal.cache.query.index that throw IgniteCheckedException Constructor Description IndexProcessor(GridKernalContext ctx) -
Uses of IgniteCheckedException in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that throw IgniteCheckedException Modifier and Type Method Description intIndexRowComparator. compareKey(long pageAddr, int off, int maxSize, IndexKey key, InlineIndexKeyType type)Compare inlined index key with specified key.intIndexRowComparator. compareKey(IndexKey left, IndexKey right)Compare index keys.intIndexRowComparatorImpl. compareKey(IndexKey left, IndexKey right)Compare index keys.intIndexRowComparator. compareRow(IndexRow left, IndexRow right, int idx)Compare index rows by key specified withidx.intIndexRowComparatorImpl. compareRow(IndexRow left, IndexRow right, int idx)Compare index rows by key specified withidx.longSortedSegmentedIndex. count(int segment)Counts index rows in specified tree segment.longSortedSegmentedIndex. count(int segment, IndexQueryContext qryCtx)Counts index rows in specified tree segment with cache filter.protected InlineIndexTreeDurableBackgroundCleanupIndexTreeTaskV2.InlineIndexTreeFactory. create(CacheGroupContext grpCtx, RootPage rootPage, String treeName)Creation of an index tree.InlineIndexRowHandlerInlineIndexRowHandlerFactory. create(SortedIndexDefinition sdef, IndexKeyTypeSettings keyTypeSettings)Creates instance of row handler.static longDurableBackgroundCleanupIndexTreeTaskV2. destroyIndexTrees(CacheGroupContext grpCtx, RootPage rootPage, String cacheName, String treeName, int segment)Destroying index trees.GridCursor<IndexRow>SortedSegmentedIndex. find(@Nullable IndexRow lower, @Nullable IndexRow upper, boolean lowerIncl, boolean upperIncl, int segment, IndexQueryContext qryCtx)Finds index rows by specified range in specifed tree segment with cache filtering.GridCursor<IndexRow>SortedSegmentedIndex. find(@Nullable IndexRow lower, @Nullable IndexRow upper, boolean lowerIncl, boolean upperIncl, IndexQueryContext qryCtx)Finds index rows by specified range in all tree segments with cache filtering.GridCursor<IndexRow>SortedSegmentedIndex. findFirst(int segment, IndexQueryContext qryCtx)Finds first index row for specified tree segment and cache filter.GridCursor<IndexRow>SortedSegmentedIndex. findFirstOrLast(IndexQueryContext qryCtx, boolean first)Takes only one first or last index record.static Map<Integer,RootPage>DurableBackgroundCleanupIndexTreeTaskV2. findIndexRootPages(CacheGroupContext grpCtx, String cacheName, String treeName, int segments)Finding the root pages of the index.GridCursor<IndexRow>SortedSegmentedIndex. findLast(int segment, IndexQueryContext qryCtx)Finds last index row for specified tree segment and cache filter.IndexRowImplIndexRowCache. get(long link)Get row by link.VIndexValueCursor. get()Gets element at current position.booleanIndexValueCursor. next()Attempt to move cursor position forward.static MetaPageInfoMetaPageInfo. read(long metaPageId, int grpId, PageMemory pageMemory)Reads meta page info from page memory.static voidDurableBackgroundCleanupIndexTreeTaskV2. renameIndexRootPages(CacheGroupContext grpCtx, String cacheName, String oldTreeName, String newTreeName, int segments)Renaming the root index pages.voidDurableBackgroundCleanupIndexTreeTaskV2. renameIndexTrees(CacheGroupContext grpCtx)Renames index's trees.longSortedSegmentedIndex. totalCount()Counts index rows for all segments.voidMetaPageInfo. write(long metaPageId, int grpId, PageMemory pageMemory)Writes meta page info into page memory. -
Uses of IgniteCheckedException in org.apache.ignite.internal.cache.query.index.sorted.client
Methods in org.apache.ignite.internal.cache.query.index.sorted.client that throw IgniteCheckedException Modifier and Type Method Description voidAbstractClientIndex. onUpdate(@Nullable CacheDataRow oldRow, @Nullable CacheDataRow newRow, boolean prevRowAvailable)Callback that runs when the underlying cache is updated. -
Uses of IgniteCheckedException in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation that throw IgniteCheckedException Modifier and Type Method Description voidIndexingDefragmentation. defragment(CacheGroupContext grpCtx, CacheGroupContext newCtx, PageMemoryEx partPageMem, IntMap<LinkMap> mappingByPartition, CheckpointTimeoutLock cpLock, Runnable cancellationChecker, IgniteThreadPoolExecutor defragmentationThreadPool, IgniteLogger log)Defragment index partition. -
Uses of IgniteCheckedException in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that throw IgniteCheckedException Modifier and Type Method Description booleanInlineObjectBytesDetector. apply(BPlusTree<IndexRow,IndexRow> tree, BPlusIO<IndexRow> io, long pageAddr, int idx)Performs inspection or operation on a specified row and returns true if this row is required or matches or /operation successful (depending on the context).booleanInlineTreeFilterClosure. apply(BPlusTree<IndexRow,IndexRow> tree, BPlusIO<IndexRow> io, long pageAddr, int idx)Performs inspection or operation on a specified row and returns true if this row is required or matches or /operation successful (depending on the context).booleanInlineIndexImpl. canHandle(CacheDataRow row)Checks whether index handles specified cache row.protected intInlineIndexTree. compare(BPlusIO<IndexRow> io, long pageAddr, int idx, IndexRow row)static intInlineIndexTree. compareFullRows(IndexRow currRow, IndexRow row, int from, InlineIndexRowHandler rowHnd, IndexRowComparator rowCmp)voidInlineIndexTree. copyMetaInfo(MetaPageInfo info)Copy info from another meta page.longInlineIndexImpl. count(int segment)Counts index rows in specified tree segment.longInlineIndexImpl. count(int segment, IndexQueryContext qryCtx)Counts index rows in specified tree segment with cache filter.IndexRowImplInlineIndexTree. createIndexRow(long link)Creates an index row for this tree.protected Queue<GridCursor<IndexRow>>SortedSegmentedIndexCursor. cursorsQueue(GridCursor<IndexRow>[] cursors)ObjectJavaObjectKeySerializer. deserialize(byte[] bytes)GridCursor<IndexRow>InlineIndexImpl. find(IndexRow lower, IndexRow upper, boolean lowIncl, boolean upIncl, int segment, IndexQueryContext qryCtx)Finds index rows by specified range in specifed tree segment with cache filtering.GridCursor<IndexRow>InlineIndexImpl. find(IndexRow lower, IndexRow upper, boolean lowIncl, boolean upIncl, IndexQueryContext qryCtx)Finds index rows by specified range in all tree segments with cache filtering.GridCursor<IndexRow>InlineIndexImpl. findFirst(int segment, IndexQueryContext qryCtx)Finds first index row for specified tree segment and cache filter.GridCursor<IndexRow>InlineIndexImpl. findFirstOrLast(IndexQueryContext qryCtx, boolean first)Takes only one first or last index record.GridCursor<IndexRow>InlineIndexImpl. findLast(int segment, IndexQueryContext qryCtx)Finds last index row for specified tree segment and cache filter.IndexRowSortedSegmentedIndexCursor. get()Gets element at current position.IndexRowInlineIndexTree. getRow(BPlusIO<IndexRow> io, long pageAddr, int idx, Object ignore)Get data row.MetaPageInfoInlineIndexTree. metaInfo()booleanSortedSegmentedIndexCursor. next()Attempt to move cursor position forward.voidInlineIndexImpl. onUpdate(@Nullable CacheDataRow oldRow, @Nullable CacheDataRow newRow, boolean prevRowAvailable)Callback that runs when the underlying cache is updated.voidInlineIndexImpl. putIndexRow(IndexRowImpl row)Put index row to index.byte[]JavaObjectKeySerializer. serialize(Object obj)longInlineIndexImpl. totalCount()Returns number of elements in the tree by scanning pages of the bottom (leaf) level.Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline that throw IgniteCheckedException Constructor Description InlineIndexTree(SortedIndexDefinition def, CacheGroupContext grpCtx, String treeName, IgniteCacheOffheapManager offheap, ReuseList reuseList, PageMemory pageMemory, PageIoResolver pageIoResolver, long metaPageId, boolean initNew, int configuredInlineSize, int maxInlineSize, IndexKeyTypeSettings keyTypeSettings, @Nullable IndexRowCache idxRowCache, @Nullable IoStatisticsHolder stats, InlineIndexRowHandlerFactory rowHndFactory, InlineRecommender recommender)Constructor.SortedSegmentedIndexCursor(GridCursor<IndexRow>[] cursors, SortedIndexDefinition idxDef) -
Uses of IgniteCheckedException in org.apache.ignite.internal.cache.query.index.sorted.inline.io
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline.io that throw IgniteCheckedException Modifier and Type Method Description IndexRowAbstractInlineInnerIO. getLookupRow(BPlusTree<IndexRow,?> tree, long pageAddr, int idx)Get lookup row.IndexRowAbstractInlineLeafIO. getLookupRow(BPlusTree<IndexRow,?> tree, long pageAddr, int idx)Get lookup row.IndexRowAbstractInnerIO. getLookupRow(BPlusTree<IndexRow,?> tree, long pageAddr, int idx)Get lookup row.IndexRowAbstractLeafIO. getLookupRow(BPlusTree<IndexRow,?> tree, long pageAddr, int idx)Get lookup row. -
Uses of IgniteCheckedException in org.apache.ignite.internal.cache.query.index.sorted.keys
Methods in org.apache.ignite.internal.cache.query.index.sorted.keys that throw IgniteCheckedException Modifier and Type Method Description intIndexKey. compare(IndexKey o) -
Uses of IgniteCheckedException in org.apache.ignite.internal.cdc
Methods in org.apache.ignite.internal.cdc that throw IgniteCheckedException Modifier and Type Method Description default voidCdcManager. afterBinaryMemoryRestore(IgniteCacheDatabaseSharedManager mgr, GridCacheDatabaseSharedManager.RestoreBinaryState restoreState)Callback is executed only once on Ignite node start when binary memory has fully restored and WAL logging is resumed.voidWalRecordsConsumer.DataEntryIterator. close()voidWalRecordsConsumer. start(MetricRegistryImpl cdcReg, MetricRegistryImpl cdcConsumerReg)Starts the consumer. -
Uses of IgniteCheckedException in org.apache.ignite.internal.client.router
Methods in org.apache.ignite.internal.client.router that throw IgniteCheckedException Modifier and Type Method Description static GridTcpRouterGridRouterFactory. startTcpRouter(GridTcpRouterConfiguration cfg)Starts a TCP router with given configuration. -
Uses of IgniteCheckedException in org.apache.ignite.internal.client.router.impl
Methods in org.apache.ignite.internal.client.router.impl that throw IgniteCheckedException Modifier and Type Method Description static voidGridRouterCommandLineStartup. main(String[] args)Wrapper method to run router from command-line. -
Uses of IgniteCheckedException in org.apache.ignite.internal.client.thin.io
Methods in org.apache.ignite.internal.client.thin.io that throw IgniteCheckedException Modifier and Type Method Description voidClientConnection. send(ByteBuffer msg, @Nullable Runnable onDone)Sends a message. -
Uses of IgniteCheckedException in org.apache.ignite.internal.cluster
Subclasses of IgniteCheckedException in org.apache.ignite.internal.cluster Modifier and Type Class Description classClusterGroupEmptyCheckedExceptionThis exception defines illegal call on empty projection.classClusterTopologyCheckedExceptionThis exception is used to indicate error with grid topology (e.g., crashed node, etc.).classClusterTopologyServerNotFoundExceptionInternal exception that is used to indicate that all server nodes have left the grid.Methods in org.apache.ignite.internal.cluster that throw IgniteCheckedException Modifier and Type Method Description voidDistributedBaselineConfiguration. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidIgniteClusterAsyncImpl. tag(String tag)Enables user to add a specific label to the cluster e.g. to describe purpose of the cluster or any its characteristics.voidIgniteClusterImpl. tag(String tag)Enables user to add a specific label to the cluster e.g. to describe purpose of the cluster or any its characteristics.GridFutureAdapter<?>DistributedBaselineConfiguration. updateBaselineAutoAdjustEnabledAsync(boolean baselineAutoAdjustEnabled)GridFutureAdapter<?>DistributedBaselineConfiguration. updateBaselineAutoAdjustTimeoutAsync(long baselineAutoAdjustTimeout)GridFutureAdapter<?>DistributedTransactionConfiguration. updateCollisionsDumpIntervalAsync(int collisionsDumpInterval)Cluster wide update ofDistributedTransactionConfiguration.collisionsDumpInterval.GridFutureAdapter<?>DistributedTransactionConfiguration. updateLongOperationsDumpTimeoutAsync(long timeout)Cluster wide update ofDistributedTransactionConfiguration.longOperationsDumpTimeout.GridFutureAdapter<?>DistributedTransactionConfiguration. updateLongTransactionTimeDumpSamplesPerSecondLimitAsync(int limit)Cluster wide update ofDistributedTransactionConfiguration.longTransactionTimeDumpSamplesPerSecondLimit.GridFutureAdapter<?>DistributedTransactionConfiguration. updateLongTransactionTimeDumpThresholdAsync(long longTransactionTimeDumpThreshold)Cluster wide update ofDistributedTransactionConfiguration.longTransactionTimeDumpThreshold.GridFutureAdapter<?>DistributedTransactionConfiguration. updateTransactionTimeDumpSamplesCoefficientAsync(double transactionTimeDumpSamplesCoefficient)Cluster wide update ofDistributedTransactionConfiguration.transactionTimeDumpSamplesCoefficient.GridFutureAdapter<?>DistributedTransactionConfiguration. updateTxOwnerDumpRequestsAllowedAsync(boolean allowed)Cluster wide update ofDistributedTransactionConfiguration.txOwnerDumpRequestsAllowed. -
Uses of IgniteCheckedException in org.apache.ignite.internal.compute
Subclasses of IgniteCheckedException in org.apache.ignite.internal.compute Modifier and Type Class Description classComputeTaskCancelledCheckedExceptionThis exception indicates that grid task was cancelled.classComputeTaskTimeoutCheckedExceptionThis exception indicates that task execution timed out. -
Uses of IgniteCheckedException in org.apache.ignite.internal.maintenance
Methods in org.apache.ignite.internal.maintenance that throw IgniteCheckedException Modifier and Type Method Description voidMaintenanceFileStore. init()@Nullable MaintenanceTaskMaintenanceProcessor. registerMaintenanceTask(MaintenanceTask task)Method to registerMaintenanceTasklocally on the node where method is called.voidMaintenanceProcessor. registerMaintenanceTask(MaintenanceTask task, UnaryOperator<MaintenanceTask> remappingFunction)Method to registerMaintenanceTasklocally on the node where method is called.voidMaintenanceProcessor. start()Starts grid component.voidMaintenanceProcessor. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.management.encryption
Methods in org.apache.ignite.internal.management.encryption that throw IgniteCheckedException Modifier and Type Method Description protected abstract CacheGroupEncryptionTask.SingleFieldDto<T>CacheGroupEncryptionTask.ReencryptionBaseJob. run0(CacheGroupContext grp)Executes internal logic of the job. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers
Methods in org.apache.ignite.internal.managers that throw IgniteCheckedException Modifier and Type Method Description protected voidGridManagerAdapter. assertParameter(boolean cond, String condDesc)Throws exception with uniform error message if given parameter's assertion condition isfalse.protected voidGridManagerAdapter. inject()Injects resources to SPI.voidGridManagerAdapter. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.voidGridManagerAdapter. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.protected voidGridManagerAdapter. onKernalStart0()IgniteInternalFuture<?>GridManagerAdapter. onReconnected(boolean clusterRestarted)Client reconnected callback.<T> voidIgniteMBeansManager. registerMBean(String grp, String name, T impl, Class<T> itf)Register an Ignite MBean.voidIgniteMBeansManager. registerMBeansAfterNodeStarted()Registers kernal MBeans (for kernal, metrics, thread pools) after node start.voidIgniteMBeansManager. registerMBeansDuringInitPhase()Registers kernal MBeans during init phase.protected voidGridManagerAdapter. startSpi()Starts wrapped SPI.protected voidGridManagerAdapter. stopSpi()Stops wrapped SPI. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.checkpoint
Methods in org.apache.ignite.internal.managers.checkpoint that throw IgniteCheckedException Modifier and Type Method Description @Nullable SerializableGridCheckpointManager. loadCheckpoint(GridTaskSessionInternal ses, String key)voidGridCheckpointManager. start()Starts grid component.voidGridCheckpointManager. stop(boolean cancel)Stops grid component.booleanGridCheckpointManager. storeCheckpoint(GridTaskSessionInternal ses, String key, Object state, ComputeTaskSessionScope scope, long timeout, boolean override) -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.collision
Methods in org.apache.ignite.internal.managers.collision that throw IgniteCheckedException Modifier and Type Method Description voidGridCollisionManager. start()Starts grid component.voidGridCollisionManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.communication
Methods in org.apache.ignite.internal.managers.communication with parameters of type IgniteCheckedException Modifier and Type Method Description booleanGridIoManager. checkNodeLeft(UUID nodeId, IgniteCheckedException sndErr, boolean ping)Methods in org.apache.ignite.internal.managers.communication that throw IgniteCheckedException Modifier and Type Method Description voidGridIoManager. onKernalStart0()IgniteInternalFuture<?>GridIoManager. onReconnected(boolean clusterRestarted)Client reconnected callback.voidGridIoManager.TransmissionSender. send(File file, long offset, long cnt, Map<String,Serializable> params, TransmissionPolicy plc)voidGridIoManager.TransmissionSender. send(File file, Map<String,Serializable> params, TransmissionPolicy plc)voidGridIoManager.TransmissionSender. send(File file, TransmissionPolicy plc)voidGridIoManager. sendGeneric(ClusterNode node, Object topic, int topicOrd, Message msg, byte plc)voidGridIoManager. sendOrderedMessage(ClusterNode node, Object topic, Message msg, byte plc, long timeout, boolean skipOnTimeout)voidGridIoManager. sendOrderedMessage(ClusterNode node, Object topic, Message msg, byte plc, long timeout, boolean skipOnTimeout, IgniteInClosure<IgniteException> ackC)voidGridIoManager. sendToCustomTopic(UUID nodeId, Object topic, Message msg, byte plc)voidGridIoManager. sendToCustomTopic(ClusterNode node, Object topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(Collection<? extends ClusterNode> nodes, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(UUID nodeId, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc, Span span)voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc, IgniteInClosure<IgniteException> ackC)voidGridIoManager. sendUserMessage(Collection<? extends ClusterNode> nodes, Object msg, @Nullable Object topic, boolean ordered, long timeout, boolean async)Sends a peer deployable user message.voidGridIoManager. start()Starts grid component.voidGridIoManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.deployment
Methods in org.apache.ignite.internal.managers.deployment that throw IgniteCheckedException Modifier and Type Method Description @Nullable ObjectGridDeployment. annotatedValue(Object target, Class<? extends Annotation> annCls)Gets value of annotated field or method.@Nullable GridDeploymentGridDeploymentManager. deploy(Class<?> cls, ClassLoader clsLdr)GridDeploymentGridDeploymentStore. explicitDeploy(Class<?> cls, ClassLoader clsLdr)Explicitly deploys class.<T> TGridDeployment. newInstance(Class<T> cls)voidGridDeploymentManager. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.voidGridDeploymentPerLoaderStore. onKernalStart()Kernal started callback.voidGridDeploymentPerVersionStore. onKernalStart()Kernal started callback.voidGridDeploymentStore. onKernalStart()Kernal started callback.voidGridDeploymentManager. onKernalStart0()IgniteInternalFuture<?>GridDeploymentManager. onReconnected(boolean clusterRestarted)Client reconnected callback.voidGridDeploymentManager. start()Starts grid component.voidGridDeploymentPerLoaderStore. start()Starts store.voidGridDeploymentPerVersionStore. start()Starts store.voidGridDeploymentStore. start()Starts store.voidGridDeploymentManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery that throw IgniteCheckedException Modifier and Type Method Description static voidGridDiscoveryManager. initCommunicationErrorResolveConfiguration(IgniteConfiguration cfg)protected voidGridDiscoveryManager. onKernalStart0()voidGridDiscoveryManager. sendCustomEvent(DiscoveryCustomMessage msg)voidGridDiscoveryManager. start()Starts grid component.voidGridDiscoveryManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.encryption
Methods in org.apache.ignite.internal.managers.encryption that throw IgniteCheckedException Modifier and Type Method Description protected voidGridEncryptionManager. changeCacheGroupKeyLocal(int[] grpIds, byte[] keyIds, byte[][] keys)voidGridEncryptionManager. checkEncryptedCacheSupported()Checks cache encryption supported by all nodes in cluster.voidGridEncryptionManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidGridEncryptionManager. onReadyForReadWrite(ReadWriteMetastorage metaStorage)Fully functional metastore capable of performing reading and writing operations.long[]CacheGroupPageScanner. pagesCount(CacheGroupContext grp)Collect current number of pages in the specified cache group.booleanGridEncryptionManager. resumeReencryption(int grpId)Forces re-encryption of the cache group.IgniteInternalFuture<Void>CacheGroupPageScanner. schedule(int grpId)Schedule scanning partitions.voidGridEncryptionManager. start()Starts grid component.voidCacheGroupPageScanner. stop()Shutdown scanning and disable new tasks scheduling.voidGridEncryptionManager. stop(boolean cancel)Stops grid component.booleanGridEncryptionManager. suspendReencryption(int grpId)Suspend re-encryption of the cache group. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.eventstorage
Methods in org.apache.ignite.internal.managers.eventstorage that throw IgniteCheckedException Modifier and Type Method Description <T extends Event>
Collection<T>GridEventStorageManager. localEvents(IgnitePredicate<T> p)voidGridEventStorageManager. start()Starts grid component.voidGridEventStorageManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.failover
Methods in org.apache.ignite.internal.managers.failover that throw IgniteCheckedException Modifier and Type Method Description voidGridFailoverManager. start()Starts grid component.voidGridFailoverManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.indexing
Methods in org.apache.ignite.internal.managers.indexing that throw IgniteCheckedException Modifier and Type Method Description IgniteSpiCloseableIterator<?>GridIndexingManager. query(String cacheName, Collection<Object> params, IndexingQueryFilter filters)voidGridIndexingManager. remove(String cacheName, Object key)voidGridIndexingManager. start()voidGridIndexingManager. stop(boolean cancel)<K,V>
voidGridIndexingManager. store(String cacheName, K key, V val, long expirationTime)Writes key-value pair to index. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.loadbalancer
Methods in org.apache.ignite.internal.managers.loadbalancer that throw IgniteCheckedException Modifier and Type Method Description voidGridLoadBalancerManager. start()Starts grid component.voidGridLoadBalancerManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.systemview
Methods in org.apache.ignite.internal.managers.systemview that throw IgniteCheckedException Modifier and Type Method Description voidGridSystemViewManager. start()Starts grid component.voidGridSystemViewManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.managers.tracing
Methods in org.apache.ignite.internal.managers.tracing that throw IgniteCheckedException Modifier and Type Method Description voidGridTracingManager. start()voidGridTracingManager. stop(boolean cancel) -
Uses of IgniteCheckedException in org.apache.ignite.internal.marshaller.optimized
Subclasses of IgniteCheckedException in org.apache.ignite.internal.marshaller.optimized Modifier and Type Class Description classOptimizedMarshallerInaccessibleClassExceptionMethods in org.apache.ignite.internal.marshaller.optimized that throw IgniteCheckedException Modifier and Type Method Description protected byte[]OptimizedMarshaller. marshal0(@Nullable Object obj)Marshals object to byte array.protected voidOptimizedMarshaller. marshal0(@Nullable Object obj, OutputStream out)Marshals object to the output stream.protected <T> TOptimizedMarshaller. unmarshal0(byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from byte array using given class loader.protected <T> TOptimizedMarshaller. unmarshal0(InputStream in, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.protected <T> TOptimizedMarshaller. unmarshal0(InputStream in, @Nullable ClassLoader clsLdr, boolean useCache)Unmarshals object from the input stream using given class loader. -
Uses of IgniteCheckedException in org.apache.ignite.internal.pagemem
Methods in org.apache.ignite.internal.pagemem that throw IgniteCheckedException Modifier and Type Method Description longPageSupport. acquirePage(int grpId, long pageId)Gets the page absolute pointer associated with the given page ID.longPageSupport. acquirePage(int grpId, long pageId, IoStatisticsHolder statHolder)Gets the page absolute pointer associated with the given page ID.longPageIdAllocator. allocatePage(int grpId, int partId, byte flags)Allocates a page from the space for the given partition ID and the given flags. -
Uses of IgniteCheckedException in org.apache.ignite.internal.pagemem.store
Methods in org.apache.ignite.internal.pagemem.store that throw IgniteCheckedException Modifier and Type Method Description longIgnitePageStoreManager. allocatePage(int grpId, int partId, byte flags)Allocates a page for the given page space.longPageStore. allocatePage()Allocates next page index.voidIgnitePageStoreManager. cleanupPersistentSpace()Cleanup persistent space for all caches except metastore.voidIgnitePageStoreManager. cleanupPersistentSpace(CacheConfiguration cacheConfiguration)Cleanup persistent space for cache.voidIgnitePageStoreManager. ensure(int grpId, int partId)voidPageStore. ensure()booleanIgnitePageStoreManager. exists(int grpId, int partId)Checks if partition store exists.voidIgnitePageStoreManager. finishRecover()Invoked after checkpoint recover is finished.PageStorePageStoreCollection. getStore(int grpId, int partId)Collection<PageStore>PageStoreCollection. getStores(int grpId)voidIgnitePageStoreManager. initializeForCache(CacheGroupDescriptor grpDesc, CacheConfiguration<?,?> ccfg)Callback called when a cache is starting.voidIgnitePageStoreManager. initializeForMetastorage()Initializes disk cache store structures.longIgnitePageStoreManager. pageOffset(int grpId, long pageId)Gets page offset within the page store file.intIgnitePageStoreManager. pages(int grpId, int partId)Gets total number of allocated pages for the given space.booleanPageStore. read(long pageId, ByteBuffer pageBuf, boolean keepCrc)Reads a page.voidIgnitePageStoreManager. readHeader(int grpId, int partId, ByteBuffer buf)Reads a header of a page store.voidPageStore. readHeader(ByteBuffer buf)Reads a header.voidIgnitePageStoreManager. shutdownForCacheGroup(CacheGroupContext grp, boolean destroy)Callback called when a cache is stopping.voidIgnitePageStoreManager. sync(int grpId, int partId)Makes sure that all previous writes to the store has been written to disk.voidPageStore. sync()Sync method used to ensure that the given pages are guaranteed to be written to the store.voidIgnitePageStoreManager. truncate(int grpId, int partId, int tag)Callback called when a partition for the given cache is evicted from the local node.PageStoreIgnitePageStoreManager. write(int grpId, long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes the page for the given cache ID.voidPageStore. write(long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes a page. -
Uses of IgniteCheckedException in org.apache.ignite.internal.pagemem.wal
Methods in org.apache.ignite.internal.pagemem.wal that throw IgniteCheckedException Modifier and Type Method Description WALPointerIgniteWriteAheadLogManager. flush(WALPointer ptr, boolean explicitFsync)Makes sure that all log entries written to the log up until the specified pointer are actually written to the underlying storage.WALPointerIgniteWriteAheadLogManager. log(WALRecord entry)Appends the given log entry to the write-ahead log.WALPointerIgniteWriteAheadLogManager. log(WALRecord entry, RolloverType rolloverType)Appends the given log entry to the write-ahead log.WALRecordIgniteWriteAheadLogManager. read(WALPointer ptr)Reads WAL record by the specified pointer.WALIteratorIgniteWriteAheadLogManager. replay(WALPointer start)Invoke this method to iterate over the written log entries.WALIteratorIgniteWriteAheadLogManager. replay(WALPointer start, @Nullable IgniteBiPredicate<WALRecord.RecordType,WALPointer> recordDeserializeFilter)Invoke this method to iterate over the written log entries.voidIgniteWriteAheadLogManager. resumeLogging(WALPointer lastWrittenPtr)Resumes logging after start. -
Uses of IgniteCheckedException in org.apache.ignite.internal.pagemem.wal.record.delta
Subclasses of IgniteCheckedException in org.apache.ignite.internal.pagemem.wal.record.delta Modifier and Type Class Description classDeltaApplicationExceptionThrown in case when delta application to the page failed.Methods in org.apache.ignite.internal.pagemem.wal.record.delta that throw IgniteCheckedException Modifier and Type Method Description voidDataPageInsertFragmentRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidDataPageInsertRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidDataPageRemoveRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidDataPageSetFreeListPageRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidDataPageUpdateRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidFixCountRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidFixLeftmostChildRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidFixRemoveId. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidInitNewPageRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidInnerReplaceRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidInsertRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMergeRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageAddRootRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageCutRootRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageInitRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageInitRootInlineFlagsCreatedVersionRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageInitRootInlineRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageInitRootRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageUpdateIndexDataRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageUpdateLastAllocatedIndex. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageUpdateLastSuccessfulFullSnapshotId. applyDelta(PageMemory pageMem, long pageAddr)Deprecated.Apply changes from this delta to the given page.voidMetaPageUpdateLastSuccessfulSnapshotId. applyDelta(PageMemory pageMem, long pageAddr)Deprecated.Apply changes from this delta to the given page.voidMetaPageUpdateNextSnapshotId. applyDelta(PageMemory pageMem, long pageAddr)Deprecated.Apply changes from this delta to the given page.voidMetaPageUpdatePartitionDataRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageUpdatePartitionDataRecordV2. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidMetaPageUpdatePartitionDataRecordV3. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidNewRootInitRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.abstract voidPageDeltaRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidPageListMetaResetCountRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidPagesListAddPageRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidPagesListInitNewPageRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidPagesListRemovePageRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidPagesListSetNextRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidPagesListSetPreviousRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidRecycleRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidRemoveRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidReplaceRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidRotatedIdPartRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidSplitExistingPageRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidSplitForwardPageRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidTrackingPageDeltaRecord. applyDelta(PageMemory pageMem, long pageAddr)Apply changes from this delta to the given page.voidTrackingPageRepairDeltaRecord. applyDelta(PageMemory pageMem, long pageAddr) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors
Methods in org.apache.ignite.internal.processors that throw IgniteCheckedException Modifier and Type Method Description protected voidGridProcessorAdapter. assertParameter(boolean cond, String condDesc)Throws exception with uniform error message if given parameter's assertion condition isfalse.voidGridProcessorAdapter. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.voidGridProcessorAdapter. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.IgniteInternalFuture<?>GridProcessorAdapter. onReconnected(boolean clusterRestarted)Client reconnected callback.voidGridProcessorAdapter. start()Starts grid component.voidGridProcessorAdapter. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.affinity
Methods in org.apache.ignite.internal.processors.affinity with parameters of type IgniteCheckedException Modifier and Type Method Description voidGridAffinityAssignmentCache. cancelFutures(IgniteCheckedException err)Kernal stop callback.Methods in org.apache.ignite.internal.processors.affinity that throw IgniteCheckedException Modifier and Type Method Description IgniteInternalFuture<org.apache.ignite.internal.processors.affinity.GridAffinityProcessor.AffinityInfo>GridAffinityProcessor. affinityCacheFuture(String cacheName, @Nullable AffinityTopologyVersion topVer)@Nullable ObjectGridAffinityProcessor. affinityKey(String cacheName, @Nullable Object key)Gets affinity key for cache key.<K> Map<ClusterNode,Collection<K>>GridAffinityProcessor. mapKeysToNodes(String cacheName, @Nullable Collection<? extends K> keys)Maps keys to nodes for given cache.<K> @Nullable ClusterNodeGridAffinityProcessor. mapKeyToNode(String cacheName, K key)Maps single key to a node.<K> @Nullable ClusterNodeGridAffinityProcessor. mapKeyToNode(String cacheName, K key, AffinityTopologyVersion topVer)Maps single key to a node.<K> List<ClusterNode>GridAffinityProcessor. mapKeyToPrimaryAndBackups(String cacheName, K key, AffinityTopologyVersion topVer)Map single key to primary and backup nodes.@Nullable ClusterNodeGridAffinityProcessor. mapPartitionToNode(String cacheName, int partId, AffinityTopologyVersion topVer)Maps partition to a node.voidGridAffinityProcessor. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.intGridAffinityProcessor. partition(String cacheName, Object key)intGridAffinityProcessor. partition(String cacheName, Object key, @Nullable org.apache.ignite.internal.processors.affinity.GridAffinityProcessor.AffinityInfo aff)intGridAffinityProcessor. partition0(String cacheName, Object key, @Nullable org.apache.ignite.internal.processors.affinity.GridAffinityProcessor.AffinityInfo aff)voidGridAffinityProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.authentication
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.authentication Modifier and Type Class Description classIgniteAccessControlExceptionException that represents authentication / authorization failure.classUserManagementExceptionException that represents failures of user management operations.Methods in org.apache.ignite.internal.processors.authentication that throw IgniteCheckedException Modifier and Type Method Description voidIgniteAuthenticationProcessor. alterUser(String login, char[] passwd)Alters password of user with the specified login.SecurityContextIgniteAuthenticationProcessor. authenticate(AuthenticationContext authCtx)Authenticates subject via underlying Authenticator.SecuritySubjectIgniteAuthenticationProcessor. authenticatedSubject(UUID subjId)Gets authenticated node subject.Collection<SecuritySubject>IgniteAuthenticationProcessor. authenticatedSubjects()Gets collection of authenticated nodes.SecurityContextIgniteAuthenticationProcessor. authenticateNode(ClusterNode node, SecurityCredentials cred)Authenticates grid node with it's attributes via underlying Authenticator.voidIgniteAuthenticationProcessor. createUser(String login, char[] passwd)Creates user with the specified login and password.voidIgniteAuthenticationProcessor. dropUser(String login)Drops user with the specified login.voidIgniteAuthenticationProcessor. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase.voidIgniteAuthenticationProcessor. startProcessor()Starts processor.voidIgniteAuthenticationProcessor. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.bulkload
Methods in org.apache.ignite.internal.processors.bulkload that throw IgniteCheckedException Modifier and Type Method Description protected Iterable<List<Object>>BulkLoadCsvParser. parseBatch(byte[] batchData, boolean isLastBatch)Parses a batch of input data and returns a list of records parsed (in most cases this is a list of strings).protected abstract Iterable<List<Object>>BulkLoadParser. parseBatch(byte[] batchData, boolean isLastBatch)Parses a batch of input data and returns a list of records parsed (in most cases this is a list of strings).voidBulkLoadProcessor. processBatch(byte[] batchData, boolean isLastBatch)Processes the incoming batch and writes data to the cache by calling the data converter and output streamer. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.bulkload.pipeline
Methods in org.apache.ignite.internal.processors.bulkload.pipeline that throw IgniteCheckedException Modifier and Type Method Description voidCharsetDecoderBlock. accept(byte[] data, boolean isLastAppend)Accepts a portion of input.voidCsvLineProcessorBlock. accept(String input, boolean isLastPortion)Accepts a portion of input.voidLineSplitterBlock. accept(char[] chars, boolean isLastPortion)Accepts a portion of input.abstract voidPipelineBlock. accept(I inputPortion, boolean isLastPortion)Accepts a portion of input. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classCacheInvalidStateExceptionThis exception is used to indicate that requested operation is unavailable in current cache state.classCachePartialUpdateCheckedExceptionException thrown from non-transactional cache in case when update succeeded only partially.classCacheStoppedExceptionUsed to report attempts of accessing stopped cache.classCacheStorePartialUpdateExceptionclassGridCacheIndexUpdateExceptionException indicating that index update failed during cache entry update.classIgnitePeerToPeerClassLoadingExceptionThis exception is thrown in communication-related cases when it is impossible to load class from any peer.Methods in org.apache.ignite.internal.processors.cache that return IgniteCheckedException Modifier and Type Method Description IgniteCheckedExceptionGridCacheMessage. classError()IgniteCheckedExceptionDynamicCacheChangeFailureMessage. error()Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteCheckedException Modifier and Type Method Description booleanGridCacheIoManager. checkNodeLeft(UUID nodeId, IgniteCheckedException sndErr, boolean ping)protected RuntimeExceptionIgniteCacheFutureImpl. convertException(IgniteCheckedException e)Convert internal exception to public exception.static @NotNull RuntimeExceptionGridCacheUtils. convertToCacheException(IgniteCheckedException e)voidGridCacheMessage. onClassError(IgniteCheckedException err)If class loading error occurred during unmarshalling andGridCacheMessage.ignoreClassErrors()is set totrue, then the error will be passed into this method.Methods in org.apache.ignite.internal.processors.cache that throw IgniteCheckedException Modifier and Type Method Description voidGridCacheSharedContext. activate()voidGridCacheProcessor. addCacheConfiguration(CacheConfiguration cacheCfg)voidGridCacheSharedContext. addCacheContext(GridCacheContext cacheCtx)Adds cache context to shared cache context.voidGridCacheContext. awaitStarted()voidGridCacheProcessor. awaitStarted()Await for local join finish and caches start.voidCacheEvictionManager. batchEvict(Collection<?> keys, @Nullable GridCacheVersion obsoleteVer)voidGridCacheEvictionManager. batchEvict(Collection<?> keys, @Nullable GridCacheVersion obsoleteVer)<K,V>
GridCloseableIterator<javax.cache.Cache.Entry<K,V>>IgniteCacheOffheapManager. cacheEntriesIterator(GridCacheContext cctx, boolean primary, boolean backup, AffinityTopologyVersion topVer, boolean keepBinary, Boolean dataPageScanEnabled)GridIterator<CacheDataRow>IgniteCacheOffheapManager. cacheIterator(int cacheId, boolean primary, boolean backup, AffinityTopologyVersion topVer, Boolean dataPageScanEnabled)GridCloseableIterator<KeyCacheObject>IgniteCacheOffheapManager. cacheKeysIterator(int cacheId, int part)GridCloseableIterator<KeyCacheObject>IgniteCacheOffheapManagerImpl. cacheKeysIterator(int cacheId, int part)CacheObjectContextDynamicCacheDescriptor. cacheObjectContext(IgniteCacheObjectProcessor proc)Creates and caches cache object context if needed.@Nullable CacheObjectContextGridCacheSharedContext. cacheObjectContext(int cacheId)Returns cache object context if created or creates new and caches it until cache started.GridIterator<CacheDataRow>IgniteCacheOffheapManager. cachePartitionIterator(int cacheId, int part, Boolean dataPageScanEnabled)static voidGridCacheUtils. checkAttributeMismatch(IgniteLogger log, String cfgName, UUID rmtNodeId, String attrName, String attrMsg, @Nullable Object locVal, @Nullable Object rmtVal, boolean fail)Checks that cache configuration attribute has the same value in local and remote cache configurations.static voidGridCacheUtils. checkAttributeMismatch(IgniteLogger log, CacheConfiguration locCfg, CacheConfiguration rmtCfg, UUID rmtNodeId, T2<String,String> attr, boolean fail)Checks that local and remove configurations have the same value of given attribute.protected voidGridCacheAdapter. checkJta()Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.static voidGridCacheUtils. checkStore(GridCacheContext<?,?> ctx)Checks that cache store is present.voidGridCacheProcessor. cleanupCachesDirectories()Remove all persistent files for all registered caches.voidGridCacheAdapter. clear()Clears cache on all nodes that store it's data.voidGridCacheAdapter. clear(K key)Clears key on all nodes that store it's data.booleanGridCacheEntryEx. clear(GridCacheVersion ver, boolean readers)Marks entry as obsolete and, if possible or required, removes it from swap storage.booleanGridCacheMapEntry. clear(GridCacheVersion ver, boolean readers)Marks entry as obsolete and, if possible or required, removes it from swap storage.voidGridCacheProxyImpl. clear()Clears cache on all nodes that store it's data.voidGridCacheProxyImpl. clear(K key)Clears key on all nodes that store it's data.voidIgniteCacheOffheapManager.CacheDataStore. clear(int cacheId)Clears all the records associated with logical cache with given ID.voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. clear(int cacheId)Clears all the records associated with logical cache with given ID.voidIgniteInternalCache. clear()Clears cache on all nodes that store it's data.voidIgniteInternalCache. clear(K key)Clears key on all nodes that store it's data.voidGridCacheAdapter. clearAll(Set<? extends K> keys)Clears keys on all nodes that store it's data.voidGridCacheProxyImpl. clearAll(Set<? extends K> keys)Clears keys on all nodes that store it's data.voidIgniteInternalCache. clearAll(Set<? extends K> keys)Clears keys on all nodes that store it's data.voidGridCacheProcessor. clearStatistics(Collection<String> cacheNames)Clear statistics globally for the caches<T> TGridCacheProcessor. clone(T obj)GridCacheVersionConflictContext<K,V>GridCacheContext. conflictResolve(GridCacheVersionedEntryEx<K,V> oldEntry, GridCacheVersionedEntryEx<K,V> newEntry, boolean atomicVerComp)Resolve DR conflict.IgniteCacheOffheapManager.CacheDataStoreIgniteCacheOffheapManager. createCacheDataStore(int p)IgniteCacheOffheapManager.CacheDataStoreIgniteCacheOffheapManagerImpl. createCacheDataStore(int p)protected IgniteCacheOffheapManager.CacheDataStoreIgniteCacheOffheapManagerImpl. createCacheDataStore0(int p)CacheDataRowIgniteCacheOffheapManager.CacheDataStore. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)CacheDataRowIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor()GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor(int cacheId)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper, Object x)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor(Object x)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor()GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor(int cacheId)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper, Object x)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor(Object x)voidIgniteCacheOffheapManager.CacheDataStore. destroy()Destroys the tree associated with the store.voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. destroy()Destroys the tree associated with the store.voidIgniteCacheOffheapManager. destroyCacheDataStore(IgniteCacheOffheapManager.CacheDataStore store)voidIgniteCacheOffheapManagerImpl. destroyCacheDataStore(IgniteCacheOffheapManager.CacheDataStore store)protected voidIgniteCacheOffheapManagerImpl. destroyCacheDataStore0(IgniteCacheOffheapManager.CacheDataStore store)protected voidWalStateManager.WALDisableContext. disableWAL(boolean disable)@Nullable RootPageIgniteCacheOffheapManager. dropRootPageForIndex(int cacheId, String idxName, int segment)Dropping the root page of the index tree.@Nullable RootPageIgniteCacheOffheapManagerImpl. dropRootPageForIndex(int cacheId, String idxName, int segment)Dropping the root page of the index tree.voidGridCacheProcessor. enableStatistics(Collection<String> cacheNames, boolean enabled)Enable/disable statistics globally for the cachesvoidGridCacheSharedContext. endTx(GridNearTxLocal tx)booleanCacheEvictionManager. evict(@Nullable GridCacheEntryEx entry, @Nullable GridCacheVersion obsoleteVer, boolean explicit, @Nullable CacheEntryPredicate[] filter)booleanCacheOffheapEvictionManager. evict(@Nullable GridCacheEntryEx entry, @Nullable GridCacheVersion obsoleteVer, boolean explicit, @Nullable CacheEntryPredicate[] filter)booleanGridCacheEvictionManager. evict(@Nullable GridCacheEntryEx entry, @Nullable GridCacheVersion obsoleteVer, boolean explicit, @Nullable CacheEntryPredicate[] filter)booleanGridCacheEntryEx. evictInternal(GridCacheVersion obsoleteVer, @Nullable CacheEntryPredicate[] filter, boolean evictOffheap)booleanGridCacheMapEntry. evictInternal(GridCacheVersion obsoleteVer, @Nullable CacheEntryPredicate[] filter, boolean evictOffheap)voidWalStateManager.WALDisableContext. execute(IgniteRunnable cls)booleanIgniteCacheOffheapManager. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount)booleanIgniteCacheOffheapManagerImpl. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount)longIgniteCacheOffheapManager. expiredSize()Gets the number of entries pending expire.longIgniteCacheOffheapManagerImpl. expiredSize()Gets the number of entries pending expire.CacheDataRowIgniteCacheOffheapManager.CacheDataStore. find(GridCacheContext cctx, KeyCacheObject key)CacheDataRowIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. find(GridCacheContext cctx, KeyCacheObject key)@Nullable RootPageIgniteCacheOffheapManager. findRootPageForIndex(int cacheId, String idxName, int segment)@Nullable RootPageIgniteCacheOffheapManagerImpl. findRootPageForIndex(int cacheId, String idxName, int segment)voidCacheGroupContext. finishRecovery(AffinityTopologyVersion startVer, UUID originalReceivedFrom, boolean affinityNode)Finishes recovery for current cache group.voidCacheEntryPredicate. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheEntryPredicateAdapter. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheEntryPredicateContainsValue. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheEntrySerializablePredicate. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheEvictionEntry. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheInvokeDirectResult. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidCacheObject. finishUnmarshal(CacheObjectValueContext ctx, ClassLoader ldr)voidCacheObjectByteArrayImpl. finishUnmarshal(CacheObjectValueContext ctx, ClassLoader ldr)voidCacheObjectImpl. finishUnmarshal(CacheObjectValueContext ctx, ClassLoader ldr)voidGridCacheMessage. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridCacheReturn. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidGridChangeGlobalStateMessageResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidKeyCacheObjectImpl. finishUnmarshal(CacheObjectValueContext ctx, ClassLoader ldr)protected voidGridCacheMessage. finishUnmarshalCacheObjects(@Nullable Collection<? extends CacheObject> col, GridCacheContext ctx, ClassLoader ldr)voidGridCacheMessage. finishUnmarshalCacheObjects(@Nullable List<? extends CacheObject> col, GridCacheContext ctx, ClassLoader ldr)VGridCacheAdapter. get(K key)Retrieves value mapped to the specified key from cache.protected VGridCacheAdapter. get(K key, String taskName, boolean deserializeBinary, boolean needVer)VGridCacheProxyImpl. get(K key)Retrieves value mapped to the specified key from cache.VIgniteInternalCache. get(K key)Retrieves value mapped to the specified key from cache.Map<K,V>GridCacheAdapter. getAll(@Nullable Collection<? extends K> keys)Retrieves values mapped to the specified keys from cache.protected Map<K,V>GridCacheAdapter. getAll(Collection<? extends K> keys, boolean deserializeBinary, boolean needVer, boolean recovery, ReadRepairStrategy readRepairStrategy)Map<K,V>GridCacheProxyImpl. getAll(@Nullable Collection<? extends K> keys)Retrieves values mapped to the specified keys from cache.Map<K,V>IgniteInternalCache. getAll(@Nullable Collection<? extends K> keys)Retrieves values mapped to the specified keys from cache.voidQueryCursorImpl. getAll(QueryCursorEx.Consumer<T> clo)Get all values passing them through passed consumer.@Nullable Map<K,V>GridCacheAdapter. getAllOutTx(Set<? extends K> keys)Gets values from cache.@Nullable Map<K,V>GridCacheProxyImpl. getAllOutTx(Set<? extends K> keys)Gets values from cache.Map<K,V>IgniteInternalCache. getAllOutTx(Set<? extends K> keys)Gets values from cache.VGridCacheAdapter. getAndPut(K key, V val)Stores given key-value pair in cache.VGridCacheAdapter. getAndPut(K key, V val, @Nullable CacheEntryPredicate filter)VGridCacheProxyImpl. getAndPut(K key, V val)Stores given key-value pair in cache.VIgniteInternalCache. getAndPut(K key, V val)Stores given key-value pair in cache.protected VGridCacheAdapter. getAndPut0(K key, V val, @Nullable CacheEntryPredicate filter)VGridCacheAdapter. getAndPutIfAbsent(K key, V val)Stores given key-value pair in cache only if cache had no previous mapping for it.VGridCacheProxyImpl. getAndPutIfAbsent(K key, V val)Stores given key-value pair in cache only if cache had no previous mapping for it.VIgniteInternalCache. getAndPutIfAbsent(K key, V val)Stores given key-value pair in cache only if cache had no previous mapping for it.VGridCacheAdapter. getAndRemove(K key)Removes given key mapping from cache.VGridCacheProxyImpl. getAndRemove(K key)Removes given key mapping from cache.VIgniteInternalCache. getAndRemove(K key)Removes given key mapping from cache.protected VGridCacheAdapter. getAndRemove0(K key)VGridCacheAdapter. getAndReplace(K key, V val)Stores given key-value pair in cache only if there is a previous mapping for it.VGridCacheProxyImpl. getAndReplace(K key, V val)Stores given key-value pair in cache only if there is a previous mapping for it.VIgniteInternalCache. getAndReplace(K key, V val)Stores given key-value pair in cache only if there is a previous mapping for it.CacheConfigurationGridCacheProcessor. getConfigFromTemplate(String cacheName)Collection<CacheEntry<K,V>>GridCacheAdapter. getEntries(@Nullable Collection<? extends K> keys)Retrieves values mapped to the specified keys from cache.Collection<CacheEntry<K,V>>GridCacheProxyImpl. getEntries(@Nullable Collection<? extends K> keys)Retrieves values mapped to the specified keys from cache.Collection<CacheEntry<K,V>>IgniteInternalCache. getEntries(@Nullable Collection<? extends K> keys)Retrieves values mapped to the specified keys from cache.@Nullable CacheEntry<K,V>GridCacheAdapter. getEntry(K key)Retrieves value mapped to the specified key from cache.@Nullable CacheEntry<K,V>GridCacheProxyImpl. getEntry(K key)Retrieves value mapped to the specified key from cache.@Nullable CacheEntry<K,V>IgniteInternalCache. getEntry(K key)Retrieves value mapped to the specified key from cache.VGridCacheAdapter. getForcePrimary(K key)Gets value from cache.VGridCacheProxyImpl. getForcePrimary(K key)Gets value from cache.VIgniteInternalCache. getForcePrimary(K key)Gets value from cache.<K,V>
IgniteInternalCache<K,V>GridCacheProcessor. getOrStartCache(String name)<K,V>
IgniteInternalCache<K,V>GridCacheProcessor. getOrStartCache(String name, CacheConfiguration ccfg)IgniteCacheProxy<?,?>GridCacheProcessor. getOrStartPublicCache(boolean start)Gets public cache that can be used for query execution.booleanIgniteCacheOffheapManager. hasEntriesPendingExpire(int cacheId)Checks if the cache has entries pending expire.booleanIgniteCacheOffheapManagerImpl. hasEntriesPendingExpire(int cacheId)Checks if the cache has entries pending expire.protected @Nullable IgniteHistoricalIteratorIgniteCacheOffheapManagerImpl. historicalIterator(CachePartitionPartialCountersMap partCntrs, Set<Integer> missing)Iterator<javax.cache.Cache.Entry<K,V>>GridCacheAdapter. igniteIterator()Iterator<javax.cache.Cache.Entry<K,V>>GridCacheAdapter. igniteIterator(boolean keepBinary)IgniteInternalFuture<Map<Integer,Map<Integer,List<UUID>>>>CacheAffinitySharedManager. initAffinityOnNodeLeft(GridDhtPartitionsExchangeFuture fut)IgniteInternalFuture<?>CacheAffinitySharedManager. initCoordinatorCaches(GridDhtPartitionsExchangeFuture fut, boolean newAff)protected voidIgniteCacheOffheapManagerImpl. initDataStructures()static voidGridCacheUtils. initializeConfigDefaults(IgniteLogger log, CacheConfiguration cfg, CacheObjectContext cacheObjCtx)default booleanGridCacheEntryEx. initialValue(CacheObject val, GridCacheVersion ver, long ttl, long expireTime, boolean preload, AffinityTopologyVersion topVer, GridDrType drType, boolean fromStore, boolean primary)Sets new value if current version is 0booleanGridCacheEntryEx. initialValue(CacheObject val, GridCacheVersion ver, long ttl, long expireTime, boolean preload, AffinityTopologyVersion topVer, GridDrType drType, boolean fromStore, boolean primary, @Nullable CacheDataRow row)Sets new value if current version is 0booleanGridCacheMapEntry. initialValue(CacheObject val, GridCacheVersion ver, long ttl, long expireTime, boolean preload, AffinityTopologyVersion topVer, GridDrType drType, boolean fromStore, boolean primary, CacheDataRow row)Sets new value if current version is 0protected voidIgniteCacheOffheapManagerImpl. initPendingTree(GridCacheContext<?,?> cctx)IgniteInternalFuture<?>CacheAffinitySharedManager. initStartedCaches(boolean crd, GridDhtPartitionsExchangeFuture fut, Collection<DynamicCacheDescriptor> descs)Initialized affinity for cache received from node joining on this exchange.CacheObjectGridCacheEntryEx. innerGet(@Nullable GridCacheVersion ver, @Nullable IgniteInternalTx tx, boolean readThrough, boolean updateMetrics, boolean evt, Object transformClo, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary)CacheObjectGridCacheMapEntry. innerGet(@Nullable GridCacheVersion ver, @Nullable IgniteInternalTx tx, boolean readThrough, boolean updateMetrics, boolean evt, Object transformClo, String taskName, @Nullable IgniteCacheExpiryPolicy expirePlc, boolean keepBinary)EntryGetResultGridCacheEntryEx. innerGetAndReserveForLoad(boolean updateMetrics, boolean evt, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary, @Nullable ReaderArguments readerArgs)EntryGetResultGridCacheMapEntry. innerGetAndReserveForLoad(boolean updateMetrics, boolean evt, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary, @Nullable ReaderArguments readerArgs)EntryGetResultGridCacheEntryEx. innerGetVersioned(@Nullable GridCacheVersion ver, IgniteInternalTx tx, boolean updateMetrics, boolean evt, Object transformClo, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary, @Nullable ReaderArguments readerArgs)EntryGetResultGridCacheMapEntry. innerGetVersioned(@Nullable GridCacheVersion ver, IgniteInternalTx tx, boolean updateMetrics, boolean evt, Object transformClo, String taskName, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean keepBinary, @Nullable ReaderArguments readerArgs)@Nullable CacheObjectGridCacheEntryEx. innerReload()Reloads entry from underlying storage.@Nullable CacheObjectGridCacheMapEntry. innerReload()Reloads entry from underlying storage.GridCacheUpdateTxResultGridCacheEntryEx. innerRemove(@Nullable IgniteInternalTx tx, UUID evtNodeId, UUID affNodeId, boolean retval, boolean evt, boolean metrics, boolean keepBinary, boolean oldValPresent, @Nullable CacheObject oldVal, AffinityTopologyVersion topVer, GridDrType drType, @Nullable GridCacheVersion explicitVer, String taskName, @Nullable GridCacheVersion dhtVer, @Nullable Long updateCntr)GridCacheUpdateTxResultGridCacheMapEntry. innerRemove(@Nullable IgniteInternalTx tx, UUID evtNodeId, UUID affNodeId, boolean retval, boolean evt, boolean metrics, boolean keepBinary, boolean oldValPresent, @Nullable CacheObject oldVal, AffinityTopologyVersion topVer, GridDrType drType, @Nullable GridCacheVersion explicitVer, String taskName, @Nullable GridCacheVersion dhtVer, @Nullable Long updateCntr)GridCacheUpdateTxResultGridCacheEntryEx. innerSet(@Nullable IgniteInternalTx tx, UUID evtNodeId, UUID affNodeId, @Nullable CacheObject val, boolean writeThrough, boolean retval, long ttl, boolean evt, boolean metrics, boolean keepBinary, boolean oldValPresent, @Nullable CacheObject oldVal, AffinityTopologyVersion topVer, GridDrType drType, long drExpireTime, @Nullable GridCacheVersion explicitVer, String taskName, @Nullable GridCacheVersion dhtVer, @Nullable Long updateCntr)GridCacheUpdateTxResultGridCacheMapEntry. innerSet(@Nullable IgniteInternalTx tx, UUID evtNodeId, UUID affNodeId, CacheObject val, boolean writeThrough, boolean retval, long ttl, boolean evt, boolean metrics, boolean keepBinary, boolean oldValPresent, @Nullable CacheObject oldVal, AffinityTopologyVersion topVer, GridDrType drType, long drExpireTime, @Nullable GridCacheVersion explicitVer, String taskName, @Nullable GridCacheVersion dhtVer, @Nullable Long updateCntr)GridCacheUpdateAtomicResultGridCacheEntryEx. innerUpdate(GridCacheVersion ver, UUID evtNodeId, UUID affNodeId, GridCacheOperation op, @Nullable Object val, @Nullable Object[] invokeArgs, boolean writeThrough, boolean readThrough, boolean retval, boolean keepBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean evt, boolean metrics, boolean primary, boolean checkVer, boolean readRepairRecovery, AffinityTopologyVersion topVer, @Nullable CacheEntryPredicate[] filter, GridDrType drType, long conflictTtl, long conflictExpireTime, @Nullable GridCacheVersion conflictVer, boolean conflictResolve, boolean intercept, String taskName, @Nullable CacheObject prevVal, @Nullable Long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, boolean transformOp)GridCacheUpdateAtomicResultGridCacheMapEntry. innerUpdate(GridCacheVersion newVer, UUID evtNodeId, UUID affNodeId, GridCacheOperation op, @Nullable Object writeObj, @Nullable Object[] invokeArgs, boolean writeThrough, boolean readThrough, boolean retval, boolean keepBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean evt, boolean metrics, boolean primary, boolean verCheck, boolean readRepairRecovery, AffinityTopologyVersion topVer, @Nullable CacheEntryPredicate[] filter, GridDrType drType, long explicitTtl, long explicitExpireTime, @Nullable GridCacheVersion conflictVer, boolean conflictResolve, boolean intercept, String taskName, @Nullable CacheObject prevVal, @Nullable Long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, boolean transformOp)voidIgniteCacheOffheapManager.CacheDataStore. insertRows(Collection<DataRowCacheAware> rows, IgnitePredicateX<CacheDataRow> initPred)Insert rows into page memory.voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. insertRows(Collection<DataRowCacheAware> rows, IgnitePredicateX<CacheDataRow> initPred)Insert rows into page memory.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.static <K,V>
voidGridCacheUtils. inTx(IgniteInternalCache<K,V> cache, TransactionConcurrency concurrency, TransactionIsolation isolation, IgniteInClosureX<IgniteInternalCache<K,V>> clo)Execute closure inside cache transaction.booleanGridCacheEntryEx. invalidate(GridCacheVersion newVer)Invalidates this entry.booleanGridCacheMapEntry. invalidate(GridCacheVersion newVer)Invalidates this entry.<T> @Nullable javax.cache.processor.EntryProcessorResult<T>GridCacheAdapter. invoke(@Nullable AffinityTopologyVersion topVer, K key, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> javax.cache.processor.EntryProcessorResult<T>GridCacheAdapter. invoke(K key, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> javax.cache.processor.EntryProcessorResult<T>GridCacheProxyImpl. invoke(K key, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> @Nullable javax.cache.processor.EntryProcessorResult<T>GridCacheProxyImpl. invoke(AffinityTopologyVersion topVer, K key, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)voidIgniteCacheOffheapManager.CacheDataStore. invoke(GridCacheContext cctx, KeyCacheObject key, IgniteCacheOffheapManager.OffheapInvokeClosure c)voidIgniteCacheOffheapManager. invoke(GridCacheContext cctx, KeyCacheObject key, GridDhtLocalPartition part, IgniteCacheOffheapManager.OffheapInvokeClosure c)voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. invoke(GridCacheContext cctx, KeyCacheObject key, IgniteCacheOffheapManager.OffheapInvokeClosure c)voidIgniteCacheOffheapManagerImpl. invoke(GridCacheContext cctx, KeyCacheObject key, GridDhtLocalPartition part, IgniteCacheOffheapManager.OffheapInvokeClosure c)<T> @Nullable javax.cache.processor.EntryProcessorResult<T>IgniteInternalCache. invoke(@Nullable AffinityTopologyVersion topVer, K key, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> @Nullable javax.cache.processor.EntryProcessorResult<T>IgniteInternalCache. invoke(K key, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>GridCacheAdapter. invokeAll(Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,T>> map, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>GridCacheAdapter. invokeAll(Set<? extends K> keys, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>GridCacheProxyImpl. invokeAll(Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,T>> map, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>GridCacheProxyImpl. invokeAll(Set<? extends K> keys, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>IgniteInternalCache. invokeAll(Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,T>> map, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>IgniteInternalCache. invokeAll(Set<? extends K> keys, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<E> booleanGridCacheContext. isAll(E e, @Nullable IgnitePredicate<? super E>[] p)Same asGridFunc.isAll(Object, IgnitePredicate[]), but safely unwraps exceptions.booleanGridCacheContext. isAll(GridCacheEntryEx e, CacheEntryPredicate[] p)booleanGridCacheContext. isAllLocked(GridCacheEntryEx e, CacheEntryPredicate[] p)Iterable<javax.cache.Cache.Entry<K,V>>GridCacheAdapter. localEntries(CachePeekMode[] peekModes)Iterable<javax.cache.Cache.Entry<K,V>>GridCacheProxyImpl. localEntries(CachePeekMode[] peekModes)Iterable<javax.cache.Cache.Entry<K,V>>IgniteInternalCache. localEntries(CachePeekMode[] peekModes)voidGridCacheAdapter. localLoad(Collection<? extends K> keys, @Nullable javax.cache.expiry.ExpiryPolicy plc, boolean keepBinary)voidGridCacheAdapter. localLoadCache(IgniteBiPredicate<K,V> p, Object[] args)Delegates toCacheStore.loadCache(IgniteBiInClosure, Object...)method to load state from the underlying persistent storage.voidGridCacheProxyImpl. localLoadCache(IgniteBiPredicate<K,V> p, @Nullable Object[] args)Delegates toCacheStore.loadCache(IgniteBiInClosure, Object...)method to load state from the underlying persistent storage.voidIgniteInternalCache. localLoadCache(@Nullable IgniteBiPredicate<K,V> p, @Nullable Object... args)Delegates toCacheStore.loadCache(IgniteBiInClosure, Object...)method to load state from the underlying persistent storage.VGridCacheAdapter. localPeek(K key, CachePeekMode[] peekModes)VGridCacheProxyImpl. localPeek(K key, CachePeekMode[] peekModes)VIgniteInternalCache. localPeek(K key, CachePeekMode[] peekModes)booleanGridCacheAdapter. localPreloadPartition(int part)Preloads cache partition if it exists on local node.booleanGridCacheProxyImpl. localPreloadPartition(int part)Preloads cache partition if it exists on local node.booleanIgniteInternalCache. localPreloadPartition(int part)Preloads cache partition if it exists on local node.intGridCacheAdapter. localSize(CachePeekMode[] peekModes)intGridCacheProxyImpl. localSize(CachePeekMode[] peekModes)intIgniteInternalCache. localSize(CachePeekMode[] peekModes)longGridCacheProxyImpl. localSizeLong(int partition, CachePeekMode[] peekModes)longGridCacheProxyImpl. localSizeLong(CachePeekMode[] peekModes)longIgniteInternalCache. localSizeLong(int partition, CachePeekMode[] peekModes)longIgniteInternalCache. localSizeLong(CachePeekMode[] peekModes)booleanGridCacheAdapter. lock(K key, long timeout)Synchronously acquires lock on a cached object with given key only if the passed in filter (if any) passes.booleanGridCacheProxyImpl. lock(K key, long timeout)Synchronously acquires lock on a cached object with given key only if the passed in filter (if any) passes.booleanIgniteInternalCache. lock(K key, long timeout)Synchronously acquires lock on a cached object with given key only if the passed in filter (if any) passes.booleanGridCacheAdapter. lockAll(@Nullable Collection<? extends K> keys, long timeout)All or nothing synchronous lock for passed in keys.booleanGridCacheProxyImpl. lockAll(@Nullable Collection<? extends K> keys, long timeout)All or nothing synchronous lock for passed in keys.booleanIgniteInternalCache. lockAll(@Nullable Collection<? extends K> keys, long timeout)All or nothing synchronous lock for passed in keys.protected WALPointerGridCacheMapEntry. logTxUpdate(IgniteInternalTx tx, CacheObject val, GridCacheVersion writeVer, long expireTime, long updCntr)protected voidGridCacheMapEntry. logUpdate(GridCacheOperation op, CacheObject val, GridCacheVersion writeVer, long expireTime, long updCntr, boolean primary)voidIgniteCacheOffheapManager.CacheDataStore. markDestroyed()Mark store as destroyed.booleanGridCacheEntryEx. markObsoleteIfEmpty(@Nullable GridCacheVersion ver)Sets obsolete flag if entry value isnullor entry is expired and no locks are held.booleanGridCacheMapEntry. markObsoleteIfEmpty(@Nullable GridCacheVersion obsoleteVer)Sets obsolete flag if entry value isnullor entry is expired and no locks are held.voidGridCacheEntryInfo. marshal(CacheObjectContext ctx)voidGridCacheEntryInfo. marshal(GridCacheContext ctx)static byte[]GridCacheUtils. marshal(GridCacheContext ctx, Object obj)static byte[]GridCacheUtils. marshal(GridCacheSharedContext ctx, boolean depEnabled, Object obj)protected @Nullable List<byte[]>GridCacheMessage. marshalCollection(@Nullable Collection<?> col, GridCacheContext ctx)protected voidGridCacheMessage. marshalInfo(GridCacheEntryInfo info, GridCacheSharedContext ctx, CacheObjectContext cacheObjCtx)protected voidGridCacheMessage. marshalInfos(Iterable<? extends GridCacheEntryInfo> infos, GridCacheSharedContext ctx, CacheObjectContext cacheObjCtx)protected @org.jetbrains.annotations.Nullable byte[][]GridCacheMessage. marshalInvokeArguments(@Nullable Object[] args, GridCacheContext ctx)intGridCacheEntryInfo. marshalledSize(CacheObjectContext ctx)protected voidGridCacheMessage. marshalTx(Iterable<IgniteTxEntry> txEntries, GridCacheSharedContext ctx)intGridCacheEntryEx. memorySize()intGridCacheMapEntry. memorySize()IgniteInternalFuture<?>CacheAffinitySharedManager. onCacheChangeRequest(GridDhtPartitionsExchangeFuture fut, boolean crd, ExchangeActions exchActions)Called on exchange initiated for cache start/stop request.voidIgniteCacheOffheapManager. onCacheStarted(GridCacheContext cctx)voidIgniteCacheOffheapManagerImpl. onCacheStarted(GridCacheContext cctx)booleanCacheAffinitySharedManager. onCentralizedAffinityChange(GridDhtPartitionsExchangeFuture fut, boolean crd)Called on exchange initiated by server node leave or custom event with centralized affinity assignment.voidCacheAffinitySharedManager. onClientEvent(GridDhtPartitionsExchangeFuture fut)Called on exchange initiated by client node join/fail.protected voidCacheWeakQueryIteratorsHolder.WeakQueryCloseableIterator. onClose()Invoked on iterator close.Map<Integer,CacheGroupAffinityMessage>CacheAffinitySharedManager. onCustomEventWithEnforcedAffinityReassignment(GridDhtPartitionsExchangeFuture fut)Calculates affinity on coordinator for custom event types that require centralized assignment.voidGridCacheProcessor. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.protected booleanCacheWeakQueryIteratorsHolder.WeakQueryCloseableIterator. onHasNext()voidCacheOsConflictResolutionManager. onKernalStart()voidClusterCachesInfo. onKernalStart(boolean checkConsistency)voidGridCacheAdapter. onKernalStart()Kernal start callback.voidGridCacheManager. onKernalStart()voidGridCacheManagerAdapter. onKernalStart()AffinityTopologyVersionGridCachePartitionExchangeManager. onKernalStart(boolean active, boolean reconnect)voidGridCacheProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.protected voidGridCacheManagerAdapter. onKernalStart0()protected TCacheWeakQueryIteratorsHolder.WeakQueryCloseableIterator. onNext()voidWalStateManager.WALDisableContext. onReadyForRead(ReadOnlyMetastorage ms)Is called when metastorage is made ready for read-only operations very early on node startup phase.voidWalStateManager.WALDisableContext. onReadyForReadWrite(ReadWriteMetastorage ms)Fully functional metastore capable of performing reading and writing operations.IgniteInternalFuture<?>GridCacheProcessor. onReconnected(boolean clusterRestarted)Client reconnected callback.protected voidCacheWeakQueryIteratorsHolder.WeakQueryCloseableIterator. onRemove()Called on remove from iterator.voidCacheAffinitySharedManager. onServerJoin(GridDhtPartitionsExchangeFuture fut, boolean crd)Called on exchange initiated by server node join.voidClusterCachesInfo. onStart(CacheJoinNodeDiscoveryData joinDiscoData)ExchangeActionsClusterCachesInfo. onStateChangeRequest(ChangeGlobalStateMessage msg, AffinityTopologyVersion topVer, DiscoveryDataClusterState curState)ExchangeActionsGridCacheProcessor. onStateChangeRequest(ChangeGlobalStateMessage msg, AffinityTopologyVersion topVer, DiscoveryDataClusterState curState)GridIterator<CacheDataRow>IgniteCacheOffheapManager. partitionIterator(int part)@Nullable CacheObjectGridCacheEntryEx. peek()Peeks into entry without loading value or updating statistics.@Nullable CacheObjectGridCacheEntryEx. peek(boolean heap, boolean offheap, AffinityTopologyVersion topVer, @Nullable IgniteCacheExpiryPolicy plc)Peeks into entry without loading value or updating statistics.@Nullable CacheObjectGridCacheMapEntry. peek()Peeks into entry without loading value or updating statistics.@Nullable CacheObjectGridCacheMapEntry. peek(boolean heap, boolean offheap, AffinityTopologyVersion topVer, @Nullable IgniteCacheExpiryPolicy expiryPlc)Peeks into entry without loading value or updating statistics.longGridCacheTtlManager. pendingSize()voidIgniteCacheOffheapManager.CacheDataStore. preload()Preload a store into page memory.voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. preload()Preload a store into page memory.voidGridCacheAdapter. preloadPartition(int part)Preload cache partition.voidGridCacheProxyImpl. preloadPartition(int part)Preload cache partition.voidIgniteCacheOffheapManager. preloadPartition(int pardId)Preload a partition.voidIgniteCacheOffheapManagerImpl. preloadPartition(int partId)Preload a partition.voidIgniteInternalCache. preloadPartition(int part)Preload cache partition.IgniteInternalFuture<?>GridCacheAdapter. preloadPartitionAsync(int part)Preload cache partition.IgniteInternalFuture<?>GridCacheProxyImpl. preloadPartitionAsync(int part)Preload cache partition.IgniteInternalFuture<?>IgniteInternalCache. preloadPartitionAsync(int part)Preload cache partition.voidGridCacheProcessor. prepareCacheStart(DynamicCacheDescriptor desc, @Nullable NearCacheConfiguration reqNearCfg, AffinityTopologyVersion exchTopVer, boolean disabledAfterStart, boolean clientCache)voidCacheEntryPredicate. prepareMarshal(GridCacheContext ctx)voidCacheEntryPredicateAdapter. prepareMarshal(GridCacheContext ctx)voidCacheEntryPredicateContainsValue. prepareMarshal(GridCacheContext ctx)voidCacheEntrySerializablePredicate. prepareMarshal(GridCacheContext ctx)voidCacheEvictionEntry. prepareMarshal(GridCacheContext ctx)voidCacheInvokeDirectResult. prepareMarshal(GridCacheContext ctx)voidCacheObject. prepareMarshal(CacheObjectValueContext ctx)voidCacheObjectByteArrayImpl. prepareMarshal(CacheObjectValueContext ctx)voidCacheObjectImpl. prepareMarshal(CacheObjectValueContext ctx)voidGridCacheMessage. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridCacheReturn. prepareMarshal(GridCacheContext ctx)voidGridChangeGlobalStateMessageResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidKeyCacheObjectImpl. prepareMarshal(CacheObjectValueContext ctx)protected voidGridCacheMessage. prepareMarshalCacheObject(CacheObject obj, GridCacheContext ctx)protected voidGridCacheMessage. prepareMarshalCacheObjects(@Nullable Collection<? extends CacheObject> col, GridCacheContext ctx)voidGridCacheMessage. prepareMarshalCacheObjects(@Nullable List<? extends CacheObject> col, GridCacheContext ctx)protected voidGridCacheMessage. prepareObject(@Nullable Object o, GridCacheContext ctx)protected voidGridCacheMessage. prepareObject(@Nullable Object o, GridCacheSharedContext ctx)voidGridCacheProcessor. preparePageStore(DynamicCacheDescriptor desc, boolean affNode)Prepare page store for start cache.<K,V>
IgniteCacheProxy<K,V>GridCacheProcessor. publicJCache(String cacheName)<K,V>
@Nullable IgniteCacheProxy<K,V>GridCacheProcessor. publicJCache(String cacheName, boolean failIfNotStarted, boolean checkThreadTx)booleanGridCacheAdapter. put(K key, V val)Stores given key-value pair in cache.booleanGridCacheAdapter. put(K key, V val, CacheEntryPredicate filter)booleanGridCacheProxyImpl. put(K key, V val)Stores given key-value pair in cache.booleanIgniteInternalCache. put(K key, V val)Stores given key-value pair in cache.protected booleanGridCacheAdapter. put0(K key, V val, CacheEntryPredicate filter)voidGridCacheAdapter. putAll(@Nullable Map<? extends K,? extends V> m)Stores given key-value pairs in cache.voidGridCacheProxyImpl. putAll(@Nullable Map<? extends K,? extends V> m)Stores given key-value pairs in cache.voidIgniteInternalCache. putAll(@Nullable Map<? extends K,? extends V> m)Stores given key-value pairs in cache.protected voidGridCacheAdapter. putAll0(Map<? extends K,? extends V> m)voidGridCacheAdapter. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data.voidGridCacheProxyImpl. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data.voidIgniteInternalCache. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data.IgniteInternalFuture<?>GridCacheAdapter. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data asynchronously.IgniteInternalFuture<?>GridCacheProxyImpl. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data asynchronously.IgniteInternalFuture<?>IgniteInternalCache. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data asynchronously.booleanGridCacheAdapter. putIfAbsent(K key, V val)Stores given key-value pair in cache only if cache had no previous mapping for it.booleanGridCacheProxyImpl. putIfAbsent(K key, V val)Stores given key-value pair in cache only if cache had no previous mapping for it.booleanIgniteInternalCache. putIfAbsent(K key, V val)Stores given key-value pair in cache only if cache had no previous mapping for it.intCacheObject. putValue(long addr)booleanCacheObject. putValue(ByteBuffer buf)booleanCacheObject. putValue(ByteBuffer buf, int off, int len)static booleanCacheObjectAdapter. putValue(byte cacheObjType, ByteBuffer buf, int off, int len, byte[] valBytes, int start)intCacheObjectAdapter. putValue(long addr)booleanCacheObjectAdapter. putValue(ByteBuffer buf)booleanCacheObjectAdapter. putValue(ByteBuffer buf, int off, int len)intCacheObjectByteArrayImpl. putValue(long addr)booleanCacheObjectByteArrayImpl. putValue(ByteBuffer buf)booleanCacheObjectByteArrayImpl. putValue(ByteBuffer buf, int off, int len)@Nullable CacheDataRowIgniteCacheOffheapManager. read(GridCacheContext cctx, KeyCacheObject key)@Nullable CacheDataRowIgniteCacheOffheapManager. read(GridCacheMapEntry entry)@Nullable CacheDataRowIgniteCacheOffheapManagerImpl. read(GridCacheContext cctx, KeyCacheObject key)@Nullable CacheDataRowIgniteCacheOffheapManagerImpl. read(GridCacheMapEntry entry)Map<String,StoredCacheData>GridLocalConfigManager. readCacheConfigurations()voidGridLocalConfigManager. readCacheConfigurations(File dir, Map<String,StoredCacheData> ccfgs)StoredCacheDataGridLocalConfigManager. readCacheData(File conf)static StoredCacheDataGridLocalConfigManager. readCacheData(File conf, @Nullable Marshaller marshaller, @Nullable IgniteConfiguration cfg)protected @Nullable ObjectGridCacheMapEntry. readThrough(@Nullable IgniteInternalTx tx, KeyCacheObject key, boolean reload, String taskName)IgniteRebalanceIteratorIgniteCacheOffheapManager. rebalanceIterator(IgniteDhtDemandedPartitionsMap parts, AffinityTopologyVersion topVer)IgniteRebalanceIteratorIgniteCacheOffheapManagerImpl. rebalanceIterator(IgniteDhtDemandedPartitionsMap parts, AffinityTopologyVersion topVer)voidGridCacheDeploymentManager. registerClass(Class<?> cls)voidGridCacheDeploymentManager. registerClass(Class<?> cls, ClassLoader ldr)voidGridCacheDeploymentManager. registerClass(Object obj)voidGridCacheDeploymentManager. registerClasses(Iterable<?> objs)Register local classes.voidGridCacheDeploymentManager. registerClasses(Object... objs)Register local classes.booleanGridCacheAdapter. remove(K key)Removes given key mapping from cache.booleanGridCacheAdapter. remove(K key, @Nullable CacheEntryPredicate filter)booleanGridCacheAdapter. remove(K key, V val)Removes given key mapping from cache if one exists and value is equal to the passed in value.booleanGridCacheProxyImpl. remove(K key)Removes given key mapping from cache.booleanGridCacheProxyImpl. remove(K key, V val)Removes given key mapping from cache if one exists and value is equal to the passed in value.voidIgniteCacheOffheapManager.CacheDataStore. remove(GridCacheContext cctx, KeyCacheObject key, int partId)voidIgniteCacheOffheapManager. remove(GridCacheContext cctx, KeyCacheObject key, int partId, GridDhtLocalPartition part)voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. remove(GridCacheContext cctx, KeyCacheObject key, int partId)voidIgniteCacheOffheapManagerImpl. remove(GridCacheContext cctx, KeyCacheObject key, int partId, GridDhtLocalPartition part)booleanIgniteInternalCache. remove(K key)Removes given key mapping from cache.booleanIgniteInternalCache. remove(K key, V val)Removes given key mapping from cache if one exists and value is equal to the passed in value.protected booleanGridCacheAdapter. remove0(K key, CacheEntryPredicate filter)voidGridCacheAdapter. removeAll()Removes mappings from cache.voidGridCacheAdapter. removeAll(Collection<? extends K> keys)Removes given key mappings from cache.voidGridCacheProxyImpl. removeAll()Removes mappings from cache.voidGridCacheProxyImpl. removeAll(@Nullable Collection<? extends K> keys)Removes given key mappings from cache.voidIgniteInternalCache. removeAll()Removes mappings from cache.voidIgniteInternalCache. removeAll(@Nullable Collection<? extends K> keys)Removes given key mappings from cache.protected voidGridCacheAdapter. removeAll0(Collection<? extends K> keys)voidGridCacheAdapter. removeAllConflict(Map<KeyCacheObject,GridCacheVersion> drMap)Removes DR data.voidGridCacheProxyImpl. removeAllConflict(Map<KeyCacheObject,GridCacheVersion> drMap)Removes DR data.voidIgniteInternalCache. removeAllConflict(Map<KeyCacheObject,GridCacheVersion> drMap)Removes DR data.IgniteInternalFuture<?>GridCacheAdapter. removeAllConflictAsync(Map<KeyCacheObject,GridCacheVersion> drMap)Removes DR data asynchronously.IgniteInternalFuture<?>GridCacheProxyImpl. removeAllConflictAsync(Map<KeyCacheObject,GridCacheVersion> drMap)Removes DR data asynchronously.IgniteInternalFuture<?>IgniteInternalCache. removeAllConflictAsync(Map<KeyCacheObject,GridCacheVersion> drMap)Removes DR data asynchronously.voidGridLocalConfigManager. removeCacheData(StoredCacheData cacheData)Remove cache configuration from persistent store.voidGridLocalConfigManager. removeCacheGroupConfigurationData(CacheGroupContext ctx)Delete caches' configuration data files of cache group.voidCacheWeakQueryIteratorsHolder. removeIterator(CacheWeakQueryIteratorsHolder.WeakReferenceCloseableIterator it)protected voidWalStateManager.WALDisableContext. removeMetaStoreDisableWALFlag()protected voidGridCacheMapEntry. removeValue()Removes value from offheap.@Nullable RootPageIgniteCacheOffheapManager. renameRootPageForIndex(int cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.@Nullable RootPageIgniteCacheOffheapManagerImpl. renameRootPageForIndex(int cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.VGridCacheAdapter. repairableGet(K key, boolean deserializeBinary, boolean needVer)protected Map<K,V>GridCacheAdapter. repairableGetAll(Collection<? extends K> keys, boolean deserializeBinary, boolean needVer, boolean recovery, ReadRepairStrategy readRepairStrategy)booleanGridCacheAdapter. replace(K key, V val)Stores given key-value pair in cache only if only if there is a previous mapping for it.booleanGridCacheAdapter. replace(K key, V oldVal, V newVal)Stores given key-value pair in cache only if only if the previous value is equal to the'oldVal'passed in.booleanGridCacheProxyImpl. replace(K key, V val)Stores given key-value pair in cache only if only if there is a previous mapping for it.booleanGridCacheProxyImpl. replace(K key, V oldVal, V newVal)Stores given key-value pair in cache only if only if the previous value is equal to the'oldVal'passed in.booleanIgniteInternalCache. replace(K key, V val)Stores given key-value pair in cache only if only if there is a previous mapping for it.booleanIgniteInternalCache. replace(K key, V oldVal, V newVal)Stores given key-value pair in cache only if only if the previous value is equal to the'oldVal'passed in.GridCloseableIterator<CacheDataRow>IgniteCacheOffheapManager. reservedIterator(int part, AffinityTopologyVersion topVer)CacheJoinNodeDiscoveryDataGridLocalConfigManager. restoreCacheConfigurations()voidIgniteCacheOffheapManager. restorePartitionStates()Pre-create partitions that resides in page memory or WAL and restores their state.voidIgniteCacheOffheapManagerImpl. restorePartitionStates()Pre-create partitions that resides in page memory or WAL and restores their state.longIgniteCacheOffheapManager. restoreStateOfPartition(int p, @Nullable Integer recoveryState)Pre-create single partition that resides in page memory or WAL and restores their state.longIgniteCacheOffheapManagerImpl. restoreStateOfPartition(int p, @Nullable Integer recoveryState)Pre-create single partition that resides in page memory or WAL and restores their state.voidGridCacheSharedContext. resumeTx(GridNearTxLocal tx)Resume transaction if it was previously suspended.static <S> SGridCacheUtils. retryTopologySafe(Callable<S> c)ReuseListIgniteCacheOffheapManager. reuseListForIndex(String idxName)RootPageIgniteCacheOffheapManager. rootPageForIndex(int cacheId, String idxName, int segment)RootPageIgniteCacheOffheapManagerImpl. rootPageForIndex(int cacheId, String idxName, int segment)voidWalStateManager. runWithOutWAL(IgniteRunnable cls)None record will be logged in closure call.voidGridCacheProcessor. saveCacheConfiguration(DynamicCacheDescriptor desc)Save cache configuration to persistent store if necessary.voidGridLocalConfigManager. saveCacheConfiguration(StoredCacheData cacheData, boolean overwrite)Save cache configuration to persistent store if necessary.Iterator<javax.cache.Cache.Entry<K,V>>GridCacheAdapter. scanIterator(boolean keepBinary, @Nullable IgniteBiPredicate<Object,Object> p)Iterator<javax.cache.Cache.Entry<K,V>>GridCacheProxyImpl. scanIterator(boolean keepBinary, @Nullable IgniteBiPredicate<Object,Object> p)Iterator<javax.cache.Cache.Entry<K,V>>IgniteInternalCache. scanIterator(boolean keepBinary, @Nullable IgniteBiPredicate<Object,Object> p)voidGridCacheIoManager. send(UUID nodeId, GridCacheMessage msg, byte plc)Sends communication message.voidGridCacheIoManager. send(ClusterNode node, GridCacheMessage msg, byte plc)Sends communication message.voidGridCacheIoManager. sendOrderedMessage(ClusterNode node, Object topic, GridCacheMessage msg, byte plc, long timeout)intGridCacheAdapter. size(CachePeekMode[] peekModes)intGridCacheProxyImpl. size(CachePeekMode[] peekModes)intIgniteInternalCache. size(CachePeekMode[] peekModes)longGridCacheAdapter. sizeLong(int partition, CachePeekMode[] peekModes)longGridCacheAdapter. sizeLong(CachePeekMode[] peekModes)longGridCacheProxyImpl. sizeLong(int partition, CachePeekMode[] peekModes)longGridCacheProxyImpl. sizeLong(CachePeekMode[] peekModes)longIgniteInternalCache. sizeLong(int partition, CachePeekMode[] peekModes)longIgniteInternalCache. sizeLong(CachePeekMode[] peekModes)voidCacheGroupContext. start()voidCacheOsConflictResolutionManager. start(GridCacheContext<K,V> cctx)Starts manager.abstract voidGridCacheAdapter. start()Starts this cache.voidGridCacheManager. start(GridCacheContext<K,V> cctx)Starts manager.voidGridCacheManagerAdapter. start(GridCacheContext<K,V> cctx)Starts manager.voidGridCachePreloader. start()Starts preloading.voidGridCachePreloaderAdapter. start()Starts preloading.voidGridCacheProcessor. start()Starts grid component.voidGridCacheSharedManager. start(GridCacheSharedContext<K,V> cctx)Starts manager.voidGridCacheSharedManagerAdapter. start(GridCacheSharedContext<K,V> cctx)Starts manager.voidIgniteCacheOffheapManager. start(GridCacheSharedContext ctx, CacheGroupContext grp)voidIgniteCacheOffheapManagerImpl. start(GridCacheSharedContext ctx, CacheGroupContext grp)protected voidCacheAffinitySharedManager. start0()protected voidCacheDiagnosticManager. start0()voidGridCacheAffinityManager. start0()voidGridCacheDeploymentManager. start0()voidGridCacheEvictionManager. start0()voidGridCacheIoManager. start0()protected voidGridCacheManagerAdapter. start0()protected voidGridCacheMvccManager. start0()protected voidGridCachePartitionExchangeManager. start0()protected voidGridCacheSharedManagerAdapter. start0()protected voidGridCacheTtlManager. start0()protected voidWalStateManager. start0()IgniteInternalFuture<?>GridCacheProcessor. startCachesOnLocalJoin(AffinityTopologyVersion exchTopVer, LocalJoinCachesContext locJoinCtx)Collection<DynamicCacheDescriptor>GridCacheProcessor. startReceivedCaches(UUID nodeId, AffinityTopologyVersion exchTopVer)Starts statically configured caches received from remote nodes during exchange.static Collection<CacheStoreSessionListener>GridCacheUtils. startStoreSessionListeners(GridKernalContext ctx, javax.cache.configuration.Factory<CacheStoreSessionListener>[] factories)Creates and starts store session listeners.voidGridCacheProcessor. stop(boolean cancel)Stops grid component.static voidGridCacheUtils. stopStoreSessionListeners(GridKernalContext ctx, Collection<CacheStoreSessionListener> sesLsnrs)Stops store session listeners.booleanGridCacheProcessor. stopWarmUp()Stop warming up and current running strategy.voidIgniteCacheOffheapManager. storeEntries(GridDhtLocalPartition part, Iterator<GridCacheEntryInfo> infos, IgnitePredicateX<CacheDataRow> initPred)Store entries.voidIgniteCacheOffheapManagerImpl. storeEntries(GridDhtLocalPartition part, Iterator<GridCacheEntryInfo> infos, IgnitePredicateX<CacheDataRow> initPred)Store entries.protected booleanGridCacheMapEntry. storeValue(@Nullable CacheObject val, long expireTime, GridCacheVersion ver)Stores value in offheap.protected booleanGridCacheMapEntry. storeValue(@Nullable CacheObject val, long expireTime, GridCacheVersion ver, @Nullable IgnitePredicate<CacheDataRow> predicate, @Nullable CacheDataRow row)Stores value in off-heap.voidGridCacheSharedContext. suspendTx(GridNearTxLocal tx)Suspends transaction.KeyCacheObjectGridCacheContext. toCacheKeyObject(byte[] bytes)voidGridCacheAdapter. unlock(K key)Unlocks given key only if current thread owns the lock.voidGridCacheProxyImpl. unlock(K key)Unlocks given key only if current thread owns the lock.voidIgniteInternalCache. unlock(K key)Unlocks given key only if current thread owns the lock.voidGridCacheProxyImpl. unlockAll(@Nullable Collection<? extends K> keys)Unlocks given keys only if current thread owns the locks.voidIgniteInternalCache. unlockAll(@Nullable Collection<? extends K> keys)Unlocks given keys only if current thread owns the locks.voidGridCacheEntryInfo. unmarshal(CacheObjectContext ctx, ClassLoader clsLdr)Unmarshalls entry.voidGridCacheEntryInfo. unmarshal(GridCacheContext ctx, ClassLoader clsLdr)Unmarshalls entry.protected <T> @Nullable List<T>GridCacheMessage. unmarshalCollection(@Nullable Collection<byte[]> byteCol, GridCacheSharedContext ctx, ClassLoader ldr)protected voidGridCacheMessage. unmarshalInfo(GridCacheEntryInfo info, GridCacheContext ctx, ClassLoader ldr)protected voidGridCacheMessage. unmarshalInfos(Iterable<? extends GridCacheEntryInfo> infos, GridCacheContext ctx, ClassLoader ldr)protected @Nullable Object[]GridCacheMessage. unmarshalInvokeArguments(@org.jetbrains.annotations.Nullable byte[][] byteCol, GridCacheSharedContext ctx, ClassLoader ldr)protected voidGridCacheMessage. unmarshalTx(Iterable<IgniteTxEntry> txEntries, GridCacheSharedContext ctx, ClassLoader ldr)voidGridCacheEntryInfo. unmarshalValue(GridCacheContext<?,?> ctx, ClassLoader ldr)@Nullable CacheObjectGridCacheEntryEx. unswap()@Nullable CacheObjectGridCacheEntryEx. unswap(boolean needVal)Unswap ignoring flags.@Nullable CacheObjectGridCacheEntryEx. unswap(CacheDataRow row)CacheObjectGridCacheMapEntry. unswap()@Nullable CacheObjectGridCacheMapEntry. unswap(boolean needVal)Unswap ignoring flags.protected @Nullable CacheDataRowGridCacheMapEntry. unswap(@Nullable CacheDataRow row, boolean checkExpire)Unswaps an entry.CacheObjectGridCacheMapEntry. unswap(CacheDataRow row)voidIgniteCacheOffheapManager.CacheDataStore. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManager. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, GridDhtLocalPartition part, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)voidIgniteCacheOffheapManagerImpl. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, GridDhtLocalPartition part, @Nullable CacheDataRow oldRow)voidPartitionUpdateCounter. update(long val)Sets update counter to absolute value.voidPartitionUpdateCounterDebugWrapper. update(long val)Sets update counter to absolute value.voidPartitionUpdateCounterErrorWrapper. update(long val)Sets update counter to absolute value.voidPartitionUpdateCounterTrackingImpl. update(long val)Sets update counter to absolute value.voidGridCacheEntryEx. updateIndex(SchemaIndexCacheVisitorClosure clo)Update index from within entry lock, passing key, value, and expiration time to provided closure.voidGridCacheMapEntry. updateIndex(SchemaIndexCacheVisitorClosure clo)Update index from within entry lock, passing key, value, and expiration time to provided closure.static voidGridCacheUtils. validateCacheGroupsAttributesMismatch(IgniteLogger log, CacheConfiguration cfg1, CacheConfiguration cfg2, String attrName, String attrMsg, Object val1, Object val2, boolean fail)voidGridCacheContext. validateKeyAndValue(KeyCacheObject key, CacheObject val)Performs validation of provided key and value against configured constraints.static voidGridCacheUtils. validateKeyConfigiration(String groupName, String cacheName, UUID rmtNodeId, CacheKeyConfiguration[] rmtCacheKeyCfgs, CacheKeyConfiguration[] locCacheKeyCfgs, IgniteLogger log, boolean fail)Validate and compare affinity key configurations.static Map<String,String>GridCacheUtils. validateKeyConfigiration(String groupName, String cacheName, CacheKeyConfiguration[] cacheKeyCfgs, IgniteLogger log, boolean fail)Validate affinity key configurations.byte[]CacheObject. valueBytes(CacheObjectValueContext ctx)byte[]CacheObjectByteArrayImpl. valueBytes(CacheObjectValueContext ctx)byte[]CacheObjectImpl. valueBytes(CacheObjectValueContext ctx)@Nullable CacheObjectGridCacheEntryEx. valueBytes(@Nullable GridCacheVersion ver)Gets cached serialized value bytes.@Nullable CacheObjectGridCacheMapEntry. valueBytes(@Nullable GridCacheVersion ver)Gets cached serialized value bytes.byte[]KeyCacheObjectImpl. valueBytes(CacheObjectValueContext ctx)protected byte[]CacheObjectAdapter. valueBytesFromValue(CacheObjectValueContext ctx)intCacheObject. valueBytesLength(CacheObjectContext ctx)intCacheObjectAdapter. valueBytesLength(CacheObjectContext ctx)intCacheObjectByteArrayImpl. valueBytesLength(CacheObjectContext ctx)protected ObjectCacheObjectAdapter. valueFromValueBytes(CacheObjectValueContext ctx, ClassLoader ldr)<K,V>
GridCacheVersionedEntryEx<K,V>GridCacheEntryEx. versionedEntry(boolean keepBinary)Create versioned entry for this cache entry.GridCacheVersionedEntryExGridCacheMapEntry. versionedEntry(boolean keepBinary)Create versioned entry for this cache entry.EntryGetResultGridCacheEntryEx. versionedValue(CacheObject val, @Nullable GridCacheVersion curVer, @Nullable GridCacheVersion newVer, @Nullable IgniteCacheExpiryPolicy loadExpiryPlc, @Nullable ReaderArguments readerArgs)Sets new value if passed in version matches the current version (used for read-through only).EntryGetResultGridCacheMapEntry. versionedValue(CacheObject val, GridCacheVersion curVer, GridCacheVersion newVer, @Nullable IgniteCacheExpiryPolicy loadExpiryPlc, @Nullable ReaderArguments readerArgs)Sets new value if passed in version matches the current version (used for read-through only).voidGridLocalConfigManager. writeCacheData(StoredCacheData cacheData, File conf)protected voidWalStateManager.WALDisableContext. writeMetaStoreDisableWALFlag()Constructors in org.apache.ignite.internal.processors.cache with parameters of type IgniteCheckedException Constructor Description DynamicCacheChangeFailureMessage(ClusterNode locNode, GridDhtPartitionExchangeId exchId, IgniteCheckedException cause, Collection<String> cacheNames)Creates new DynamicCacheChangeFailureMessage instance.Constructors in org.apache.ignite.internal.processors.cache that throw IgniteCheckedException Constructor Description GridLocalConfigManager(GridCacheProcessor cacheProcessor, GridKernalContext kernalCtx) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that throw IgniteCheckedException Modifier and Type Method Description voidCacheObjectBinaryProcessorImpl. cacheMetadataLocally(File metadataDir, int typeId)Merge the binary metadata file stored in the specified directory.CacheObjectContextCacheObjectBinaryProcessorImpl. contextForCache(CacheConfiguration ccfg)byte[]CacheObjectBinaryProcessorImpl. marshal(CacheObjectValueContext ctx, Object val)voidCacheObjectBinaryProcessorImpl. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.IgniteInternalFuture<?>CacheObjectBinaryProcessorImpl. onReconnected(boolean clusterRestarted)Client reconnected callback.voidCacheObjectBinaryProcessorImpl. start()Starts grid component.KeyCacheObjectCacheObjectBinaryProcessorImpl. toKeyCacheObject(CacheObjectContext ctx, byte type, byte[] bytes)IncompleteCacheObjectCacheObjectBinaryProcessorImpl. toKeyCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)ObjectCacheObjectBinaryProcessorImpl. unmarshal(CacheObjectValueContext ctx, byte[] bytes, ClassLoader clsLdr)voidCacheObjectBinaryProcessorImpl. updateMetadata(File metadataDir, BooleanSupplier stopChecker)Merge the binary metadata files stored in the specified directory. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.datastructures
Methods in org.apache.ignite.internal.processors.cache.datastructures that throw IgniteCheckedException Modifier and Type Method Description protected voidCacheDataStructuresManager. onKernalStart0()voidCacheDataStructuresManager. onReconnected(boolean clusterRestarted)<T> @Nullable GridCacheQueueProxy<T>CacheDataStructuresManager. queue(String name, int cap, boolean colloc, boolean create)<T> @Nullable GridCacheQueueProxy<T>CacheDataStructuresManager. queue0(String name, int cap, boolean colloc, boolean create)voidCacheDataStructuresManager. removeSetData(IgniteUuid id, boolean separated)<T> @Nullable IgniteSet<T>CacheDataStructuresManager. set(String name, boolean colloc, boolean create, boolean separated) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed that throw IgniteCheckedException Modifier and Type Method Description voidGridDistributedTxRemoteAdapter. addActiveCache(GridCacheContext<?,?> cacheCtx, boolean recovery)Adds cache to the list of active caches in transaction.voidGridDistributedTxRemoteAdapter. commitRemoteTx()voidGridCacheTtlUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedLockRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedLockResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedTxPrepareRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedTxPrepareResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedUnlockRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedTxRemoteAdapter. forceCommit()Forces commit for this tx.longGridDistributedCacheAdapter. localSizeLong(int part, CachePeekMode[] peekModes)longGridDistributedCacheAdapter. localSizeLong(CachePeekMode[] peekModes)voidGridCacheTtlUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedLockRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedLockResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedTxPrepareRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedTxPrepareResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedUnlockRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedTxRemoteAdapter. prepareRemoteTx()voidGridDistributedCacheAdapter. removeAll()Removes mappings from cache. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtUnreservedPartitionExceptionException that is thrown when a partition reservation failed.classIgniteClusterReadOnlyExceptionThis exception is used to indicate that the cluster is in a read-only stateMethods in org.apache.ignite.internal.processors.cache.distributed.dht that return IgniteCheckedException Modifier and Type Method Description IgniteCheckedExceptionGridDhtAffinityAssignmentResponse. affinityAssignmentsError()Returns error that caused failure to get affinity assignments.Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type IgniteCheckedException Modifier and Type Method Description voidGridDhtAffinityAssignmentResponse. affinityAssignmentsError(IgniteCheckedException err)Error that caused failure to get affinity assignments.Methods in org.apache.ignite.internal.processors.cache.distributed.dht that throw IgniteCheckedException Modifier and Type Method Description @Nullable IgniteInternalFuture<Boolean>GridDhtTxLocalAdapter. addEntry(long msgId, IgniteTxEntry e)voidGridDhtUnlockRequest. addNearKey(KeyCacheObject key)Adds a Near key.voidGridDhtTxRemote. addWrite(IgniteTxEntry entry, ClassLoader ldr)booleanGridDhtCacheEntry. clearInternal(GridCacheVersion ver, GridCacheObsoleteEntryExtras extras)Marks entry as obsolete and, if possible or required, removes it from swap storage.voidGridDhtAffinityAssignmentResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtLockRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtLockResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtTxFinishResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtTxPrepareRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtTxPrepareResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtUnlockRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.booleanGridDhtTxLocal. localFinish(boolean commit, boolean clearThreadMap)Finishes transaction (either commit or rollback).booleanGridDhtTxLocalAdapter. localFinish(boolean commit, boolean clearThreadMap)Finishes transaction (either commit or rollback).voidGridDhtCacheAdapter. localLoad(Collection<? extends K> keys, javax.cache.expiry.ExpiryPolicy plc, boolean keepBinary)voidGridDhtCacheAdapter. localLoadCache(IgniteBiPredicate<K,V> p, Object[] args)Delegates toCacheStore.loadCache(IgniteBiInClosure, Object...)method to load state from the underlying persistent storage.intGridDhtCacheEntry. memorySize()voidGridDhtCacheAdapter. onKernalStart()Kernal start callback.voidGridDhtTransactionalCacheAdapter. onKernalStart()Kernal start callback.voidGridDhtAffinityAssignmentResponse. prepareMarshal(GridCacheSharedContext ctx)voidGridDhtLockRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtLockResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtTxFinishResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtTxPrepareRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtTxPrepareResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtUnlockRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtTxLocal. rollbackDhtLocal()voidGridDhtCache. start()Starts this cache. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that return IgniteCheckedException Modifier and Type Method Description IgniteCheckedExceptionGridDhtAtomicUpdateResponse. error()IgniteCheckedExceptionGridNearAtomicUpdateResponse. error()IgniteCheckedExceptionUpdateErrors. error()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type IgniteCheckedException Modifier and Type Method Description voidGridNearAtomicUpdateResponse. error(IgniteCheckedException err)Sets update error.voidGridDhtAtomicUpdateResponse. onError(IgniteCheckedException err)Sets update error.voidUpdateErrors. onError(IgniteCheckedException err)Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that throw IgniteCheckedException Modifier and Type Method Description protected voidGridDhtAtomicCache. checkJta()Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.voidGridDhtAtomicNearResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtAtomicSingleUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtAtomicUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtAtomicUpdateResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicFullUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicSingleUpdateFilterRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicSingleUpdateInvokeRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicSingleUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicUpdateResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.protected Map<K,V>GridDhtAtomicCache. getAll(Collection<? extends K> keys, boolean deserializeBinary, boolean needVer, boolean recovery, ReadRepairStrategy readRepairStrategy)protected VGridDhtAtomicCache. getAndPut0(K key, V val, @Nullable CacheEntryPredicate filter)VGridDhtAtomicCache. getAndRemove0(K key)<T> javax.cache.processor.EntryProcessorResult<T>GridDhtAtomicCache. invoke(K key, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>GridDhtAtomicCache. invokeAll(Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,T>> map, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>GridDhtAtomicCache. invokeAll(Set<? extends K> keys, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)voidGridDhtAtomicCache. onKernalStart()Kernal start callback.voidGridDhtAtomicNearResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtAtomicSingleUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtAtomicUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtAtomicUpdateResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicFullUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicSingleUpdateFilterRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicSingleUpdateInvokeRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicSingleUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicUpdateResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.protected booleanGridDhtAtomicCache. put0(K key, V val, CacheEntryPredicate filter)protected voidGridDhtAtomicCache. putAll0(Map<? extends K,? extends V> m)voidGridDhtAtomicCache. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> conflictMap)Store DR data.protected booleanGridDhtAtomicCache. remove0(K key, CacheEntryPredicate filter)protected voidGridDhtAtomicCache. removeAll0(Collection<? extends K> keys)voidGridDhtAtomicCache. removeAllConflict(Map<KeyCacheObject,GridCacheVersion> conflictMap)Removes DR data.voidGridDhtAtomicCache. start()Starts this cache.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type IgniteCheckedException Constructor Description UpdateErrors(IgniteCheckedException err) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.colocated that throw IgniteCheckedException Modifier and Type Method Description protected voidGridDhtDetachedCacheEntry. logUpdate(GridCacheOperation op, CacheObject val, GridCacheVersion writeVer, long expireTime, long updCntr, boolean primary)voidGridDhtColocatedCache. onKernalStart()Kernal start callback.protected voidGridDhtDetachedCacheEntry. removeValue()Removes value from offheap.voidGridDhtColocatedCache. start()Starts this cache.protected booleanGridDhtDetachedCacheEntry. storeValue(CacheObject val, long expireTime, GridCacheVersion ver)Stores value in offheap.@Nullable CacheDataRowGridDhtDetachedCacheEntry. unswap(CacheDataRow row, boolean checkExpire)Unswaps an entry. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return IgniteCheckedException Modifier and Type Method Description IgniteCheckedExceptionGridDhtForceKeysResponse. error()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type IgniteCheckedException Modifier and Type Method Description voidGridDhtForceKeysResponse. error(IgniteCheckedException err)Sets error.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that throw IgniteCheckedException Modifier and Type Method Description voidIgniteRebalanceIteratorImpl. close()Closes the iterator and frees all the resources held by the iterator.voidGridDhtForceKeysRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtForceKeysResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionDemandLegacyMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionDemandMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionsFullMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionsSingleMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionSupplyMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionSupplyMessageV2. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.booleanIgniteRebalanceIteratorImpl. hasNextX()This method is the same asIterator.hasNext(), but allows for failure with exception.voidInitNewCoordinatorFuture. init(GridDhtPartitionsExchangeFuture exchFut)CacheDataRowIgniteRebalanceIteratorImpl. nextX()This method is the same asIterator.next(), but allows for failure with exception.voidGridDhtForceKeysRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtForceKeysResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionDemandLegacyMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionDemandMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionsFullMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionsSingleMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionSupplyMessageV2. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidIgniteRebalanceIteratorImpl. removeX()This method is the same asIterator.remove(), but allows for failure with exception.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that throw IgniteCheckedException Constructor Description IgniteRebalanceIteratorImpl(NavigableMap<Integer,GridCloseableIterator<CacheDataRow>> fullIterators, IgniteHistoricalIterator historicalIterator) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht.preloader.latch
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader.latch that throw IgniteCheckedException Modifier and Type Method Description voidLatch. await()Awaits current latch completion.voidLatch. await(long timeout, TimeUnit timeUnit)Awaits current latch completion with specified timeout. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that throw IgniteCheckedException Modifier and Type Method Description booleanGridClientPartitionTopology. afterExchange(GridDhtPartitionsExchangeFuture exchFut)Post-initializes this topology.booleanGridDhtPartitionTopology. afterExchange(GridDhtPartitionsExchangeFuture exchFut)Post-initializes this topology.voidGridClientPartitionTopology. beforeExchange(GridDhtPartitionsExchangeFuture exchFut, boolean initParts, boolean updateMoving)Pre-initializes this topology.voidGridDhtPartitionTopology. beforeExchange(GridDhtPartitionsExchangeFuture exchFut, boolean affReady, boolean updateMoving)Pre-initializes this topology.voidGridDhtPartitionTopologyImpl. beforeExchange(GridDhtPartitionsExchangeFuture exchFut, boolean affReady, boolean updateMoving)Pre-initializes this topology.GridDhtLocalPartitionGridClientPartitionTopology. forceCreatePartition(int p)Unconditionally creates partition during restore of persisted partition state.GridDhtLocalPartitionGridDhtPartitionTopology. forceCreatePartition(int p)Unconditionally creates partition during restore of persisted partition state.GridDhtLocalPartitionGridDhtPartitionTopologyImpl. forceCreatePartition(int p)Unconditionally creates partition during restore of persisted partition state.protected voidPartitionsEvictManager. start0()voidGridDhtPartitionsStateValidator. validatePartitionCountersAndSizes(GridDhtPartitionsExchangeFuture fut, GridDhtPartitionTopology top, Map<UUID,GridDhtPartitionsSingleMessage> messages)Validates partition states - update counters and cache sizes for all nodes. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return IgniteCheckedException Modifier and Type Method Description IgniteCheckedExceptionGridNearGetResponse. error()IgniteCheckedExceptionGridNearSingleGetResponse. error()Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type IgniteCheckedException Modifier and Type Method Description voidGridNearGetResponse. error(IgniteCheckedException err)voidGridNearSingleGetResponse. error(IgniteCheckedException err)protected booleanGridNearOptimisticTxPrepareFutureAdapter. errorOrTimeoutOnTopologyVersion(IgniteCheckedException e, boolean timedOut)voidGridNearTxFastFinishFuture. onNodeStop(IgniteCheckedException e)voidGridNearTxFinishFuture. onNodeStop(IgniteCheckedException e)voidNearTxFinishFuture. onNodeStop(IgniteCheckedException e)Methods in org.apache.ignite.internal.processors.cache.distributed.near that throw IgniteCheckedException Modifier and Type Method Description voidGridNearTxRemote. addEntries(ClassLoader ldr, Iterable<IgniteTxEntry> entries)Adds entries to started near remote tx.booleanGridNearTxRemote. addEntry(GridCacheContext<?,?> cacheCtx, IgniteTxKey key, GridCacheOperation op, CacheObject val, @Nullable GridCacheVersion drVer, boolean skipStore, boolean keepBinary)voidGridNearLockResponse. addValueBytes(@Nullable CacheObject val, boolean filterPassed, @Nullable GridCacheVersion dhtVer, @Nullable GridCacheVersion mappedVer)voidGridNearTxLocal. close()voidGridNearTxLocal. close(boolean clearThreadMap)voidGridNearTxLocal. commit()voidCacheVersionedValue. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)This method is called after the whole message is received and is responsible for unmarshalling state.voidGridNearGetRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)voidGridNearGetResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearSingleGetRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearSingleGetResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearTxFinishResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearTxPrepareResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.VGridNearAtomicCache. getAndPut(K key, V val, @Nullable CacheEntryPredicate filter)VGridNearAtomicCache. getAndRemove(K key)Removes given key mapping from cache.<T> javax.cache.processor.EntryProcessorResult<T>GridNearAtomicCache. invoke(K key, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>GridNearAtomicCache. invokeAll(Map<? extends K,? extends javax.cache.processor.EntryProcessor<K,V,T>> map, Object... args)<T> Map<K,javax.cache.processor.EntryProcessorResult<T>>GridNearAtomicCache. invokeAll(Set<? extends K> keys, javax.cache.processor.EntryProcessor<K,V,T> entryProcessor, Object... args)booleanGridNearCacheEntry. loadedValue(@Nullable IgniteInternalTx tx, UUID primaryNodeId, CacheObject val, GridCacheVersion ver, GridCacheVersion dhtVer, long ttl, long expireTime, boolean evt, boolean keepBinary, AffinityTopologyVersion topVer)booleanGridNearTxLocal. localFinish(boolean commit, boolean clearThreadMap)Finishes transaction (either commit or rollback).voidGridNearCacheAdapter. localLoad(Collection<? extends K> keys, javax.cache.expiry.ExpiryPolicy plc, boolean keepBinary)voidGridNearCacheAdapter. localLoadCache(IgniteBiPredicate<K,V> p, Object[] args)Delegates toCacheStore.loadCache(IgniteBiInClosure, Object...)method to load state from the underlying persistent storage.intGridNearCacheEntry. memorySize()voidGridNearAtomicCache. onKernalStart()Kernal start callback.voidGridNearTransactionalCache. onKernalStart()Kernal start callback.voidGridNearTxLocal. prepare(boolean awaitLastFut)voidCacheVersionedValue. prepareMarshal(CacheObjectContext ctx)This method is called before the whole message is sent and is responsible for pre-marshalling state.voidGridNearGetRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)voidGridNearGetResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearSingleGetRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearSingleGetResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearTxFinishResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearTxPrepareResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.booleanGridNearAtomicCache. put(K key, V val, CacheEntryPredicate filter)voidGridNearAtomicCache. putAll(Map<? extends K,? extends V> m)Stores given key-value pairs in cache.voidGridNearAtomicCache. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data.IgniteInternalFuture<?>GridNearAtomicCache. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data asynchronously.protected ObjectGridNearCacheEntry. readThrough(IgniteInternalTx tx, KeyCacheObject key, boolean reload, String taskName)booleanGridNearAtomicCache. remove(K key)Removes given key mapping from cache.booleanGridNearAtomicCache. remove(K key, @Nullable CacheEntryPredicate filter)voidGridNearAtomicCache. removeAll()Removes mappings from cache.voidGridNearAtomicCache. removeAll(Collection<? extends K> keys)Removes given key mappings from cache.voidGridNearAtomicCache. removeAllConflict(Map<KeyCacheObject,GridCacheVersion> drMap)Removes DR data.IgniteInternalFuture<?>GridNearAtomicCache. removeAllConflictAsync(Map<KeyCacheObject,GridCacheVersion> drMap)Removes DR data asynchronously.voidGridNearTxLocal. resume()Resumes transaction (possibly in another thread) if it was previously suspended.voidGridNearTxLocal. rollback()voidGridNearCacheAdapter. start()Starts this cache.voidGridNearTxLocal. suspend()Suspends transaction.voidGridNearAtomicCache. unlockAll(@Nullable Collection<? extends K> keys)Unlocks given keys only if current thread owns the locks.Constructors in org.apache.ignite.internal.processors.cache.distributed.near that throw IgniteCheckedException Constructor Description GridNearTxRemote(GridCacheSharedContext<?,?> ctx, AffinityTopologyVersion topVer, ClassLoader ldr, UUID nodeId, UUID nearNodeId, GridCacheVersion xidVer, GridCacheVersion commitVer, boolean sys, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, boolean invalidate, long timeout, Collection<IgniteTxEntry> writeEntries, int txSize, @Nullable UUID subjId, int taskNameHash, @Nullable String txLbl)This constructor is meant for optimistic transactions. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.near.consistency
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.distributed.near.consistency Modifier and Type Class Description protected static classGridNearReadRepairAbstractFuture.IgniteConsistencyCheckFailedExceptionprotected static classGridNearReadRepairAbstractFuture.IgniteConsistencyRepairFailedExceptionclassIgniteAtomicConsistencyViolationExceptionAtomic consistency violation exception.classIgniteConsistencyViolationExceptionConsistency violation exception.classIgniteIrreparableConsistencyViolationExceptionIrreparable consistency violation exception.classIgniteTransactionalConsistencyViolationExceptionConsistency violation exception.Methods in org.apache.ignite.internal.processors.cache.distributed.near.consistency that throw IgniteCheckedException Modifier and Type Method Description protected Map<KeyCacheObject,EntryGetResult>GridNearReadRepairAbstractFuture. check()Checks consistency.protected Map<KeyCacheObject,EntryGetResult>GridNearReadRepairAbstractFuture. correct(Set<KeyCacheObject> keys)Calculates correct values. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.dr
Methods in org.apache.ignite.internal.processors.cache.dr that throw IgniteCheckedException Modifier and Type Method Description voidGridCacheDrManager. onExchange(AffinityTopologyVersion topVer, boolean left, boolean activate)Process partitions exchange event.voidGridOsCacheDrManager. onExchange(AffinityTopologyVersion topVer, boolean left, boolean activate)Process partitions exchange event.voidGridOsCacheDrManager. onKernalStart()voidGridCacheDrManager. replicate(KeyCacheObject key, @Nullable CacheObject val, long ttl, long expireTime, GridCacheVersion ver, GridDrType drType, AffinityTopologyVersion topVer)Performs replication.voidGridOsCacheDrManager. start(GridCacheContext cctx)Starts manager. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.jta
Methods in org.apache.ignite.internal.processors.cache.jta that throw IgniteCheckedException Modifier and Type Method Description abstract voidCacheJtaManagerAdapter. checkJta()Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.voidCacheNoopJtaManager. checkJta()Checks if cache is working in JTA transaction and enlist cache as XAResource if necessary.abstract voidCacheJtaManagerAdapter. registerCache(CacheConfiguration<?,?> cfg) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence Modifier and Type Class Description classCorruptedDataStructureExceptionAbstract exception whenDataStructureare corrupted.classCorruptedPartitionMetaPageExceptionException to distinguish partition meta page broken invariants.classStorageExceptionException is needed to distinguish WAL manager & page store critical I/O errors.Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type IgniteCheckedException Modifier and Type Method Description voidCacheStripedExecutor. onError(IgniteCheckedException e)Methods in org.apache.ignite.internal.processors.cache.persistence that throw IgniteCheckedException Modifier and Type Method Description protected longDataStructure. acquirePage(long pageId, IoStatisticsHolder statHolder)DataRegionGridCacheDatabaseSharedManager. addDataRegion(DataStorageConfiguration dataStorageCfg, DataRegionConfiguration dataRegionCfg, boolean trackable, PageReadWriteManager pmPageMgr)DataRegionIgniteCacheDatabaseSharedManager. addDataRegion(DataStorageConfiguration dataStorageCfg, DataRegionConfiguration dataRegionCfg, boolean trackable)protected DataRegionIgniteCacheDatabaseSharedManager. addDataRegion(DataStorageConfiguration dataStorageCfg, DataRegionConfiguration dataRegionCfg, boolean trackable, PageReadWriteManager pmPageMgr)voidRowStore. addRow(CacheDataRow row, IoStatisticsHolder statHolder)voidRowStore. addRows(Collection<? extends CacheDataRow> rows, IoStatisticsHolder statHolder)default voidDatabaseLifecycleListener. afterBinaryMemoryRestore(IgniteCacheDatabaseSharedManager mgr, GridCacheDatabaseSharedManager.RestoreBinaryState restoreState)Callback executed when binary memory has fully restored and WAL logging is resumed.default voidDatabaseLifecycleListener. afterInitialise(IgniteCacheDatabaseSharedManager mgr)Callback executed after all data regions are initialized.default voidDatabaseLifecycleListener. afterLogicalUpdatesApplied(IgniteCacheDatabaseSharedManager mgr, GridCacheDatabaseSharedManager.RestoreLogicalState restoreState)Callback executed when all logical updates were applied and page memory become to fully consistent state.RootPageIndexStorage. allocateCacheIndex(Integer cacheId, String idxName, int segment)Allocate page for cache index.RootPageIndexStorageImpl. allocateCacheIndex(Integer cacheId, String idxName, int segment)Allocate page for cache index.RootPageIndexStorage. allocateIndex(String idxName)Get or allocate initial page for an index.RootPageIndexStorageImpl. allocateIndex(String idxName)Get or allocate initial page for an index.protected longDataStructure. allocatePage(ReuseBag bag)Shorthand forallocatePage(bag, true).protected longDataStructure. allocatePage(ReuseBag bag, boolean useRecycled)protected longDataStructure. allocatePageNoReuse()booleanGridCacheDatabaseSharedManager. applyDataEntry(GridCacheContext<?,?> cacheCtx, GridDhtLocalPartition locPart, DataEntry dataEntry)Applies data entry.voidGridCacheDatabaseSharedManager. applyPageSnapshot(PageMemoryEx pageMem, PageSnapshot pageSnapshotRecord)voidGridCacheDatabaseSharedManager. applyUpdatesOnRecovery(@Nullable WALIterator it, IgniteBiPredicate<WALPointer,WALRecord> recPredicate, IgnitePredicate<DataEntry> entryPredicate)Apply update from some iterator and with specific filters.voidCacheStripedExecutor. awaitApplyComplete()Awaits while all submitted tasks completed.default voidDatabaseLifecycleListener. beforeBinaryMemoryRestore(IgniteCacheDatabaseSharedManager mgr)Callback executed right before node become perform binary recovery.voidGridCacheOffheapManager. beforeCheckpointBegin(CheckpointListener.Context ctx)Do some actions before checkpoint write lock.voidGridCacheDatabaseSharedManager. beforeExchange(GridDhtPartitionsExchangeFuture fut)voidIgniteCacheDatabaseSharedManager. beforeExchange(GridDhtPartitionsExchangeFuture discoEvt)default voidDatabaseLifecycleListener. beforeResumeWalLogging(IgniteCacheDatabaseSharedManager mgr)Callback executed when all physical updates are applied and we are ready to write new physical records during logical recovery.protected @Nullable FileIgniteCacheDatabaseSharedManager. buildAllocPath(DataRegionConfiguration plc)Builds allocation path for memory mapped file to be used with PageMemory.protected FileIgniteCacheDatabaseSharedManager. buildPath(String path, String consId)booleanGridCacheDatabaseSharedManager. cancelOrWaitPartitionDestroy(int grpId, int partId)Cancels or wait for partition destroy.protected voidGridCacheDatabaseSharedManager. checkRegionEvictionProperties(DataRegionConfiguration regCfg, DataStorageConfiguration dbCfg)protected voidIgniteCacheDatabaseSharedManager. checkRegionEvictionProperties(DataRegionConfiguration regCfg, DataStorageConfiguration dbCfg)voidGridCacheDatabaseSharedManager. cleanupCheckpointDirectory()Clean checkpoint directoryCheckpointMarkersStorage.cpDir.voidIgniteCacheDatabaseSharedManager. cleanupCheckpointDirectory()Clean checkpoint directoryCheckpointMarkersStorage.cpDir.voidGridCacheDatabaseSharedManager. cleanupTempCheckpointDirectory()Cleanup checkpoint directory from all temporary files.voidIgniteCacheDatabaseSharedManager. cleanupTempCheckpointDirectory()No-op for non-persistent storage.voidGridCacheOffheapManager.GridCacheDataStore. clear(int cacheId)Clears all the records associated with logical cache with given ID.protected IgniteCacheOffheapManager.CacheDataStoreGridCacheOffheapManager. createCacheDataStore0(int p)CacheDataRowGridCacheOffheapManager.GridCacheDataStore. createRow(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor()GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor(int cacheId)GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper)GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper, Object x)GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor(Object x)@Nullable DataRegionIgniteCacheDatabaseSharedManager. dataRegion(@Nullable String memPlcName)Getting data region by name.voidGridCacheOffheapManager.GridCacheDataStore. destroy()Destroys the tree associated with the store.voidIndexStorage. destroy()Destroy this meta store.voidIndexStorageImpl. destroy()Destroy this meta store.protected voidGridCacheOffheapManager. destroyCacheDataStore0(IgniteCacheOffheapManager.CacheDataStore store)voidGridCacheOffheapManager. destroyPartitionStore(int partId)Invalidates page memory for given partition.@Nullable RootPageIndexStorage. dropCacheIndex(Integer cacheId, String idxName, int segment)Deallocate index page and remove from tree.@Nullable RootPageIndexStorageImpl. dropCacheIndex(Integer cacheId, String idxName, int segment)Deallocate index page and remove from tree.@Nullable RootPageIndexStorage. dropIndex(String idxName)Deallocate index page and remove from tree.@Nullable RootPageIndexStorageImpl. dropIndex(String idxName)Deallocate index page and remove from tree.@Nullable RootPageGridCacheOffheapManager. dropRootPageForIndex(int cacheId, String idxName, int segment)Dropping the root page of the index tree.voidIgniteCacheDatabaseSharedManager. ensureFreeSpace(DataRegion memPlc)SeeGridCacheMapEntry#ensureFreeSpace()booleanGridCacheOffheapManager. expire(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, int amount)longGridCacheOffheapManager. expiredSize()Gets the number of entries pending expire.longGridCacheOffheapManager.GridCacheDataStore. expiredSize()Gets the number of entries pending expire.CacheDataRowGridCacheOffheapManager.GridCacheDataStore. find(GridCacheContext cctx, KeyCacheObject key)voidGridCacheOffheapManager. findAndCleanupLostIndexesForStoppedCache(int cacheId)@Nullable RootPageIndexStorage. findCacheIndex(Integer cacheId, String idxName, int segment)Find index root.@Nullable RootPageIndexStorageImpl. findCacheIndex(Integer cacheId, String idxName, int segment)Find index root.@Nullable RootPageGridCacheOffheapManager. findRootPageForIndex(int cacheId, String idxName, int segment)Collection<String>IndexStorage. getIndexNames()Collection<String>IndexStorageImpl. getIndexNames()IndexStorageImpl.IndexItemIndexStorageImpl.MetaStoreInnerIO. getLookupRow(BPlusTree<IndexStorageImpl.IndexItem,?> tree, long pageAddr, int idx)Get lookup row.IndexStorageImpl.IndexItemIndexStorageImpl.MetaStoreLeafIO. getLookupRow(BPlusTree<IndexStorageImpl.IndexItem,?> tree, long pageAddr, int idx)Get lookup row.PageStoreGridCacheDatabaseSharedManager. getPageStore(int grpId, int partId)booleanGridCacheOffheapManager.GridCacheDataStore. hasEntriesPendingExpire(int cacheId)Checks if the cache has entries pending expire.booleanGridCacheOffheapManager. hasEntriesPendingExpire(int cacheId)Checks if the cache has entries pending expire.protected @Nullable IgniteHistoricalIteratorGridCacheOffheapManager. historicalIterator(CachePartitionPartialCountersMap partCntrs, Set<Integer> missing)protected voidDataStructure. init(long pageId, PageIO init)protected voidIgniteCacheDatabaseSharedManager. initAndStartRegions(DataStorageConfiguration cfg)protected voidGridCacheDatabaseSharedManager. initDataRegions(DataStorageConfiguration memCfg)protected voidIgniteCacheDatabaseSharedManager. initDataRegions(DataStorageConfiguration memCfg)protected voidGridCacheDatabaseSharedManager. initDataRegions0(DataStorageConfiguration memCfg)protected voidIgniteCacheDatabaseSharedManager. initDataRegions0(DataStorageConfiguration memCfg)protected voidGridCacheOffheapManager. initDataStructures()voidCacheDataRowAdapter. initFromDataPage(DataPageIO io, long pageAddr, int itemId, @Nullable CacheGroupContext grp, GridCacheSharedContext<?,?> sharedCtx, PageMemory pageMem, CacheDataRowAdapter.RowData rowData, boolean skipVer)voidCacheDataRowAdapter. initFromLink(@Nullable CacheGroupContext grp, GridCacheSharedContext<?,?> sharedCtx, PageMemory pageMem, CacheDataRowAdapter.RowData rowData, boolean skipVer)Read row from data pages.voidCacheDataRowAdapter. initFromLink(CacheGroupContext grp, CacheDataRowAdapter.RowData rowData)Read row from data pages.voidCacheDataRowAdapter. initFromLink(CacheGroupContext grp, CacheDataRowAdapter.RowData rowData, boolean skipVer)Read row from data pages.voidCacheDataRowAdapter. initFromPageBuffer(GridCacheSharedContext<?,?> sctx, CacheObjectContext coctx, IgniteThrowableFunction<Long,ByteBuffer> reader, ByteBuffer pageBuff, int itemId, boolean readCacheId, CacheDataRowAdapter.RowData rowData, boolean skipVer)protected voidIgniteCacheDatabaseSharedManager. initPageMemoryDataStructures(DataStorageConfiguration dbCfg)protected voidGridCacheOffheapManager. initPendingTree(GridCacheContext cctx)voidGridCacheOffheapManager.GridCacheDataStore. insertRows(Collection<DataRowCacheAware> rows, IgnitePredicateX<CacheDataRow> initPred)Insert rows into page memory.voidGridCacheOffheapManager.GridCacheDataStore. invoke(GridCacheContext cctx, KeyCacheObject key, IgniteCacheOffheapManager.OffheapInvokeClosure c)booleanGridCacheDatabaseSharedManager. isCheckpointInapplicableForWalRebalance(Long cpTs, int grpId)Checks that checkpoint with timestampcpTsis inapplicable as start point for WAL rebalance for given groupgrpId.voidGridCacheOffheapManager.GridCacheDataStore. markDestroyed()Mark store as destroyed.@Nullable WALRecordGridCacheDatabaseSharedManager.RestoreBinaryState. next()Advance iterator to the next record.voidGridCacheDatabaseSharedManager. notifyMetaStorageSubscribersOnReadyForRead()NotifiesMetastorageLifecycleListenerthatMetaStorageis ready for read.voidIgniteCacheDatabaseSharedManager. notifyMetaStorageSubscribersOnReadyForRead()NotifiesMetastorageLifecycleListenerthatMetaStorageis ready for read.voidGridCacheDatabaseSharedManager. onActivate(GridKernalContext ctx)Called when cluster performing activation.voidIgniteCacheDatabaseSharedManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.default voidDatabaseLifecycleListener. onBaselineChange()Callback executed when node detected that baseline topology is changed and node is not in that baseline.voidGridCacheOffheapManager. onCheckpointBegin(CheckpointListener.Context ctx)default voidDatabaseLifecycleListener. onInitDataRegions(IgniteCacheDatabaseSharedManager mgr)Callback executed when data regions become to start-up.voidGridCacheOffheapManager. onMarkCheckpointBegin(CheckpointListener.Context ctx)voidGridCacheDatabaseSharedManager. onStateRestored(AffinityTopologyVersion topVer)Called when all partitions have been fully restored and pre-created on node start.voidIgniteCacheDatabaseSharedManager. onStateRestored(AffinityTopologyVersion topVer)Called when all partitions have been fully restored and pre-created on node start.voidGridCacheDatabaseSharedManager. onWalTruncated(@Nullable WALPointer highBound)Wal truncate callback.voidIgniteCacheDatabaseSharedManager. onWalTruncated(WALPointer highBound)Wal truncate callback.voidGridCacheOffheapManager.GridCacheDataStore. preload()Preload a store into page memory.voidGridCacheOffheapManager. preloadPartition(int partId)Preload a partition.voidGridCacheDatabaseSharedManager. preserveWalTailPointer()intGridCacheOffheapManager.GridCacheDataStore. purgeExpired(GridCacheContext cctx, IgniteInClosure2X<GridCacheEntryEx,GridCacheVersion> c, long throttlingTimeout, int amount)Try to remove expired entries from data store.protected <X,R>
RDataStructure. read(long pageId, long page, PageHandler<X,R> h, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder)protected <X,R>
RDataStructure. read(long pageId, PageHandler<X,R> h, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder)protected IncompleteObject<?>CacheDataRowAdapter. readFragment(GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, ByteBuffer buf, boolean keyOnly, boolean readCacheId, IncompleteObject<?> incomplete, boolean skipVer)protected voidCacheDataRowAdapter. readFullRow(GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, long addr, CacheDataRowAdapter.RowData rowData, boolean readCacheId, boolean skipVer)protected IncompleteObject<?>CacheDataRowAdapter. readIncomplete(IncompleteObject<?> incomplete, GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, int pageSize, int realPageSize, long pageAddr, int itemId, DataPageIO io, CacheDataRowAdapter.RowData rowData, boolean readCacheId, boolean skipVer)protected IncompleteCacheObjectCacheDataRowAdapter. readIncompleteKey(CacheObjectContext coctx, ByteBuffer buf, IncompleteCacheObject incomplete)protected IncompleteCacheObjectCacheDataRowAdapter. readIncompleteValue(CacheObjectContext coctx, ByteBuffer buf, IncompleteCacheObject incomplete)protected IncompleteObject<?>CacheDataRowAdapter. readIncompleteVersion(ByteBuffer buf, IncompleteObject<?> incomplete, boolean skip)static @Nullable Map<Integer,Long>GridCacheOffheapManager. readSharedGroupCacheSizes(PageSupport pageMem, int grpId, long cntrsPageId)Loads cache sizes for all caches in shared group.protected longDataStructure. recyclePage(long pageId, long page, long pageAddr, Boolean walPlc)voidGridCacheOffheapManager.GridCacheDataStore. remove(GridCacheContext cctx, KeyCacheObject key, int partId)voidRowStore. removeRow(long link, IoStatisticsHolder statHolder)@Nullable RootPageIndexStorage. renameCacheIndex(Integer cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.@Nullable RootPageIndexStorageImpl. renameCacheIndex(Integer cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.@Nullable RootPageGridCacheOffheapManager. renameRootPageForIndex(int cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.voidGridCacheOffheapManager. restorePartitionStates()Pre-create partitions that resides in page memory or WAL and restores their state.longGridCacheOffheapManager. restoreStateOfPartition(int p, @Nullable Integer recoveryState)Pre-create single partition that resides in page memory or WAL and restores their state.voidGridCacheDatabaseSharedManager. resumeWalLogging()RootPageGridCacheOffheapManager. rootPageForIndex(int cacheId, String idxName, int segment)intCacheDataRowAdapter. size()intStorable. size()protected voidGridCacheDatabaseSharedManager. start0()protected voidIgniteCacheDatabaseSharedManager. start0()voidGridCacheDatabaseSharedManager. startMemoryRestore(GridKernalContext kctx, TimeBag startTimer)Perform memory restore beforeGridDiscoveryManagerstart.voidIgniteCacheDatabaseSharedManager. startMemoryRestore(GridKernalContext kctx, TimeBag startTimer)Perform memory restore beforeGridDiscoveryManagerstart.voidIndexStorageImpl.MetaStoreInnerIO. store(long dstPageAddr, int dstIdx, BPlusIO<IndexStorageImpl.IndexItem> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.voidIndexStorageImpl.MetaStoreLeafIO. store(long dstPageAddr, int dstIdx, BPlusIO<IndexStorageImpl.IndexItem> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.voidIndexStorageImpl.MetaStoreInnerIO. storeByOffset(long pageAddr, int off, IndexStorageImpl.IndexItem row)Store the needed info about the row in the page.voidIndexStorageImpl.MetaStoreLeafIO. storeByOffset(long buf, int off, IndexStorageImpl.IndexItem row)Store the needed info about the row in the page.voidGridCacheDatabaseSharedManager. stripedApplyPage(Consumer<PageMemoryEx> consumer, int grpId, int partId, CacheStripedExecutor exec)voidFileLockHolder. tryLock(long lockWaitTimeMillis)voidGridCacheOffheapManager.GridCacheDataStore. update(GridCacheContext cctx, KeyCacheObject key, CacheObject val, GridCacheVersion ver, long expireTime, @Nullable CacheDataRow oldRow)booleanRowStore. updateRow(long link, CacheDataRow row, IoStatisticsHolder statHolder)<R> voidGridCacheDatabaseSharedManager. waitForCheckpoint(String reason, IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)Waits until current state is checkpointed and execution listeners after finish.voidIgniteCacheDatabaseSharedManager. waitForCheckpoint(String reason)Waits until current state is checkpointed.<R> voidIgniteCacheDatabaseSharedManager. waitForCheckpoint(String reason, IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)Waits until current state is checkpointed and execution listeners after finish.protected <X,R>
RDataStructure. write(long pageId, long page, PageHandler<X,R> h, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder)protected <R> RDataStructure. write(long pageId, PageHandler<?,R> h, int intArg, R lockFailed, IoStatisticsHolder statHolder)protected <X,R>
RDataStructure. write(long pageId, PageHandler<X,R> h, PageIO init, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder)protected <X,R>
RDataStructure. write(long pageId, PageHandler<X,R> h, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder)voidPageStoreWriter. writePage(FullPageId fullPageId, ByteBuffer buf, int tag)Callback for write page.static longGridCacheOffheapManager. writeSharedGroupCacheSizes(PageMemory pageMem, int grpId, long cntrsPageId, int partId, Map<Integer,Long> sizes)Saves cache sizes for all caches in shared group. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that throw IgniteCheckedException Modifier and Type Method Description default voidCheckpointListener. afterCheckpointEnd(CheckpointListener.Context ctx)Do some actions after checkpoint end.voidCheckpointContextImpl. awaitPendingTasksFinished()Await all async tasks from executor was finished.voidCheckpointListener. beforeCheckpointBegin(CheckpointListener.Context ctx)Do some actions before checkpoint write lock.booleanCheckpointer. cancelOrWaitPartitionDestroy(int grpId, int partId)booleanCheckpointManager. cancelOrWaitPartitionDestroy(int grpId, int partId)booleanLightweightCheckpointManager. cancelOrWaitPartitionDestroy(int grpId, int partId)voidCheckpointManager. cleanupCheckpointDirectory()Clean checkpoint directoryCheckpointMarkersStorage.cpDir.voidCheckpointMarkersStorage. cleanupCheckpointDirectory()Cleanup checkpoint directory from all temporary files.voidCheckpointManager. cleanupTempCheckpointDirectory()Cleanup checkpoint directory from all temporary files.voidCheckpointMarkersStorage. cleanupTempCheckpointDirectory()Cleanup checkpoint directory from all temporary files.voidCheckpointer. finalizeCheckpointOnRecovery(long cpTs, UUID cpId, WALPointer walPtr, StripedExecutor exec)voidCheckpointManager. finalizeCheckpointOnRecovery(long ts, UUID id, WALPointer ptr, StripedExecutor exec)voidCheckpointWorkflow. finalizeCheckpointOnRecovery(long cpTs, UUID cpId, WALPointer walPtr, StripedExecutor exec, CheckpointPagesWriterFactory checkpointPagesWriterFactory)This method makes sense if node was stopped during the checkpoint(Start marker was written to disk while end marker are not).voidLightweightCheckpointManager. finalizeCheckpointOnRecovery(long ts, UUID id, WALPointer ptr, StripedExecutor exec)Map<Integer,CheckpointEntry.GroupState>CheckpointEntry. groupState(IgniteWriteAheadLogManager wal)voidCheckpointMarkersStorage. initialize()Filling internal structures with data from disk.voidCheckpointManager. initializeStorage()Initialize checkpoint storage.booleanCheckpointHistory. isCheckpointApplicableForGroup(int grpId, CheckpointEntry cp)Checkpoint is not applicable when: 1) WAL was disabled somewhere after given checkpoint. 2) Checkpoint doesn't contain specifiedgrpId.org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointCheckpointWorkflow. markCheckpointBegin(long cpTs, CheckpointProgressImpl curr, CheckpointMetricsTracker tracker, WorkProgressDispatcher workProgressDispatcher)First stage of checkpoint which collects demanded information(dirty pages mostly).voidCheckpointWorkflow. markCheckpointEnd(org.apache.ignite.internal.processors.cache.persistence.checkpoint.Checkpoint chp)Do some actions on checkpoint finish(After all pages were written to disk).voidCheckpointListener. onCheckpointBegin(CheckpointListener.Context ctx)voidCheckpointMarkersStorage. onCheckpointFinished(org.apache.ignite.internal.processors.cache.persistence.checkpoint.Checkpoint chp)Logs and clears checkpoint history after checkpoint finish.voidCheckpointListener. onMarkCheckpointBegin(CheckpointListener.Context ctx)LongCheckpointEntry. partitionCounter(IgniteWriteAheadLogManager wal, int grpId, int part)CheckpointStatusCheckpointManager. readCheckpointStatus()CheckpointStatusCheckpointMarkersStorage. readCheckpointStatus()voidCheckpointManager. removeCheckpointsUntil(@Nullable WALPointer highBound)Wal truncate callback.voidCheckpointMarkersStorage. removeCheckpointsUntil(@Nullable WALPointer highBound)Wal truncate callback.@Nullable WALPointerCheckpointHistory. searchEarliestWalPointer(int grpId, Map<Integer,Long> partsCounter, long margin)Search the earliest WAL pointer for particular group, matching by counter for partitions.voidPartitionDestroyRequest. waitCompleted()PageStoreCheckpointPagesWriter.CheckpointPageWriter. write(PageMemoryEx pageMemEx, FullPageId fullPageId, ByteBuffer buf, int tag)Constructors in org.apache.ignite.internal.processors.cache.persistence.checkpoint that throw IgniteCheckedException Constructor Description CheckpointManager(Function<Class<?>,IgniteLogger> logger, String igniteInstanceName, String checkpointThreadName, IgniteWriteAheadLogManager wal, WorkersRegistry workersRegistry, DataStorageConfiguration persistenceCfg, FilePageStoreManager pageStoreManager, IgniteThrowableBiPredicate<Long,Integer> checkpointInapplicableChecker, Supplier<Collection<DataRegion>> dataRegions, Supplier<Collection<CacheGroupContext>> cacheGroupContexts, IgniteThrowableFunction<Integer,PageMemoryEx> pageMemoryGroupResolver, PageMemoryImpl.ThrottlingPolicy throttlingPolicy, DataStorageMetricsImpl persStoreMetrics, LongJVMPauseDetector longJvmPauseDetector, FailureProcessor failureProcessor, GridCacheProcessor cacheProcessor, Supplier<Integer> cpFreqDeviation, Executor checkpointMapSnapshotExecutor, JdkMarshaller marsh) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Methods in org.apache.ignite.internal.processors.cache.persistence.defragmentation that throw IgniteCheckedException Modifier and Type Method Description voidCachePartitionDefragmentationManager. beforeDefragmentation()static voidDefragmentationFileUtils. beforeInitPageStores(File workDir, IgniteLogger log)Performs cleanup of work dir before initializing file page stores.IgniteDefragmentation.CancelResultIgniteDefragmentation. cancel()Cancel scheduled or ongoing defragmentation.IgniteDefragmentation.CancelResultIgniteDefragmentationImpl. cancel()Cancel scheduled or ongoing defragmentation.voidCachePartitionDefragmentationManager. createIndexPageStore(int grpId, File workDir, FileVersionCheckingFactory pageStoreFactory, DataRegion partRegion, LongConsumer allocatedTracker)voidCachePartitionDefragmentationManager. executeDefragmentation()longLinkMap. get(long oldLink)Get new link by old link.<L,T extends L>
voidTreeIterator. iterate(BPlusTree<L,T> tree, PageMemoryEx pageMemory, BPlusTree.TreeRowClosure<L,T> c)voidLinkMap. put(long oldLink, long newLink)Add link mapping.IgniteDefragmentation.ScheduleResultIgniteDefragmentation. schedule(List<String> cacheNames)Schedule defragmentaton on next start of the node.IgniteDefragmentation.ScheduleResultIgniteDefragmentationImpl. schedule(List<String> cacheNames)Schedule defragmentaton on next start of the node.IgniteDefragmentation.DefragmentationStatusIgniteDefragmentation. status()Get the status of the ongoing defragmentation.IgniteDefragmentation.DefragmentationStatusIgniteDefragmentationImpl. status()Get the status of the ongoing defragmentation.Constructors in org.apache.ignite.internal.processors.cache.persistence.defragmentation that throw IgniteCheckedException Constructor Description CachePartitionDefragmentationManager(List<String> cacheNames, GridCacheSharedContext<?,?> sharedCtx, GridCacheDatabaseSharedManager dbMgr, FilePageStoreManager filePageStoreMgr, CheckpointManager nodeCheckpoint, LightweightCheckpointManager defragmentationCheckpoint, int pageSize, int defragmentationThreadPoolSize)LinkMap(int grpId, String grpName, PageMemory pageMem, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager)LinkMap(CacheGroupContext ctx, PageMemory pageMem, long metaPageId, boolean initNew) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.dumpprocessors
Methods in org.apache.ignite.internal.processors.cache.persistence.diagnostic.pagelocktracker.dumpprocessors that throw IgniteCheckedException Modifier and Type Method Description static StringToFileDumpProcessor. toFileDump(SharedPageLockTrackerDump pageLockDump, Path dir, String name) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.evict
Methods in org.apache.ignite.internal.processors.cache.persistence.evict that throw IgniteCheckedException Modifier and Type Method Description voidFairFifoPageEvictionTracker. evictDataPage()Evicts one data page.voidNoOpPageEvictionTracker. evictDataPage()Evicts one data page.voidPageEvictionTracker. evictDataPage()Evicts one data page.voidRandom2LruPageEvictionTracker. evictDataPage()Evicts one data page.voidRandomLruPageEvictionTracker. evictDataPage()Evicts one data page.voidFairFifoPageEvictionTracker. forgetPage(long pageId)Call this method when last entry is removed from data page.voidNoOpPageEvictionTracker. forgetPage(long pageId)Call this method when last entry is removed from data page.voidPageEvictionTracker. forgetPage(long pageId)Call this method when last entry is removed from data page.voidFairFifoPageEvictionTracker. touchPage(long pageId)Call this method when data page is accessed.voidNoOpPageEvictionTracker. touchPage(long pageId)Call this method when data page is accessed.voidPageEvictionTracker. touchPage(long pageId)Call this method when data page is accessed.voidRandom2LruPageEvictionTracker. touchPage(long pageId)Call this method when data page is accessed.voidRandomLruPageEvictionTracker. touchPage(long pageId)Call this method when data page is accessed. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.file
Methods in org.apache.ignite.internal.processors.cache.persistence.file that throw IgniteCheckedException Modifier and Type Method Description longFilePageStore. allocatePage()Allocates next page index.longFilePageStoreManager. allocatePage(int grpId, int partId, byte flags)Allocates a page for the given page space.StringFilePageStoreManager. cacheDirName(int grpId)static booleanFilePageStoreManager. checkAndInitCacheWorkDir(File cacheWorkDir, IgniteLogger log)voidFilePageStoreManager. cleanupPersistentSpace()Cleanup persistent space for all caches except metastore.voidFilePageStoreManager. cleanupPersistentSpace(CacheConfiguration cacheConfiguration)Cleanup persistent space for cache.PageStoreFileVersionCheckingFactory. createPageStore(byte type, File file, LongConsumer allocatedTracker)Creates instance of PageStore based on given file.PageStoreFileVersionCheckingFactory. createPageStore(byte type, IgniteOutClosure<Path> pathProvider, LongConsumer allocatedTracker)Creates instance of PageStore based on file path provider.voidFilePageStore. ensure()voidFilePageStoreManager. ensure(int grpId, int partId)booleanFilePageStoreManager. exists(int grpId, int partId)Checks if partition store exists.voidFilePageStoreManager. finishRecover()Invoked after checkpoint recover is finished.PageStoreFilePageStoreManager. getStore(int grpId, int partId)Collection<PageStore>FilePageStoreManager. getStores(int grpId)voidFilePageStoreManager. initializeForCache(CacheGroupDescriptor grpDesc, CacheConfiguration<?,?> ccfg)Callback called when a cache is starting.voidFilePageStoreManager. initializeForMetastorage()Initializes disk cache store structures.voidFilePageStoreManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.longFilePageStoreManager. pageOffset(int grpId, long pageId)Gets page offset within the page store file.intFilePageStoreManager. pages(int grpId, int partId)Gets total number of allocated pages for the given space.booleanFilePageStore. read(long pageId, ByteBuffer pageBuf, boolean keepCrc)Reads a page.booleanFilePageStore. read(long pageId, ByteBuffer pageBuf, boolean checkCrc, boolean keepCrc)voidFilePageStoreManager. read(int grpId, long pageId, ByteBuffer pageBuf, boolean keepCrc)Reads a page for the given cache ID.voidFilePageStore. readHeader(ByteBuffer buf)Reads a header.voidFilePageStoreManager. readHeader(int grpId, int partId, ByteBuffer buf)Reads a header of a page store.voidFilePageStoreManager. shutdownForCacheGroup(CacheGroupContext grp, boolean destroy)Callback called when a cache is stopping.InetSocketAddressFileDownloader. start()voidFilePageStoreManager. start0()voidFilePageStoreManager. sync(int grpId, int partId)Makes sure that all previous writes to the store has been written to disk.voidFilePageStoreManager. truncate(int grpId, int partId, int tag)Callback called when a partition for the given cache is evicted from the local node.voidFilePageStore. write(long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes a page.PageStoreFilePageStoreManager. write(int grpId, long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes the page for the given cache ID. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.filename
Methods in org.apache.ignite.internal.processors.cache.persistence.filename that throw IgniteCheckedException Modifier and Type Method Description PdsFolderSettings<L>PdsFolderResolver. generateNew()PdsFolderSettings<L>PdsFolderResolver. resolve()ResolvesPdsFolderSettingsaccording to specifiedIgniteConfiguration,PdsFolderResolver.consistentId.PdsFolderSettings<GridCacheDatabaseSharedManager.NodeFileLockHolder>PdsConsistentIdProcessor. resolveFolders()Prepares and caches PDS folder settings.PdsFolderSettings<GridCacheDatabaseSharedManager.NodeFileLockHolder>PdsFoldersResolver. resolveFolders()Prepares and caches PDS folder settings.voidPdsConsistentIdProcessor. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.freelist
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.freelist Modifier and Type Class Description classCorruptedFreeListExceptionException to distinguishAbstractFreeListbroken invariants.Methods in org.apache.ignite.internal.processors.cache.persistence.freelist that throw IgniteCheckedException Modifier and Type Method Description voidAbstractFreeList. addForRecycle(ReuseBag bag)protected voidPagesList. init(long metaPageId, boolean initNew)longAbstractFreeList. initRecycledPage(long pageId, byte flag, PageIO initIO)Converts recycled page id back to a usable id.protected longPagesList. initRecycledPage0(long pageId, byte flag, PageIO initIO)Create new page id and update page content accordingly if it's necessary.protected longPagesList. initReusedPage(long reusedPageId, long reusedPage, long reusedPageAddr, int partId, byte flag, PageIO initIo)Reused page must obtain correctly assaembled page id, then initialized by properPageIOinstance and non-zeroitemIdof reused page id must be saved into special place.voidAbstractFreeList. insertDataRow(T row, IoStatisticsHolder statHolder)voidCacheFreeList. insertDataRow(CacheDataRow row, IoStatisticsHolder statHolder)voidFreeList. insertDataRow(T row, IoStatisticsHolder statHolder)voidAbstractFreeList. insertDataRows(Collection<T> rows, IoStatisticsHolder statHolder)Reduces the workload on the free list by writing multiple rows into a single memory page at once.
Rows are sequentially added to the page as long as there is enough free space on it.voidFreeList. insertDataRows(Collection<T> rows, IoStatisticsHolder statHolder)protected voidPagesList. put(@Nullable ReuseBag bag, long dataId, long dataPage, long dataAddr, int bucket, IoStatisticsHolder statHolder)longAbstractFreeList. recycledPagesCount()protected booleanPagesList. removeDataPage(long dataId, long dataPage, long dataAddr, AbstractDataPageIO dataIO, int bucket, IoStatisticsHolder statHolder)Removes data page from bucket, merges bucket list if needed.voidAbstractFreeList. removeDataRowByLink(long link, IoStatisticsHolder statHolder)voidFreeList. removeDataRowByLink(long link, IoStatisticsHolder statHolder)voidPagesList. saveMetadata(IoStatisticsHolder statHolder)Save metadata without exclusive lock on it.intSimpleDataRow. size()protected longPagesList. storedPagesCount(int bucket)!!!protected longPagesList. takeEmptyPage(int bucket, @Nullable IOVersions initIoVers, IoStatisticsHolder statHolder)longAbstractFreeList. takeRecycledPage()booleanAbstractFreeList. updateDataRow(long link, T row, IoStatisticsHolder statHolder)booleanFreeList. updateDataRow(long link, T row, IoStatisticsHolder statHolder)Constructors in org.apache.ignite.internal.processors.cache.persistence.freelist that throw IgniteCheckedException Constructor Description AbstractFreeList(int cacheGrpId, String name, DataRegion dataRegion, @Nullable ReuseList reuseList, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, @Nullable AtomicLong pageListCacheLimit, byte pageFlag)CacheFreeList(int cacheGrpId, String name, DataRegion dataRegion, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, @Nullable AtomicLong pageListCacheLimit, byte pageFlag) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.freelist.io
Methods in org.apache.ignite.internal.processors.cache.persistence.freelist.io that throw IgniteCheckedException Modifier and Type Method Description protected voidPagesListMetaIO. printPage(long addr, int pageSize, GridStringBuilder sb)protected voidPagesListNodeIO. printPage(long addr, int pageSize, GridStringBuilder sb) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.metastorage
Methods in org.apache.ignite.internal.processors.cache.persistence.metastorage that throw IgniteCheckedException Modifier and Type Method Description voidMetaStorage.TmpStorage. add(String key, byte[] val)Put datalongMetastorageRowStore. addRow(byte[] val)protected longMetastorageTree. allocatePageNoReuse()voidMetaStorage. applyUpdate(String key, byte[] value)voidMetaStorage. beforeCheckpointBegin(CheckpointListener.Context ctx)Do some actions before checkpoint write lock.protected intMetastorageTree. compare(BPlusIO<MetastorageRow> io, long pageAddr, int idx, MetastorageRow row)MetastorageDataRowMetastorageBPlusIO. getDataRow(long pageAddr, int idx, MetastorageRowStore rowStore)MetastorageDataRowMetastorageInnerIO. getDataRow(long pageAddr, int idx, MetastorageRowStore rowStore)MetastorageDataRowMetastorageLeafIO. getDataRow(long pageAddr, int idx, MetastorageRowStore rowStore)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
MetastorageDataRowMetastoragePageIOUtils. getDataRow(IO io, long pageAddr, int idx, MetastorageRowStore rowStore)StringMetastorageBPlusIO. getKey(long pageAddr, int idx, MetastorageRowStore rowStore)StringMetastorageInnerIO. getKey(long pageAddr, int idx, MetastorageRowStore rowStore)StringMetastorageLeafIO. getKey(long pageAddr, int idx, MetastorageRowStore rowStore)static <IO extends BPlusIO<MetastorageRow> & MetastorageBPlusIO>
StringMetastoragePageIOUtils. getKey(IO io, long pageAddr, int idx, MetastorageRowStore rowStore)MetastorageRowMetastorageInnerIO. getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx)Get lookup row.MetastorageRowMetastorageLeafIO. getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx)Get lookup row.MetastorageDataRowMetastorageTree. getRow(BPlusIO<MetastorageRow> io, long pageAddr, int idx, Object x)Get data row.voidMetaStorage. init(GridCacheDatabaseSharedManager db)voidMetaStorage. iterate(String keyPrefix, BiConsumer<String,? super Serializable> cb, boolean unmarshal)Read all key/value pairs where key has provided prefix.voidReadOnlyMetastorage. iterate(String keyPrefix, BiConsumer<String,? super Serializable> cb, boolean unmarshal)Read all key/value pairs where key has provided prefix.voidMetaStorage. onCheckpointBegin(CheckpointListener.Context ctx)voidMetaStorage. onMarkCheckpointBegin(CheckpointListener.Context ctx)default voidMetastorageLifecycleListener. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase.default voidMetastorageLifecycleListener. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations.SerializableMetaStorage. read(String key)SerializableReadOnlyMetastorage. read(String key)byte[]MetaStorage. readRaw(String key)byte[]ReadOnlyMetastorage. readRaw(String key)byte[]MetastorageRowStore. readRow(long link)voidMetaStorage. remove(@NotNull String key)voidReadWriteMetastorage. remove(@NotNull String key)voidMetaStorage. removeData(String key)voidMetastorageRowStore. removeRow(long link)voidMetaStorage. write(@NotNull String key, @NotNull Serializable val)voidReadWriteMetastorage. write(@NotNull String key, @NotNull Serializable val)voidMetaStorage. writeRaw(String key, byte[] data)voidReadWriteMetastorage. writeRaw(String key, byte[] data)Constructors in org.apache.ignite.internal.processors.cache.persistence.metastorage that throw IgniteCheckedException Constructor Description MetastorageTree(int cacheId, String name, PageMemory pageMem, IgniteWriteAheadLogManager wal, AtomicLong globalRmvId, ReuseList reuseList, MetastorageRowStore rowStore, long metaPageId, boolean initNew, @Nullable FailureProcessor failureProcessor, PageLockTrackerManager pageLockTrackerManager, int partId) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.pagemem
Methods in org.apache.ignite.internal.processors.cache.persistence.pagemem that throw IgniteCheckedException Modifier and Type Method Description longPageMemoryEx. acquirePage(int grpId, long pageId, AtomicBoolean pageAllocated)longPageMemoryEx. acquirePage(int grpId, long pageId, IoStatisticsHolder statHldr, boolean restore)longPageMemoryImpl. acquirePage(int grpId, long pageId)Gets the page absolute pointer associated with the given page ID.longPageMemoryImpl. acquirePage(int grpId, long pageId, AtomicBoolean pageAllocated)longPageMemoryImpl. acquirePage(int grpId, long pageId, IoStatisticsHolder statHolder)Gets the page absolute pointer associated with the given page ID.longPageMemoryImpl. acquirePage(int grpId, long pageId, IoStatisticsHolder statHolder, boolean restore)longPageMemoryImpl. allocatePage(int grpId, int partId, byte flags)Allocates a page from the space for the given partition ID and the given flags.longPageReadWriteManager. allocatePage(int grpId, int partId, byte flags)Allocates a page for the given page space.longPageReadWriteManagerImpl. allocatePage(int grpId, int partId, byte flags)Allocates a page for the given page space.voidPageMemoryEx. checkpointWritePage(FullPageId pageId, ByteBuffer buf, PageStoreWriter pageWriter, CheckpointMetricsTracker tracker)Prepare page for write during checkpoint.voidPageMemoryImpl. checkpointWritePage(FullPageId fullId, ByteBuffer buf, PageStoreWriter pageStoreWriter, CheckpointMetricsTracker metricsTracker)Prepare page for write during checkpoint.voidDelayedDirtyPageStoreWrite. finishReplacement()Runs actual write if required.voidPageReadWriteManager. read(int grpId, long pageId, ByteBuffer pageBuf, boolean keepCrc)Reads a page for the given cache ID.voidPageReadWriteManagerImpl. read(int grpId, long pageId, ByteBuffer pageBuf, boolean keepCrc)Reads a page for the given cache ID.longClockPageReplacementPolicy. replace()Finds page to replace.abstract longPageReplacementPolicy. replace()Finds page to replace.longRandomLruPageReplacementPolicy. replace()Finds page to replace.longSegmentedLruPageReplacementPolicy. replace()Finds page to replace.PageStorePageReadWriteManager. write(int grpId, long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes the page for the given cache ID.PageStorePageReadWriteManagerImpl. write(int grpId, long pageId, ByteBuffer pageBuf, int tag, boolean calculateCrc)Writes the page for the given cache ID. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.partstorage
Methods in org.apache.ignite.internal.processors.cache.persistence.partstorage that throw IgniteCheckedException Modifier and Type Method Description voidPartitionMetaStorage. insertDataRow(T row, IoStatisticsHolder statHolder)byte[]PartitionMetaStorage. readRow(long link)Read row data by link as byte array.byte[]PartitionMetaStorageImpl. readRow(long link)Read row as byte array from data pages.voidPartitionMetaStorage. removeDataRowByLink(long link, IoStatisticsHolder statHolder)voidPartitionMetaStorage. saveMetadata(IoStatisticsHolder statHolder)Saves storage metadata.Constructors in org.apache.ignite.internal.processors.cache.persistence.partstorage that throw IgniteCheckedException Constructor Description PartitionMetaStorageImpl(int cacheGrpId, String name, DataRegion memPlc, @Nullable ReuseList reuseList, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, @Nullable AtomicLong pageListCacheLimit, byte pageFlag) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.snapshot
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.snapshot Modifier and Type Class Description classSnapshotWarningExceptionSnapshot operation warning.classTrackingPageIsCorruptedExceptionThrown when corrupted tracking page was queried.Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type IgniteCheckedException Modifier and Type Method Description voidSnapshotRestoreProcess. interrupt(IgniteCheckedException reason)Interrupt the currently running local restore procedure.Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot that throw IgniteCheckedException Modifier and Type Method Description protected voidSnapshotRestoreProcess. cleanup()Cleanup temporary directories if any exists.voidSnapshotPartitionsQuickVerifyHandler. complete(String name, Collection<SnapshotHandlerResult<Map<PartitionKeyV2,PartitionHashRecordV2>>> results)Processing the results of theSnapshotHandler.invoke(SnapshotHandlerContext)method received from all nodes.voidSnapshotPartitionsVerifyHandler. complete(String name, Collection<SnapshotHandlerResult<Map<PartitionKeyV2,PartitionHashRecordV2>>> results)Processing the results of theSnapshotHandler.invoke(SnapshotHandlerContext)method received from all nodes.StandaloneGridKernalContextIgniteSnapshotManager. createStandaloneKernalContext(CompressionProcessor cmpProc, File snpDir, String folderName)voidIncrementalSnapshotAwareMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.Map<PartitionKeyV2,PartitionHashRecordV2>SnapshotPartitionsQuickVerifyHandler. invoke(SnapshotHandlerContext opCtx)Local processing of a snapshot operation.Map<PartitionKeyV2,PartitionHashRecordV2>SnapshotPartitionsVerifyHandler. invoke(SnapshotHandlerContext opCtx)Local processing of a snapshot operation.protected @Nullable Map<String,SnapshotHandlerResult<Object>>IgniteSnapshotManager.SnapshotHandlers. invokeAll(SnapshotHandlerType type, SnapshotHandlerContext ctx)static FileIgniteSnapshotManager. nodeDumpDirectory(File dumpDir, GridCacheSharedContext<?,?> cctx)voidIgniteSnapshotManager. onReadyForRead(ReadOnlyMetastorage metaStorage)Is called when metastorage is made ready for read-only operations very early on node startup phase.voidIgniteSnapshotManager. onReadyForReadWrite(ReadWriteMetastorage metaStorage)Fully functional metastore capable of performing reading and writing operations.GridCloseableIterator<CacheDataRow>IgniteSnapshotManager. partitionRowIterator(String snpName, String folderName, String grpName, int partId, @Nullable EncryptionCacheKeyProvider encrKeyProvider)GridCloseableIterator<CacheDataRow>IgniteSnapshotManager. partitionRowIterator(GridKernalContext ctx, String grpName, int partId, FilePageStore pageStore)voidIncrementalSnapshotAwareMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.protected voidAbstractCreateSnapshotFutureTask. processPartitions()<T> TIgniteSnapshotManager. readFromFile(File smf)IncrementalSnapshotMetadataIgniteSnapshotManager. readIncrementalSnapshotMetadata(String snpName, @Nullable String snpPath, int incIdx)SnapshotMetadataIgniteSnapshotManager. readSnapshotMetadata(File snpDir, String consId)IgniteInternalFuture<Void>IgniteSnapshotManager. requestRemoteSnapshotFiles(UUID rmtNodeId, UUID reqId, String snpName, @Nullable String rmtSnpPath, Map<Integer,Set<Integer>> parts, BooleanSupplier stopChecker, BiConsumer<@Nullable File,@Nullable Throwable> partHnd)protected abstract List<CompletableFuture<Void>>AbstractCreateSnapshotFutureTask. saveGroup(int grpId, Set<Integer> grpParts)protected voidIgniteSnapshotManager. start0()Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type IgniteCheckedException Constructor Description SnapshotFinishedFutureTask(IgniteCheckedException e) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump that throw IgniteCheckedException Modifier and Type Method Description protected voidCreateDumpFutureTask. processPartitions()DumpEntryDumpEntrySerializer. read(FileIO dumpFile, int grp, int part)ByteBufferDumpEntrySerializer. writeToBuffer(int cache, long expireTime, KeyCacheObject key, CacheObject val, GridCacheVersion ver, CacheObjectContext coCtx) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.tree
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.tree Modifier and Type Class Description classCorruptedTreeExceptionException to distinguishBPlusTreetree broken invariants.Methods in org.apache.ignite.internal.processors.cache.persistence.tree that throw IgniteCheckedException Modifier and Type Method Description protected longBPlusTree. acquirePage(long pageId)booleanBPlusTree.TreeRowClosure. apply(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx)Performs inspection or operation on a specified row and returns true if this row is required or matches or /operation successful (depending on the context).protected voidBPlusTree. checkDestroyed()Check if the tree is getting destroyed.protected intBPlusTree. compare(int lvl, BPlusIO<L> io, long pageAddr, int idx, L row)protected abstract intBPlusTree. compare(BPlusIO<L> io, long pageAddr, int idx, L row)TBPlusTree.TreeRowFactory. create(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx)Creates row.longBPlusTree. destroy()Destroys tree.longBPlusTree. destroy(@Nullable IgniteInClosure<L> c, boolean forceDestroy)Destroys tree.protected longBPlusTree. destroyDownPages(LongListReuseBag bag, long pageId, int lvl, @Nullable IgniteInClosure<L> c, AtomicLong lockHoldStartTime, long lockMaxTime, Deque<GridTuple3<Long,Long,Long>> lockedPages)Recursively destroys tree pages.protected voidBPlusTree.Remove. doRemove(long pageId, long page, long pageAddr, Boolean walPlc, BPlusIO<L> io, int cnt, int idx)protected BPlusTree.ResultBPlusTree.Remove. doRemoveFromLeaf()GridCursor<T>BPlusTree. find(L lower, L upper)Returns a cursor from lower to upper bounds inclusive.GridCursor<T>BPlusTree. find(L lower, L upper, boolean lowIncl, boolean upIncl, BPlusTree.TreeRowClosure<L,T> c, BPlusTree.TreeRowFactory<L,T> rowFactory, Object x)GridCursor<T>BPlusTree. find(L lower, L upper, Object x)Returns a cursor from lower to upper bounds inclusive.GridCursor<T>BPlusTree. find(L lower, L upper, BPlusTree.TreeRowClosure<L,T> c, Object x)TBPlusTree. findFirst()Returns a value mapped to the lowest key, ornullif tree is emptyTBPlusTree. findFirst(BPlusTree.TreeRowClosure<L,T> filter)Returns a value mapped to the lowest key, ornullif tree is empty or no entry matches the passed filter.TBPlusTree. findLast()Returns a value mapped to the greatest key, ornullif tree is emptyTBPlusTree. findLast(BPlusTree.TreeRowClosure<L,T> c)Returns a value mapped to the greatest key, ornullif tree is empty or no entry matches the passed filter.TBPlusTree. findOne(L row)<R> RBPlusTree. findOne(L row, Object x)<R> RBPlusTree. findOne(L row, BPlusTree.TreeRowClosure<L,T> c, Object x)protected BPlusTree.ResultBPlusTree.Put. finishOrLockTail(long pageId, long page, long backId, long fwdId, int lvl)Method that's invoked when operation goes up from the recursion andBPlusTree.Get.isFinished()returns false.protected BPlusTree.ResultBPlusTree.Remove. finishOrLockTail(long pageId, long page, long backId, long fwdId, int lvl)Method that's invoked when operation goes up from the recursion andBPlusTree.Get.isFinished()returns false.protected BPlusTree.ResultBPlusTree.Put. finishTail()Process tail and finish.protected BPlusTree.ResultBPlusTree.Remove. finishTail()Process tail and finish.TBPlusTree. getRow(BPlusIO<L> io, long pageAddr, int idx)Get a full detached data row.abstract TBPlusTree. getRow(BPlusIO<L> io, long pageAddr, int idx, Object x)Get data row.protected voidBPlusTree. initTree(boolean initNew)Initialize new tree.protected voidBPlusTree. initTree(boolean initNew, int inlineSize)Initialize new tree.voidBPlusTree. invoke(L row, Object z, IgniteTree.InvokeClosure<T> c)booleanBPlusTree. isEmpty()protected BPlusTree.ResultBPlusTree.Remove. lockForward(int lvl)StringBPlusTree. printTree()For debug.TBPlusTree. put(T row)Put value in this tree.booleanBPlusTree. putx(T row)protected <X,R>
RBPlusTree. read(long pageId, long page, PageHandler<X,R> h, X arg, int intArg, R lockFailed)protected <X,R>
RBPlusTree. read(long pageId, PageHandler<X,R> h, X arg, int intArg, R lockFailed)TBPlusTree. remove(L row)List<L>BPlusTree. remove(L lower, L upper, int limit)protected voidBPlusTree.Remove. removeDataRowFromLeaf(long pageId, long page, long pageAddr, Boolean walPlc, BPlusIO<L> io, int cnt, int idx)protected voidBPlusTree.RemoveRange. removeDataRowFromLeaf(long pageId, long page, long pageAddr, Boolean walPlc, BPlusIO<L> io, int cnt, int idx)booleanBPlusTree. removex(L row)protected booleanBPlusTree. removex(L lower, L upper, Object x, int limit)voidBPlusTree.Put. replaceRowInPage(BPlusIO<L> io, long pageId, long page, long pageAddr, int idx)Replaces a row in the page with a new one.intBPlusTree. rootLevel()BPlusTree.ResultBPlusTree.Insert. run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree.Put p, int lvl)BPlusTree.ResultBPlusTree.Replace. run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree.Put p, int lvl)BPlusTree.ResultBPlusTree.Search. run0(long pageId, long page, long pageAddr, BPlusIO<L> io, BPlusTree.Get g, int lvl)longBPlusTree. size()Returns number of elements in the tree by scanning pages of the bottom (leaf) level.longBPlusTree. size(@Nullable BPlusTree.TreeRowClosure<L,T> filter)Returns number of elements in the tree that match the filter by scanning through the pages of the leaf level.BPlusTree.ResultBPlusTree.Put. tryReplace(long pageId, long page, long fwdId, int lvl)voidBPlusTree. validateTree()Constructors in org.apache.ignite.internal.processors.cache.persistence.tree that throw IgniteCheckedException Constructor Description BPlusTree(String name, int cacheGrpId, String cacheGrpName, PageMemory pageMem, @Nullable IgniteWriteAheadLogManager wal, AtomicLong globalRmvId, long metaPageId, @Nullable ReuseList reuseList, IOVersions<? extends BPlusInnerIO<L>> innerIos, IOVersions<? extends BPlusLeafIO<L>> leafIos, byte pageFlag, @Nullable FailureProcessor failureProcessor, PageLockTrackerManager pageLockTrackerManager) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.tree.io
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.io that throw IgniteCheckedException Modifier and Type Method Description intAbstractDataPageIO. addRow(long pageAddr, byte[] payload, int pageSize)Adds row to this data page and sets respective link to the given row object.voidAbstractDataPageIO. addRow(long pageId, long pageAddr, T row, int rowSize, int pageSize)Adds row to this data page and sets respective link to the given row object.voidAbstractDataPageIO. addRowFragment(long pageId, long pageAddr, byte[] payload, long lastLink, int pageSize)Adds this payload as a fragment to this data page.intAbstractDataPageIO. addRowFragment(PageMemory pageMem, long pageId, long pageAddr, T row, int written, int rowSize, int pageSize)Adds maximum possible fragment of the given row to this data page and sets respective link to the row.TAbstractDataPageIO.CC. apply(long link)Closure body.voidBPlusInnerIO. copyItems(long srcPageAddr, long dstPageAddr, int srcIdx, int dstIdx, int cnt, boolean cpLeft)Copy items from source page to destination page.abstract voidBPlusIO. copyItems(long srcPageAddr, long dstPageAddr, int srcIdx, int dstIdx, int cnt, boolean cpLeft)Copy items from source page to destination page.voidBPlusLeafIO. copyItems(long srcPageAddr, long dstPageAddr, int srcIdx, int dstIdx, int cnt, boolean cpLeft)Copy items from source page to destination page.<U> List<U>AbstractDataPageIO. forAllItems(long pageAddr, AbstractDataPageIO.CC<U> c)static <Q extends BPlusIO<?>>
QPageIO. getBPlusIO(int type, int ver)static <Q extends BPlusIO<?>>
QPageIO. getBPlusIO(long pageAddr)abstract LBPlusIO. getLookupRow(BPlusTree<L,?> tree, long pageAddr, int idx)Get lookup row.static <Q extends PageIO>
QPageIO. getPageIO(int type, int ver)static <Q extends PageIO>
QPageIO. getPageIO(long pageAddr)static <Q extends PageIO>
QPageIO. getPageIO(ByteBuffer page)byte[]BPlusInnerIO. initNewRoot(long newRootPageAddr, long newRootId, long leftChildId, L row, byte[] rowBytes, long rightChildId, int pageSize, boolean needRowBytes, PageMetrics metrics)byte[]BPlusInnerIO. insert(long pageAddr, int idx, L row, byte[] rowBytes, long rightId, boolean needRowBytes)byte[]BPlusIO. insert(long pageAddr, int idx, L row, byte[] rowBytes, long rightId, boolean needRowBytes)booleanBPlusIO. merge(BPlusIO<L> prntIo, long prntPageAddr, int prntIdx, long leftPageAddr, long rightPageAddr, boolean emptyBranch, int pageSize)protected voidBPlusIO. printPage(long addr, int pageSize, GridStringBuilder sb)protected voidBPlusMetaIO. printPage(long addr, int pageSize, GridStringBuilder sb)protected voidDataPageIO. printPage(long addr, int pageSize, GridStringBuilder sb)protected abstract voidPageIO. printPage(long addr, int pageSize, GridStringBuilder sb)protected voidPageMetaIO. printPage(long addr, int pageSize, GridStringBuilder sb)protected voidPagePartitionCountersIO. printPage(long addr, int pageSize, GridStringBuilder sb)protected voidPagePartitionMetaIO. printPage(long pageAddr, int pageSize, GridStringBuilder sb)protected voidSimpleDataPageIO. printPage(long addr, int pageSize, GridStringBuilder sb)protected voidTrackingPageIO. printPage(long addr, int pageSize, GridStringBuilder sb)static GridCacheVersionCacheVersionIO. read(long pageAddr, boolean allowNull)Reads GridCacheVersion instance from the given address.static GridCacheVersionCacheVersionIO. read(ByteBuffer buf, boolean allowNull)Reads GridCacheVersion instance from the given buffer.static intCacheVersionIO. readSize(long pageAddr, boolean allowNull)Gets needed buffer size to read the whole version instance.static intCacheVersionIO. readSize(ByteBuffer buf, boolean allowNull)Gets needed buffer size to read the whole version instance.voidBPlusIO. remove(long pageAddr, int idx, int cnt)longAbstractDataPageIO. removeRow(long pageAddr, int itemId, int pageSize)PageIOPageIoResolver. resolve(long pageAddr)voidBPlusIO. splitForwardPage(long pageAddr, long fwdId, long fwdPageAddr, int mid, int cnt, int pageSize, PageMetrics metrics)byte[]BPlusIO. store(long pageAddr, int idx, L row, byte[] rowBytes, boolean needRowBytes)Store the needed info about the row in the page.abstract voidBPlusIO. store(long dstPageAddr, int dstIdx, BPlusIO<L> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.abstract voidBPlusIO. storeByOffset(long pageAddr, int off, L row)Store the needed info about the row in the page.booleanAbstractDataPageIO. updateRow(long pageAddr, int itemId, int pageSize, @org.jetbrains.annotations.Nullable byte[] payload, T row, int rowSize)protected abstract voidAbstractDataPageIO. writeFragmentData(T row, ByteBuffer buf, int rowOff, int payloadSize)Write row data fragment.protected voidDataPageIO. writeFragmentData(CacheDataRow row, ByteBuffer buf, int rowOff, int payloadSize)Write row data fragment.protected voidSimpleDataPageIO. writeFragmentData(SimpleDataRow row, ByteBuffer buf, int rowOff, int payloadSize)Write row data fragment.protected abstract voidAbstractDataPageIO. writeRowData(long pageAddr, int dataOff, int payloadSize, T row, boolean newRow)protected voidDataPageIO. writeRowData(long pageAddr, int dataOff, int payloadSize, CacheDataRow row, boolean newRow)protected voidSimpleDataPageIO. writeRowData(long pageAddr, int dataOff, int payloadSize, SimpleDataRow row, boolean newRow) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.tree.reuse
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.reuse that throw IgniteCheckedException Modifier and Type Method Description voidReuseList. addForRecycle(ReuseBag bag)voidReuseListImpl. addForRecycle(ReuseBag bag)longReuseList. initRecycledPage(long pageId, byte flag, @Nullable PageIO initIO)Converts recycled page id back to a usable id.longReuseListImpl. initRecycledPage(long pageId, byte flag, PageIO initIO)Converts recycled page id back to a usable id.longReuseList. recycledPagesCount()longReuseListImpl. recycledPagesCount()longReuseList. takeRecycledPage()longReuseListImpl. takeRecycledPage()Constructors in org.apache.ignite.internal.processors.cache.persistence.tree.reuse that throw IgniteCheckedException Constructor Description ReuseListImpl(int cacheId, String name, PageMemory pageMem, @Nullable IgniteWriteAheadLogManager wal, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, GridKernalContext ctx, @Nullable AtomicLong pageListCacheLimit, byte pageFlag) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.tree.util
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.util that throw IgniteCheckedException Modifier and Type Method Description static voidPageHandler. initPage(PageMemory pageMem, int grpId, long pageId, PageIO init, IgniteWriteAheadLogManager wal, PageLockListener lsnr, IoStatisticsHolder statHolder)static <X,R>
RPageHandler. readPage(PageMemory pageMem, int cacheId, long pageId, long page, PageLockListener lsnr, PageHandler<X,R> h, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder, PageIoResolver pageIoRslvr)static <X,R>
RPageHandler. readPage(PageMemory pageMem, int cacheId, long pageId, PageLockListener lsnr, PageHandler<X,R> h, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder, PageIoResolver pageIoRslvr)abstract RPageHandler. run(int cacheId, long pageId, long page, long pageAddr, PageIO io, Boolean walPlc, X arg, int intArg, IoStatisticsHolder statHolder)static <X,R>
RPageHandler. writePage(PageMemory pageMem, int grpId, long pageId, long page, PageLockListener lsnr, PageHandler<X,R> h, PageIO init, IgniteWriteAheadLogManager wal, Boolean walPlc, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder, PageIoResolver pageIoRslvr)static <X,R>
RPageHandler. writePage(PageMemory pageMem, int grpId, long pageId, PageLockListener lsnr, PageHandler<X,R> h, PageIO init, IgniteWriteAheadLogManager wal, Boolean walPlc, X arg, int intArg, R lockFailed, IoStatisticsHolder statHolder, PageIoResolver pageIoRslvr) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal Modifier and Type Class Description classSegmentEofExceptionThis exception is thrown either when we reach the end of file of WAL segment, or when we encounter a record with type equal toWALRecord.RecordType.STOP_ITERATION_RECORD_TYPEclassWalSegmentTailReachedExceptionAn exception is thrown when we reached tail of WAL segment cyclic buffer during reading from WAL.Methods in org.apache.ignite.internal.processors.cache.persistence.wal that return IgniteCheckedException Modifier and Type Method Description protected IgniteCheckedExceptionAbstractWalRecordsIterator. handleRecordException(@NotNull Exception e, @Nullable WALPointer ptr)Handler for record deserialization exception.protected IgniteCheckedExceptionAbstractWalRecordsIterator. validateTailReachedException(WalSegmentTailReachedException tailReachedException, AbstractWalRecordsIterator.AbstractReadFileHandle currWalSegment)Methods in org.apache.ignite.internal.processors.cache.persistence.wal that throw IgniteCheckedException Modifier and Type Method Description protected voidAbstractWalRecordsIterator. advance()Switches records iterator to the next record.protected voidSingleSegmentLogicalRecordsIterator. advance()Switches records iterator to the next record.protected IgniteBiTuple<WALPointer,WALRecord>AbstractWalRecordsIterator. advanceRecord(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle hnd)Switches to new record.protected abstract AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. advanceSegment(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle curWalSegment)Switches records iterator to the next WAL segment as result of this method, new reference to segment should be returned.protected AbstractWalRecordsIterator.AbstractReadFileHandleSingleSegmentLogicalRecordsIterator. advanceSegment(@Nullable AbstractWalRecordsIterator.AbstractReadFileHandle curWalSegment)Switches records iterator to the next WAL segment as result of this method, new reference to segment should be returned.voidAbstractWalRecordsIterator.AbstractReadFileHandle. close()voidFileWriteAheadLogManager.ReadFileHandle. close()protected @Nullable AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. closeCurrentWalSegment()Closes and returns WAL segment (if any)WALPointerFileWriteAheadLogManager. flush(WALPointer ptr, boolean explicitFsync)Makes sure that all log entries written to the log up until the specified pointer are actually written to the underlying storage.Collection<File>FileWriteAheadLogManager. getWalFilesFromArchive(WALPointer low, WALPointer high)Collects WAL segments from the archive only if they are all present.protected AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. initReadHandle(@NotNull AbstractWalRecordsIterator.AbstractFileDescriptor desc, @Nullable WALPointer start)Assumes file descriptor will be opened in this method.protected AbstractWalRecordsIterator.AbstractReadFileHandleAbstractWalRecordsIterator. initReadHandle(@NotNull AbstractWalRecordsIterator.AbstractFileDescriptor desc, @Nullable WALPointer start, @NotNull SegmentIO fileIO, @NotNull SegmentHeader segmentHeader)Assumes fileIO will be closed in this method in case of error occurred.static FileDescriptor[]FileWriteAheadLogManager. loadFileDescriptors(File walFilesDir)Scans provided folder for a WAL segment filesWALPointerFileWriteAheadLogManager. log(WALRecord rec)Appends the given log entry to the write-ahead log.WALPointerFileWriteAheadLogManager. log(WALRecord rec, RolloverType rolloverType)Appends the given log entry to the write-ahead log.voidFileWriteAheadLogManager. onActivate(GridKernalContext kctx)Called when cluster performing activation.protected voidAbstractWalRecordsIterator. onClose()Invoked on iterator close.protected booleanAbstractWalRecordsIterator. onHasNext()protected IgniteBiTuple<WALPointer,WALRecord>AbstractWalRecordsIterator. onNext()WALRecordFileWriteAheadLogManager. read(WALPointer ptr)Reads WAL record by the specified pointer.WALIteratorFileWriteAheadLogManager. replay(WALPointer start)Invoke this method to iterate over the written log entries.WALIteratorFileWriteAheadLogManager. replay(WALPointer start, @Nullable IgniteBiPredicate<WALRecord.RecordType,WALPointer> recordDeserializeFilter)Invoke this method to iterate over the written log entries.voidFileWriteAheadLogManager. resumeLogging(WALPointer filePtr)Resumes logging after start.voidFileWriteAheadLogManager. start0() -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle that throw IgniteCheckedException Modifier and Type Method Description @Nullable WALPointerFileWriteHandle. addRecord(WALRecord rec)booleanFileWriteHandle. close(boolean rollOver)Close segment.WALPointerFileHandleManager. flush(WALPointer ptr, boolean explicitFsync)WALPointerFileHandleManagerImpl. flush(WALPointer ptr, boolean explicitFsync)WALPointerFsyncFileHandleManagerImpl. flush(WALPointer ptr, boolean explicitFsync)voidFileWriteHandle. flushAll()Flush all records.voidFileWriteHandle. fsync(WALPointer ptr)Do fsync.voidFileHandleManager. onDeactivate()On deactivate.voidFileHandleManagerImpl. onDeactivate()On deactivate.voidFsyncFileHandleManagerImpl. onDeactivate()On deactivate.voidFileWriteHandle. writeHeader()Write header to segment. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal.reader Modifier and Type Class Description classStrictBoundsCheckExceptionThis exception is used in checking boundaries (StandaloneWalRecordsIterator).Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader that throw IgniteCheckedException Modifier and Type Method Description voidFilteredWalIterator. close()Closes the iterator and frees all the resources held by the iterator.static voidStandaloneGridKernalContext. closeAllComponents(GridKernalContext kctx)booleanFilteredWalIterator. hasNextX()This method is the same asIterator.hasNext(), but allows for failure with exception.WALIteratorIgniteWalIteratorFactory. iterator(@NotNull File... filesOrDirs)Creates iterator for file by file scan mode.WALIteratorIgniteWalIteratorFactory. iterator(@NotNull String... filesOrDirs)Creates iterator for file by file scan mode.WALIteratorIgniteWalIteratorFactory. iterator(@NotNull IgniteWalIteratorFactory.IteratorParametersBuilder iteratorParametersBuilder)WALIteratorIgniteWalIteratorFactory. iterator(@NotNull WALPointer replayFrom, @NotNull File... filesOrDirs)Creates iterator for file by file scan mode.WALIteratorIgniteWalIteratorFactory. iterator(@NotNull WALPointer replayFrom, @NotNull String... filesOrDirs)Creates iterator for file by file scan mode.IgniteBiTuple<WALPointer,WALRecord>FilteredWalIterator. nextX()This method is the same asIterator.next(), but allows for failure with exception.voidFilteredWalIterator. removeX()This method is the same asIterator.remove(), but allows for failure with exception.static voidStandaloneGridKernalContext. startAllComponents(GridKernalContext kctx)Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.reader that throw IgniteCheckedException Constructor Description FilteredWalIterator(WALIterator walIterator, Predicate<IgniteBiTuple<WALPointer,WALRecord>> filter)StandaloneGridKernalContext(IgniteLogger log, @Nullable File binaryMetadataFileStoreDir, @Nullable File marshallerMappingFileStoreDir)StandaloneGridKernalContext(IgniteLogger log, @Nullable CompressionProcessor compressProc, @Nullable File binaryMetadataFileStoreDir, @Nullable File marshallerMappingFileStoreDir) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal.scanner
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.scanner that throw IgniteCheckedException Modifier and Type Method Description voidWalScanner.ScanTerminateStep. forEach(@NotNull ScannerHandler handler)Execute given handler on each record. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal.serializer
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.serializer that throw IgniteCheckedException Modifier and Type Method Description RecordSerializerRecordSerializerFactory. createSerializer(int ver)Factory method for creationRecordSerializer.RecordSerializerRecordSerializerFactoryImpl. createSerializer(int ver)Factory method for creationRecordSerializer.protected intRecordDataV1Serializer. dataSize(DataRecord dataRec)protected intRecordDataV1Serializer. entrySize(DataEntry entry)protected intRecordDataV2Serializer. plainSize(WALRecord rec)WALRecordRecordDataSerializer. readRecord(WALRecord.RecordType type, ByteBufferBackedDataInput in, int size)Reads record data oftypefrom bufferin.WALRecordRecordDataV1Serializer. readRecord(WALRecord.RecordType type, ByteBufferBackedDataInput in, int size)Reads record data oftypefrom bufferin.WALRecordRecordSerializer. readRecord(FileInput in, WALPointer expPtr)Loads record from inputWALRecordRecordV1Serializer. readRecord(FileInput in0, WALPointer expPtr)Loads record from inputWALRecordRecordV2Serializer. readRecord(FileInput in, WALPointer expPtr)Loads record from inputstatic SegmentHeaderRecordV1Serializer. readSegmentHeader(SegmentIO io, SegmentFileInputFactory segmentFileInputFactory)Reads stored record from providedio.intRecordDataSerializer. size(WALRecord record)Calculates size of record data.intRecordDataV1Serializer. size(WALRecord record)Calculates size of record data.intRecordSerializer. size(WALRecord record)Calculates record size in byte including expected wal pointer, CRC and type fieldintRecordV1Serializer. size(WALRecord record)Calculates record size in byte including expected wal pointer, CRC and type fieldintRecordV2Serializer. size(WALRecord record)Calculates record size in byte including expected wal pointer, CRC and type fieldprotected voidRecordDataV2Serializer. writePlainRecord(WALRecord rec, ByteBuffer buf)voidRecordDataSerializer. writeRecord(WALRecord record, ByteBuffer buf)Writes record data to bufferbuf.voidRecordDataV1Serializer. writeRecord(WALRecord rec, ByteBuffer buf)Writes record data to bufferbuf.voidRecordSerializer. writeRecord(WALRecord record, ByteBuffer buf)voidRecordV1Serializer. writeRecord(WALRecord rec, ByteBuffer buf)voidRecordV2Serializer. writeRecord(WALRecord record, ByteBuffer buf) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.persistence.wal.serializer.io
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.serializer.io that throw IgniteCheckedException Modifier and Type Method Description WALRecordRecordIO. readWithHeaders(ByteBufferBackedDataInput in, WALPointer expPtr)Reads record data with headers fromin.intRecordIO. sizeWithHeaders(WALRecord record)Calculates and returns size of record data and headers.voidRecordIO. writeWithHeaders(WALRecord record, ByteBuffer buf)Writes record data with headers tobuf. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query that throw IgniteCheckedException Modifier and Type Method Description voidGridCacheDistributedQueryFuture. awaitFirstItemAvailable()TODO: IGNITE-15728 Provide custom reducer for ScanQueryFallbackClosableIterator.voidGridCacheLocalQueryFuture. awaitFirstItemAvailable()TODO: IGNITE-15728 Provide custom reducer for ScanQueryFallbackClosableIterator.abstract voidGridCacheQueryFutureAdapter. awaitFirstItemAvailable()TODO: IGNITE-15728 Provide custom reducer for ScanQueryFallbackClosableIterator.booleanCacheQueryFuture. cancel()Cancels this query future and stop receiving any further results for the query associated with this future.booleanGridCacheQueryFutureAdapter. cancel()Default no-op implementation that always returnsfalse.protected voidGridCacheLocalQueryFuture. cancelQuery(Throwable err)Cancels query on remote nodes and cleanes owned resources.protected abstract voidGridCacheQueryFutureAdapter. cancelQuery(Throwable err)Cancels query on remote nodes and cleanes owned resources.voidQueryCursorEx.Consumer. consume(T val)Consume value.GridCloseableIteratorCacheQuery. executeScanQuery(List<Object> newAndUpdatedEntries)voidGridCacheQueryRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridCacheQueryResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.Collection<R>GridCacheDistributedQueryFuture. get()Synchronously waits for completion of the computation and returns computation result.Collection<R>GridCacheDistributedQueryFuture. get(long timeout, TimeUnit unit)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.voidQueryCursorEx. getAll(QueryCursorEx.Consumer<T> c)Get all values passing them through passed consumer.Collection<R>GridCacheDistributedQueryFuture. getUninterruptibly()Synchronously waits for completion of the computation and returns computation result ignoring interrupts.GridCloseableIteratorGridCacheQueryManager. indexQueryLocal(CacheQuery qry)Process local index query.TCacheQueryFuture. next()Returns next element from result set.TGridCacheQueryErrorFuture. next()Returns next element from result set.voidGridCacheDistributedQueryManager. onKernalStart0()voidGridCacheQueryRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridCacheQueryResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridCacheQueryManager. remove(KeyCacheObject key, @Nullable CacheDataRow prevRow)GridCloseableIteratorGridCacheDistributedQueryManager. scanQueryDistributed(CacheQuery qry, Collection<ClusterNode> nodes)Executes distributed SCAN query.abstract GridCloseableIteratorGridCacheQueryManager. scanQueryDistributed(CacheQuery qry, Collection<ClusterNode> nodes)Executes distributed SCAN query.protected GridCloseableIteratorGridCacheQueryManager. scanQueryLocal(CacheQuery qry, boolean updateStatistics)Process local scan query.voidGridCacheDistributedQueryManager. sendRequest(GridCacheDistributedQueryFuture<?,?,?> fut, GridCacheQueryRequest req, Collection<UUID> nodeIds)Sends query request.Collection<GridCacheSqlMetadata>GridCacheQueryManager. sqlMetadata()Gets SQL metadata.IgniteInternalFuture<Collection<GridCacheSqlMetadata>>GridCacheQueryManager. sqlMetadataAsync()Gets SQL metadata asynchronously.Collection<GridCacheSqlMetadata>GridCacheQueryManager. sqlMetadataV2()Gets SQL metadata with not nulls fields.voidGridCacheQueryManager. start0()voidGridCacheQueryManager. store(CacheDataRow newRow, @Nullable CacheDataRow prevRow, boolean prevRowAvailable)protected <T> @Nullable List<T>GridCacheQueryResponse. unmarshalCollection0(@Nullable Collection<byte[]> byteCol, GridCacheSharedContext ctx, ClassLoader ldr)voidCacheQuery. validate()Constructors in org.apache.ignite.internal.processors.cache.query that throw IgniteCheckedException Constructor Description AbstractScanQueryIterator(GridCacheContext<K,V> cctx, CacheQuery<R> qry, IgniteClosure<javax.cache.Cache.Entry<K,V>,R> transform, boolean locNode) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.query.continuous
Methods in org.apache.ignite.internal.processors.cache.query.continuous that throw IgniteCheckedException Modifier and Type Method Description voidCacheContinuousQueryManager. cancelJCacheQuery(javax.cache.configuration.CacheEntryListenerConfiguration cfg)UUIDCacheContinuousQueryManager. executeInternalQuery(javax.cache.event.CacheEntryUpdatedListener<?,?> locLsnr, CacheEntryEventSerializableFilter rmtFilter, boolean loc, boolean notifyExisting, boolean ignoreClassNotFound, boolean sync)voidCacheContinuousQueryManager. executeJCacheQuery(javax.cache.configuration.CacheEntryListenerConfiguration cfg, boolean onStart, boolean keepBinary)UUIDCacheContinuousQueryManager. executeQuery(@Nullable javax.cache.event.CacheEntryUpdatedListener locLsnr, @Nullable ContinuousQueryWithTransformer.EventListener locTransLsnr, @Nullable CacheEntryEventSerializableFilter<K,V> rmtFilter, @Nullable javax.cache.configuration.Factory<javax.cache.event.CacheEntryEventFilter<K,V>> rmtFilterFactory, @Nullable javax.cache.configuration.Factory<IgniteClosure<K,V>> rmtTransFactory, int bufSize, long timeInterval, boolean autoUnsubscribe, boolean loc, boolean keepBinary, boolean includeExpired)Iterable<javax.cache.event.CacheEntryEvent<?,?>>CacheContinuousQueryManager. existingEntries(boolean keepBinary, javax.cache.event.CacheEntryEventFilter filter)javax.cache.event.CacheEntryEventFilterCacheContinuousQueryHandler. getEventFilter()@Nullable IgniteClosure<javax.cache.event.CacheEntryEvent<? extends K,? extends V>,?>CacheContinuousQueryHandler. getTransformer()protected voidCacheContinuousQueryHandler. initRemoteFilter(javax.cache.event.CacheEntryEventFilter filter, GridKernalContext ctx)Performs resource injection and checks asynchrony for the provided remote filter.voidCacheContinuousQueryManager. onEntryExpired(GridCacheEntryEx e, KeyCacheObject key, CacheObject oldVal)voidCacheContinuousQueryManager. onEntryUpdated(Map<UUID,CacheContinuousQueryListener> lsnrCol, KeyCacheObject key, CacheObject newVal, CacheObject oldVal, boolean internal, int partId, boolean primary, boolean preload, long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, AffinityTopologyVersion topVer)voidCacheContinuousQueryManager. onEntryUpdated(KeyCacheObject key, CacheObject newVal, CacheObject oldVal, boolean internal, int partId, boolean primary, boolean preload, long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, AffinityTopologyVersion topVer)protected voidCacheContinuousQueryManager. onKernalStart0()voidCacheContinuousQueryHandler. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidCacheContinuousQueryHandlerV2. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidCacheContinuousQueryHandlerV3. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidCacheContinuousQueryHandler. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).protected <T> TCacheContinuousQueryHandler. p2pUnmarshal(org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryDeployableObject depObj, UUID nodeId, GridKernalContext ctx)voidCacheContinuousQueryHandlerV2. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).voidCacheContinuousQueryHandlerV3. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).GridContinuousHandler.RegisterStatusCacheContinuousQueryHandler. register(UUID nodeId, UUID routineId, GridKernalContext ctx)Registers listener.GridContinuousHandler.RegisterStatusCacheContinuousQueryHandlerV3. register(UUID nodeId, UUID routineId, GridKernalContext ctx)Registers listener.protected voidCacheContinuousQueryManager. start0() -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.query.reducer
Methods in org.apache.ignite.internal.processors.cache.query.reducer that throw IgniteCheckedException Modifier and Type Method Description static <T> TCacheQueryReducer. get(CompletableFuture<?> fut)booleanUnsortedCacheQueryReducer. hasNextX()This method is the same asIterator.hasNext(), but allows for failure with exception.RUnsortedCacheQueryReducer. nextX()This method is the same asIterator.next(), but allows for failure with exception.voidCacheQueryReducer. removeX()This method is the same asIterator.remove(), but allows for failure with exception. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.store
Methods in org.apache.ignite.internal.processors.cache.store that throw IgniteCheckedException Modifier and Type Method Description voidCacheStoreManager. forceFlush()voidGridCacheStoreManagerAdapter. forceFlush()voidGridCacheWriteBehindStore. forceFlush()Forces all entries collected to be flushed to the underlying store.voidCacheStoreManager. initialize(@Nullable CacheStore<?,?> cfgStore, Map<CacheStore,ThreadLocal> sesHolders)Initialize store manager.voidGridCacheStoreManagerAdapter. initialize(@Nullable CacheStore cfgStore, Map sesHolders)Initialize store manager.@Nullable ObjectCacheStoreManager. load(@Nullable IgniteInternalTx tx, KeyCacheObject key)Loads data from persistent store.@Nullable ObjectGridCacheStoreManagerAdapter. load(@Nullable IgniteInternalTx tx, KeyCacheObject key)Loads data from persistent store.booleanCacheStoreManager. loadAll(@Nullable IgniteInternalTx tx, Collection<? extends KeyCacheObject> keys, IgniteBiInClosure<KeyCacheObject,Object> vis)Loads data from persistent store.booleanGridCacheStoreManagerAdapter. loadAll(@Nullable IgniteInternalTx tx, Collection keys, IgniteBiInClosure vis)Loads data from persistent store.booleanCacheStoreManager. loadCache(GridInClosure3<KeyCacheObject,Object,GridCacheVersion> vis, Object[] args)Loads data from persistent store.booleanGridCacheStoreManagerAdapter. loadCache(GridInClosure3 vis, Object[] args)Loads data from persistent store.voidCacheStoreManager. localStoreLoadAll(@Nullable IgniteInternalTx tx, Collection<? extends KeyCacheObject> keys, GridInClosure3<KeyCacheObject,Object,GridCacheVersion> vis)voidGridCacheStoreManagerAdapter. localStoreLoadAll(@Nullable IgniteInternalTx tx, Collection keys, GridInClosure3 vis)booleanCacheStoreManager. put(@Nullable IgniteInternalTx tx, KeyCacheObject key, CacheObject val, GridCacheVersion ver)Puts key-value pair into storage.booleanGridCacheStoreManagerAdapter. put(@Nullable IgniteInternalTx tx, KeyCacheObject key, CacheObject val, GridCacheVersion ver)Puts key-value pair into storage.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.booleanCacheStoreManager. remove(@Nullable IgniteInternalTx tx, KeyCacheObject key)booleanGridCacheStoreManagerAdapter. remove(@Nullable IgniteInternalTx tx, KeyCacheObject key)booleanCacheStoreManager. removeAll(@Nullable IgniteInternalTx tx, Collection<? extends KeyCacheObject> keys)booleanGridCacheStoreManagerAdapter. removeAll(@Nullable IgniteInternalTx tx, Collection<? extends KeyCacheObject> keys)voidCacheStoreManager. sessionEnd(IgniteInternalTx tx, boolean commit, boolean last, boolean storeSessionEnded)voidGridCacheStoreManagerAdapter. sessionEnd(IgniteInternalTx tx, boolean commit, boolean last, boolean storeSesEnded)protected voidCacheOsStoreManager. start0()protected voidGridCacheStoreManagerAdapter. start0()voidCacheStoreManager. writeBehindCacheStoreSessionListenerStart()Notifies cache store session listeners.voidGridCacheStoreManagerAdapter. writeBehindCacheStoreSessionListenerStart()Notifies cache store session listeners.voidCacheStoreManager. writeBehindSessionEnd(boolean threwEx)End session initiated by write-behind store.voidGridCacheStoreManagerAdapter. writeBehindSessionEnd(boolean threwEx)End session initiated by write-behind store.voidCacheStoreManager. writeBehindSessionInit()Start session initiated by write-behind store.voidGridCacheStoreManagerAdapter. writeBehindSessionInit()Start session initiated by write-behind store. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return IgniteCheckedException Modifier and Type Method Description IgniteCheckedExceptionIgniteTxAdapter. heuristicException(Throwable ex)IgniteCheckedExceptionIgniteTxAdapter. rollbackException()IgniteCheckedExceptionIgniteTxAdapter. timeoutException()IgniteCheckedExceptionIgniteTxAdapter. timeoutException(String msg)IgniteCheckedExceptionIgniteTxImplicitSingleStateImpl. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxRemoteStateAdapter. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxState. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxStateImpl. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)Methods in org.apache.ignite.internal.processors.cache.transactions that throw IgniteCheckedException Modifier and Type Method Description abstract voidIgniteTxAdapter. addActiveCache(GridCacheContext<?,?> cacheCtx, boolean recovery)Adds cache to the list of active caches in transaction.voidIgniteTxLocalAdapter. addActiveCache(GridCacheContext<?,?> cacheCtx, boolean recovery)Adds cache to the list of active caches in transaction.voidIgniteTxRemoteStateAdapter. addActiveCache(GridCacheContext cctx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxState. addActiveCache(GridCacheContext cacheCtx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxStateImpl. addActiveCache(GridCacheContext cacheCtx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxHandler. applyPartitionsUpdatesCounters(Iterable<PartitionUpdateCountersMessage> counters)Applies partition counter updates for transactions.voidIgniteTxHandler. applyPartitionsUpdatesCounters(Iterable<PartitionUpdateCountersMessage> counters, boolean rollback, boolean rollbackOnPrimary)Applies partition counter updates for transactions.protected IgniteBiTuple<GridCacheOperation,CacheObject>IgniteTxAdapter. applyTransformClosures(IgniteTxEntry txEntry, boolean metrics, @Nullable GridCacheReturn ret)protected voidIgniteTxAdapter. batchStoreCommit(Iterable<IgniteTxEntry> writeEntries)Performs batch database operations.protected voidIgniteTxLocalAdapter. checkValid()Checks transaction expiration.protected voidIgniteTxLocalAdapter. checkValid(boolean checkTimeout)Checks transaction expiration.voidIgniteTxRemoteEx. commitRemoteTx()voidIgniteTxManager. commitTx(IgniteInternalTx tx)Commits a transaction.protected IgniteBiTuple<GridCacheOperation,GridCacheVersionConflictContext>IgniteTxAdapter. conflictResolve(GridCacheOperation op, IgniteTxEntry txEntry, CacheObject newVal, GridCacheVersion newVer, GridCacheEntryEx old)Resolve DR conflict.voidIgniteTxKey. finishUnmarshal(GridCacheContext ctx, ClassLoader ldr)voidTxLocksRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidTxLocksResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.booleanIgniteTxLocalEx. localFinish(boolean commit, boolean clearThreadMap)Finishes transaction (either commit or rollback).voidIgniteTxEntry. marshal(GridCacheSharedContext<?,?> ctx, boolean transferExpiry)voidTxEntryValueHolder. marshal(GridCacheContext<?,?> ctx)protected abstract TIgniteTxLocalAdapter.PostLockClosure1. postLock(T val)Post lock callback.protected abstract IgniteInternalFuture<T>IgniteTxLocalAdapter.PostLockClosure2. postLock()Post lock callback.protected voidIgniteTxLocalAdapter. postLockWrite(GridCacheContext cacheCtx, Iterable<KeyCacheObject> keys, GridCacheReturn ret, boolean rmv, boolean retval, boolean read, long accessTtl, CacheEntryPredicate[] filter, boolean computeInvoke)Post lock processing for put or remove.voidIgniteTxKey. prepareMarshal(GridCacheContext ctx)voidTxLocksRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidTxLocksResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidIgniteTxManager. prepareTx(IgniteInternalTx tx, @Nullable Collection<IgniteTxEntry> entries)Handles prepare stage.voidIgniteTxEntry. prepareUnmarshal(GridCacheSharedContext<?,?> ctx, AffinityTopologyVersion topVer, boolean near)Prepares this entry to unmarshall.voidIgniteTxManager. resumeTx(GridNearTxLocal tx, long threadId)Resume transaction in current thread.voidIgniteTxManager. sendTransactionMessage(UUID nodeId, GridCacheMessage msg, IgniteInternalTx tx, byte plc)Sends transaction message after transforming it.voidIgniteTxManager. sendTransactionMessage(ClusterNode n, GridCacheMessage msg, IgniteInternalTx tx, byte plc)Sends transaction message after transforming it.protected voidIgniteTxAdapter. sessionEnd(Collection<CacheStoreManager> stores, boolean commit)voidIgniteTxManager. setTxTimeoutOnPartitionMapExchange(long timeout)Sets transaction timeout on partition map exchange.voidIgniteTxManager. suspendTx(GridNearTxLocal tx)Suspends transaction.voidIgniteTxLocalAdapter. tmFinish(boolean commit, boolean nodeStop, boolean clearThreadMap)Commits transaction to transaction manager.voidIgniteTxEntry. unmarshal(GridCacheSharedContext<?,?> ctx, boolean near, ClassLoader clsLdr)Unmarshalls entry.voidTxEntryValueHolder. unmarshal(CacheObjectValueContext ctx, ClassLoader ldr)voidIgniteTxLocalAdapter. userCommit()voidIgniteTxLocalEx. userCommit()voidIgniteTxLocalAdapter. userPrepare(@Nullable Collection<IgniteTxEntry> entries)voidIgniteTxLocalAdapter. userRollback(boolean clearThreadMap)voidIgniteTxLocalEx. userRollback(boolean clearThreadMap) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.tree
Methods in org.apache.ignite.internal.processors.cache.tree that throw IgniteCheckedException Modifier and Type Method Description protected intCacheDataTree. compare(BPlusIO<CacheSearchRow> iox, long pageAddr, int idx, CacheSearchRow row)GridCursor<CacheDataRow>CacheDataTree. find(CacheSearchRow lower, CacheSearchRow upper, BPlusTree.TreeRowClosure<CacheSearchRow,CacheDataRow> c, Object x)CacheSearchRowAbstractDataInnerIO. getLookupRow(BPlusTree<CacheSearchRow,?> tree, long pageAddr, int idx)Get lookup row.CacheSearchRowAbstractDataLeafIO. getLookupRow(BPlusTree<CacheSearchRow,?> tree, long pageAddr, int idx)Get lookup row.PendingRowAbstractPendingEntryInnerIO. getLookupRow(BPlusTree<PendingRow,?> tree, long pageAddr, int idx)Get lookup row.PendingRowAbstractPendingEntryLeafIO. getLookupRow(BPlusTree<PendingRow,?> tree, long pageAddr, int idx)Get lookup row.PendingRowPendingEntriesTree. getRow(BPlusIO<PendingRow> io, long pageAddr, int idx, Object flag)Get data row.booleanPendingEntriesTree. removex(PendingRow lower, PendingRow upper, int limit)voidAbstractPendingEntryInnerIO. store(long dstPageAddr, int dstIdx, BPlusIO<PendingRow> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.voidAbstractPendingEntryLeafIO. store(long dstPageAddr, int dstIdx, BPlusIO<PendingRow> srcIo, long srcPageAddr, int srcIdx)Store row info from the given source.voidAbstractPendingEntryInnerIO. storeByOffset(long pageAddr, int off, PendingRow row)Store the needed info about the row in the page.voidAbstractPendingEntryLeafIO. storeByOffset(long pageAddr, int off, PendingRow row)Store the needed info about the row in the page.Constructors in org.apache.ignite.internal.processors.cache.tree that throw IgniteCheckedException Constructor Description CacheDataTree(CacheGroupContext grp, String name, ReuseList reuseList, CacheDataRowStore rowStore, long metaPageId, boolean initNew, PageLockTrackerManager pageLockTrackerManager, byte pageFlag)PendingEntriesTree(CacheGroupContext grp, String name, PageMemory pageMem, long metaPageId, ReuseList reuseList, boolean initNew, PageLockTrackerManager pageLockTrackerManager, byte pageFlag) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.verify
Methods in org.apache.ignite.internal.processors.cache.verify that throw IgniteCheckedException Modifier and Type Method Description static @Nullable PartitionHashRecordV2IdleVerifyUtility. calculatePartitionHash(PartitionKeyV2 partKey, Object updCntr, Object consId, GridDhtPartitionState state, boolean isPrimary, long partSize, GridIterator<CacheDataRow> it)voidIdleVerifyUtility.VerifyPartitionContext. update(KeyCacheObject key, CacheObject val, CacheEntryVersion ver) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.version
Methods in org.apache.ignite.internal.processors.cache.version that throw IgniteCheckedException Modifier and Type Method Description voidGridCacheRawVersionedEntry. marshal(CacheObjectContext ctx, Marshaller marsh)Perform internal marshal of this entry before it will be serialized.voidGridCacheRawVersionedEntry. prepareDirectMarshal(CacheObjectContext ctx)<K,V>
GridCacheVersionConflictContext<K,V>CacheVersionConflictResolver. resolve(CacheObjectValueContext ctx, GridCacheVersionedEntryEx<K,V> oldEntry, GridCacheVersionedEntryEx<K,V> newEntry, boolean atomicVerComparator)Resolve the conflict.voidGridCacheVersionManager. start0()voidGridCacheRawVersionedEntry. unmarshal(CacheObjectContext ctx)voidGridCacheRawVersionedEntry. unmarshal(CacheObjectContext ctx, Marshaller marsh)Perform internal unmarshal of this entry.voidGridCacheRawVersionedEntry. unmarshalKey(CacheObjectContext ctx, Marshaller marsh)Perform internal key unmarshal of this entry. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cache.warmup
Methods in org.apache.ignite.internal.processors.cache.warmup that throw IgniteCheckedException Modifier and Type Method Description protected Map<CacheGroupContext,List<org.apache.ignite.internal.processors.cache.warmup.LoadAllWarmUpStrategy.LoadPartition>>LoadAllWarmUpStrategy. loadDataInfo(DataRegion region)Calculation of cache groups, partitions and count of pages that can load into data region.voidLoadAllWarmUpStrategy. stop()Stop warming up.voidNoOpWarmUpStrategy. stop()Stop warming up.voidWarmUpStrategy. stop()Stop warming up.voidLoadAllWarmUpStrategy. warmUp(LoadAllWarmUpConfiguration cfg, DataRegion region)Warm up.voidNoOpWarmUpStrategy. warmUp(NoOpWarmUpConfiguration cfg, DataRegion region)Warm up.voidWarmUpStrategy. warmUp(T cfg, DataRegion region)Warm up. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cacheobject
Methods in org.apache.ignite.internal.processors.cacheobject that throw IgniteCheckedException Modifier and Type Method Description voidIgniteCacheObjectProcessor. cacheMetadataLocally(File metadataDir, int typeId)Merge the binary metadata file stored in the specified directory.CacheObjectContextIgniteCacheObjectProcessor. contextForCache(CacheConfiguration ccfg)byte[]IgniteCacheObjectProcessor. marshal(CacheObjectValueContext ctx, Object val)voidIgniteCacheObjectProcessor. onContinuousProcessorStarted(GridKernalContext ctx)IncompleteCacheObjectIgniteCacheObjectProcessor. toCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)KeyCacheObjectIgniteCacheObjectProcessor. toKeyCacheObject(CacheObjectContext ctx, byte type, byte[] bytes)IncompleteCacheObjectIgniteCacheObjectProcessor. toKeyCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)ObjectIgniteCacheObjectProcessor. unmarshal(CacheObjectValueContext ctx, byte[] bytes, ClassLoader clsLdr)voidIgniteCacheObjectProcessor. updateMetadata(File metadataDir, BooleanSupplier stopChecker)Merge the binary metadata files stored in the specified directory. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.closure
Methods in org.apache.ignite.internal.processors.closure that throw IgniteCheckedException Modifier and Type Method Description <R> ComputeTaskInternalFuture<R>GridClosureProcessor. affinityCall(@NotNull Collection<String> cacheNames, int partId, Callable<R> job, TaskExecutionOptions opts)<R> ComputeTaskInternalFuture<R>GridClosureProcessor. affinityCall(Collection<String> cacheNames, Object affKey, IgniteCallable<R> job, TaskExecutionOptions opts)ComputeTaskInternalFuture<?>GridClosureProcessor. affinityRun(@NotNull Collection<String> cacheNames, int partId, Runnable job, TaskExecutionOptions opts)ComputeTaskInternalFuture<?>GridClosureProcessor. affinityRun(@NotNull Collection<String> cacheNames, Object affKey, Runnable job, TaskExecutionOptions opts)<R> IgniteInternalFuture<R>GridClosureProcessor. callLocal(@Nullable Callable<R> c, byte plc)IgniteInternalFuture<?>GridClosureProcessor. runLocal(@Nullable Runnable c, byte plc)voidGridClosureProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return IgniteCheckedException Modifier and Type Method Description protected IgniteCheckedExceptionGridClusterStateProcessor. concurrentStateChangeError(ClusterState state, ClusterState transitionState)Methods in org.apache.ignite.internal.processors.cluster that throw IgniteCheckedException Modifier and Type Method Description voidClusterProcessor. initDiagnosticListeners()voidIgniteChangeGlobalStateSupport. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidGridClusterStateProcessor. onBaselineTopologyChanged(BaselineTopology blt, BaselineTopologyHistoryItem prevBltHistItem)voidIGridClusterStateProcessor. onBaselineTopologyChanged(BaselineTopology blt, BaselineTopologyHistoryItem prevBltHistItem)voidClusterProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.voidGridClusterStateProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.voidGridClusterStateProcessor. onReadyForRead(ReadOnlyMetastorage metastorage)Is called when metastorage is made ready for read-only operations very early on node startup phase.voidGridClusterStateProcessor. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations.voidGridClusterStateProcessor. resetBranchingHistory(long newBranchingHash)Resets branching history on current BaselineTopology.voidClusterProcessor. start()Starts grid component.voidGridClusterStateProcessor. start()Starts grid component.voidClusterProcessor. stop(boolean cancel)Stops grid component.voidGridClusterStateProcessor. stop(boolean cancel)Stops grid component.voidClusterProcessor. updateTag(String newTag)Method is called when user requests updating tag through public API. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.compress
Methods in org.apache.ignite.internal.processors.compress that throw IgniteCheckedException Modifier and Type Method Description voidCompressionProcessor. checkPageCompressionSupported()Checks weither page compression can be used for page file storage.voidCompressionProcessor. checkPageCompressionSupported(Path storagePath, int pageSize)Checks weither page file storage supports compression.ByteBufferCompressionHandler. compressPage(ByteBuffer page, PageStore store)ByteBufferCompressionProcessor. compressPage(ByteBuffer page, int pageSize, int blockSize, DiskPageCompression compression, int compressLevel)static CompressionHandlerCompressionHandler. create(GridKernalContext ctx, CacheConfiguration cfg)Creates compression handler.voidCompressionProcessor. decompressPage(ByteBuffer page, int pageSize)protected ByteBufferCompressionProcessor. doCompactPage(ByteBuffer page, int pageSize) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.configuration.distributed
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.configuration.distributed Modifier and Type Class Description classDetachedPropertyExceptionException of distributed property still have not been attached to the processor.classNotWritablePropertyExceptionException of distributed property still have not been allowed for write value.Methods in org.apache.ignite.internal.processors.configuration.distributed that throw IgniteCheckedException Modifier and Type Method Description GridFutureAdapter<?>PropertyUpdateClosure. casUpdate(String key, Serializable expectedValue, Serializable newValue)Update property on cluster using compare and set way.booleanDistributedEnumProperty. propagate(T newVal)Change value across whole cluster.booleanDistributedProperty. propagate(T newVal)Change value across whole cluster.booleanSimpleDistributedProperty. propagate(T newVal)Change value across whole cluster.GridFutureAdapter<?>DistributedEnumProperty. propagateAsync(T newVal)Change value across whole cluster.GridFutureAdapter<?>DistributedEnumProperty. propagateAsync(T expectedVal, T newVal)Change value across whole cluster.GridFutureAdapter<?>DistributedProperty. propagateAsync(T newVal)Change value across whole cluster.GridFutureAdapter<?>DistributedProperty. propagateAsync(T expectedVal, T newVal)Change value across whole cluster.GridFutureAdapter<?>SimpleDistributedProperty. propagateAsync(T newVal)Change value across whole cluster.GridFutureAdapter<?>SimpleDistributedProperty. propagateAsync(T expectedVal, T newVal)Change value across whole cluster.voidDistributedConfigurationProcessor. start()Starts grid component.GridFutureAdapter<?>PropertyUpdateClosure. update(String key, Serializable newValue)Update property on cluster.GridFutureAdapter<?>DistributedThinClientConfiguration. updateThinClientSendServerStackTraceAsync(boolean showStack) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.continuous
Methods in org.apache.ignite.internal.processors.continuous that return types with arguments of type IgniteCheckedException Modifier and Type Method Description Map<UUID,IgniteCheckedException>StartRoutineAckDiscoveryMessage. errs()Map<UUID,IgniteCheckedException>StartRoutineDiscoveryMessage. errs()Methods in org.apache.ignite.internal.processors.continuous with parameters of type IgniteCheckedException Modifier and Type Method Description voidStartRoutineDiscoveryMessage. addError(UUID nodeId, IgniteCheckedException e)Methods in org.apache.ignite.internal.processors.continuous that throw IgniteCheckedException Modifier and Type Method Description voidGridContinuousProcessor. addBackupNotification(UUID nodeId, UUID routineId, Collection<?> objs, @Nullable Object orderedTopic)voidGridContinuousProcessor. addNotification(UUID nodeId, UUID routineId, @Nullable Object obj, @Nullable Object orderedTopic, boolean sync, boolean msg)voidGridContinuousProcessor. onCacheStart(GridCacheContext ctx)Callback invoked when cache is started.voidGridContinuousHandler. p2pMarshal(GridKernalContext ctx)Deploys and marshals inner objects (called only if peer deployment is enabled).voidGridContinuousHandler. p2pUnmarshal(UUID nodeId, GridKernalContext ctx)Unmarshals inner objects (called only if peer deployment is enabled).GridContinuousHandler.RegisterStatusGridContinuousHandler. register(UUID nodeId, UUID routineId, GridKernalContext ctx)Registers listener.UUIDGridContinuousProcessor. registerStaticRoutine(String cacheName, javax.cache.event.CacheEntryUpdatedListener<?,?> locLsnr, CacheEntryEventSerializableFilter rmtFilter, @Nullable IgnitePredicate<ClusterNode> prjPred)Registers routine info to be sent in discovery data during this node join (to be used for internal queries started from client nodes).voidGridContinuousProcessor. start()Starts grid component.IgniteInternalFuture<UUID>GridContinuousProcessor. startRoutine(GridContinuousHandler hnd, boolean locOnly, int bufSize, long interval, boolean autoUnsubscribe, @Nullable IgnitePredicate<ClusterNode> prjPred)voidGridContinuousProcessor. stop(boolean cancel)Stops grid component.Constructor parameters in org.apache.ignite.internal.processors.continuous with type arguments of type IgniteCheckedException Constructor Description StartRoutineAckDiscoveryMessage(UUID routineId, Map<UUID,IgniteCheckedException> errs, Map<Integer,T2<Long,Long>> cntrs, Map<UUID,Map<Integer,T2<Long,Long>>> cntrsPerNode) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.datastreamer
Methods in org.apache.ignite.internal.processors.datastreamer that throw IgniteCheckedException Modifier and Type Method Description voidDataStreamerImpl. closeEx(boolean cancel)voidDataStreamerImpl. onDisconnected(IgniteFuture<?> reconnectFut)voidDataStreamProcessor. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.voidDataStreamProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.datastructures
Methods in org.apache.ignite.internal.processors.datastructures that throw IgniteCheckedException Modifier and Type Method Description ObjectGridCacheAnnotationHelper. annotatedValue(Object target)Returns annotated value.IgniteAtomicLongDataStructuresProcessor. atomicLong(String name, @Nullable AtomicConfiguration cfg, long initVal, boolean create)Gets an atomic long from cache or creates one if it's not cached.<T> IgniteAtomicReference<T>DataStructuresProcessor. atomicReference(String name, @Nullable AtomicConfiguration cfg, T initVal, boolean create)Gets an atomic reference from cache or creates one if it's not cached.<T,S>
IgniteAtomicStamped<T,S>DataStructuresProcessor. atomicStamped(String name, @Nullable AtomicConfiguration cfg, T initVal, S initStamp, boolean create)Gets an atomic stamped from cache or creates one if it's not cached.IgniteCountDownLatchDataStructuresProcessor. countDownLatch(String name, @Nullable AtomicConfiguration cfg, int cnt, boolean autoDel, boolean create)Gets or creates count down latch.voidAtomicDataStructureProxy. onActivate(GridKernalContext kctx)Called when cluster performing activation.IgniteInternalFuture<?>DataStructuresProcessor. onReconnected(boolean clusterRestarted)Client reconnected callback.<T> IgniteQueue<T>DataStructuresProcessor. queue(String name, @Nullable String grpName, int cap, @Nullable CollectionConfiguration cfg)Gets a queue from cache or creates one if it's not cached.IgniteLockDataStructuresProcessor. reentrantLock(String name, @Nullable AtomicConfiguration cfg, boolean failoverSafe, boolean fair, boolean create)Gets or creates reentrant lock.voidDataStructuresProcessor. removeCountDownLatch(String name, String grpName)Removes count down latch from cache.protected voidGridAtomicCacheQueueImpl. removeItem(long rmvIdx)Removes item with given index from queue.protected abstract voidGridCacheQueueAdapter. removeItem(long rmvIdx)Removes item with given index from queue.protected voidGridTransactionalCacheQueueImpl. removeItem(long rmvIdx)Removes item with given index from queue.voidDataStructuresProcessor. removeQueue(String name, GridCacheContext cctx)voidDataStructuresProcessor. removeReentrantLock(String name, String grpName, boolean broken)Removes reentrant lock from cache.voidDataStructuresProcessor. removeSemaphore(String name, String grpName)Removes semaphore from cache.voidDataStructuresProcessor. removeSet(String name, GridCacheContext cctx)static <R> RDataStructuresProcessor. retry(IgniteLogger log, Callable<R> call)IgniteSemaphoreDataStructuresProcessor. semaphore(String name, @Nullable AtomicConfiguration cfg, int cnt, boolean failoverSafe, boolean create)Gets or creates semaphore.IgniteAtomicSequenceDataStructuresProcessor. sequence(String name, @Nullable AtomicConfiguration cfg, long initVal, boolean create)Gets a sequence from cache or creates one if it's not cached.<T> @Nullable IgniteSet<T>DataStructuresProcessor. set(String name, int cacheId, boolean collocated, boolean separated)Gets a set from cache by known cache id.<T> @Nullable IgniteSet<T>DataStructuresProcessor. set(String name, @Nullable String grpName, @Nullable CollectionConfiguration cfg)Gets a set from cache or creates one if it's not cached. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.diagnostic
Constructors in org.apache.ignite.internal.processors.diagnostic that throw IgniteCheckedException Constructor Description DiagnosticProcessor(GridKernalContext ctx)Constructor. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.failure
Methods in org.apache.ignite.internal.processors.failure that throw IgniteCheckedException Modifier and Type Method Description voidFailureProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.job
Methods in org.apache.ignite.internal.processors.job that throw IgniteCheckedException Modifier and Type Method Description Collection<ComputeJobSibling>GridJobProcessor. requestJobSiblings(ComputeTaskSession ses)voidGridJobProcessor. setAttributes(GridJobSessionImpl ses, Map<?,?> attrs)voidGridJobProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.jobmetrics
Methods in org.apache.ignite.internal.processors.jobmetrics that throw IgniteCheckedException Modifier and Type Method Description voidGridJobMetricsProcessor. start()Deprecated.Starts grid component.voidGridJobMetricsProcessor. stop(boolean cancel)Deprecated.Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.localtask
Methods in org.apache.ignite.internal.processors.localtask that throw IgniteCheckedException Modifier and Type Method Description voidDurableBackgroundTasksProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.voidDurableBackgroundTasksProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.marshaller
Methods in org.apache.ignite.internal.processors.marshaller that return IgniteCheckedException Modifier and Type Method Description IgniteCheckedExceptionMappingExchangeResult. error()Methods in org.apache.ignite.internal.processors.marshaller that throw IgniteCheckedException Modifier and Type Method Description voidGridMarshallerMappingProcessor. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.GridFutureAdapter<MappingExchangeResult>MarshallerMappingTransport. proposeMapping(MarshallerMappingItem item, ConcurrentMap<Integer,MappedName> cache)voidGridMarshallerMappingProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.metastorage
Methods in org.apache.ignite.internal.processors.metastorage that throw IgniteCheckedException Modifier and Type Method Description booleanDistributedMetaStorage. compareAndRemove(@NotNull String key, @NotNull Serializable expVal)Remove value from distributed metastorage but only if current value matches the expected one.booleanDistributedMetaStorage. compareAndSet(@NotNull String key, @Nullable Serializable expVal, @NotNull Serializable newVal)Write value into distributed metastorage but only if current value matches the expected one.GridFutureAdapter<Boolean>DistributedMetaStorage. compareAndSetAsync(@NotNull String key, @Nullable Serializable expVal, @NotNull Serializable newVal)Write value into distributed metastorage asynchronously but only if current value matches the expected one.voidReadableDistributedMetaStorage. iterate(@NotNull String keyPrefix, @NotNull BiConsumer<String,? super Serializable> cb)Iterate over all values corresponding to the keys with given prefix.<T extends Serializable>
TReadableDistributedMetaStorage. read(@NotNull String key)Get value by the key.voidDistributedMetaStorage. remove(@NotNull String key)Remove value from distributed metastorage.GridFutureAdapter<?>DistributedMetaStorage. removeAsync(@NotNull String key)Remove value from distributed metastorage asynchronously.voidDistributedMetaStorage. write(@NotNull String key, @NotNull Serializable val)Write value into distributed metastorage.GridFutureAdapter<?>DistributedMetaStorage. writeAsync(@NotNull String key, @NotNull Serializable val)Write value into distributed metastorage asynchronously. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.metastorage.persistence
Methods in org.apache.ignite.internal.processors.metastorage.persistence that throw IgniteCheckedException Modifier and Type Method Description booleanDistributedMetaStorageImpl. compareAndRemove(@NotNull String key, @NotNull Serializable expVal)Remove value from distributed metastorage but only if current value matches the expected one.booleanDistributedMetaStorageImpl. compareAndSet(@NotNull String key, @Nullable Serializable expVal, @NotNull Serializable newVal)Write value into distributed metastorage but only if current value matches the expected one.GridFutureAdapter<Boolean>DistributedMetaStorageImpl. compareAndSetAsync(@NotNull String key, @Nullable Serializable expVal, @NotNull Serializable newVal)Write value into distributed metastorage asynchronously but only if current value matches the expected one.voidDistributedMetaStorageImpl. iterate(@NotNull String keyPrefix, @NotNull BiConsumer<String,? super Serializable> cb)Iterate over all values corresponding to the keys with given prefix.<T extends Serializable>
TDistributedMetaStorageImpl. read(@NotNull String key)Get value by the key.voidDistributedMetaStorageImpl. remove(@NotNull String key)Remove value from distributed metastorage.GridFutureAdapter<?>DistributedMetaStorageImpl. removeAsync(@NotNull String key)Remove value from distributed metastorage asynchronously.voidDistributedMetaStorageImpl. start()Starts grid component.voidDistributedMetaStorageImpl. write(@NotNull String key, @NotNull Serializable val)Write value into distributed metastorage.GridFutureAdapter<?>DistributedMetaStorageImpl. writeAsync(@NotNull String key, @NotNull Serializable val)Write value into distributed metastorage asynchronously. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.metric
Methods in org.apache.ignite.internal.processors.metric that throw IgniteCheckedException Modifier and Type Method Description voidGridMetricManager. configureHistogram(String name, long[] bounds)StoresHistogramMetricconfiguration in metastorage.voidGridMetricManager. configureHitRate(String name, long rateTimeInterval)ChangeHitRateMetricconfiguration if it exists.voidGridMetricManager. start()Starts grid component.voidGridMetricManager. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.odbc
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.odbc Modifier and Type Class Description classClientConnectionNodeRecoveryExceptionIndicates that node is unavailable due to recovery mode.Methods in org.apache.ignite.internal.processors.odbc with parameters of type IgniteCheckedException Modifier and Type Method Description default RuntimeExceptionClientTxSupport. endTxException(IgniteCheckedException cause)Methods in org.apache.ignite.internal.processors.odbc that throw IgniteCheckedException Modifier and Type Method Description protected voidClientListenerAbstractConnectionContext. authenticate(GridNioSession ses, String user, String pwd)Perform authentication.ObjectClientListenerNioMessageParser. decode(GridNioSession ses, ByteBuffer buf)This method is called when input bytes are available on the underlying network connection.ByteBufferClientListenerNioMessageParser. encode(GridNioSession ses, Object msg)This method is called whenever a message should be sent to the network connection and network buffer is ready to be filled with bytes.voidClientListenerConnectionContext. initializeFromHandshake(GridNioSession ses, ClientListenerProtocolVersion ver, BinaryReaderExImpl reader)Initialize from handshake message.voidClientListenerProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.odbc.jdbc
Methods in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type IgniteCheckedException Modifier and Type Method Description RuntimeExceptionJdbcRequestHandler. endTxException(IgniteCheckedException cause)Methods in org.apache.ignite.internal.processors.odbc.jdbc that throw IgniteCheckedException Modifier and Type Method Description voidJdbcConnectionContext. initializeFromHandshake(GridNioSession ses, ClientListenerProtocolVersion ver, BinaryReaderExImpl reader)Initialize from handshake message.voidJdbcBulkLoadProcessor. processBatch(JdbcBulkLoadBatchRequest req)Completely processes a bulk load batch request. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.odbc.odbc
Methods in org.apache.ignite.internal.processors.odbc.odbc that throw IgniteCheckedException Modifier and Type Method Description voidOdbcConnectionContext. initializeFromHandshake(GridNioSession ses, ClientListenerProtocolVersion ver, BinaryReaderExImpl reader)Initialize from handshake message. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.offheap
Methods in org.apache.ignite.internal.processors.offheap that throw IgniteCheckedException Modifier and Type Method Description booleanGridOffHeapProcessor. contains(@Nullable String spaceName, int part, KeyCacheObject key, byte[] keyBytes)Checks if offheap space contains value for the given key.voidGridOffHeapProcessor. enableEviction(@Nullable String spaceName, int part, KeyCacheObject key, byte[] keyBytes)Enables eviction for entry afterGridOffHeapProcessor.valuePointer(java.lang.String, int, org.apache.ignite.internal.processors.cache.KeyCacheObject, byte[])was called.@org.jetbrains.annotations.Nullable byte[]GridOffHeapProcessor. get(@Nullable String spaceName, int part, KeyCacheObject key, byte[] keyBytes)Gets value bytes from offheap space for the given key.<T> TGridOffHeapProcessor. getValue(@Nullable String spaceName, int part, KeyCacheObject key, byte[] keyBytes, @Nullable ClassLoader ldr)Gets value from offheap space for the given key.voidGridOffHeapProcessor. put(@Nullable String spaceName, int part, KeyCacheObject key, byte[] keyBytes, byte[] valBytes)Puts the given value to offheap space for the given key.@org.jetbrains.annotations.Nullable byte[]GridOffHeapProcessor. remove(@Nullable String spaceName, int part, KeyCacheObject key, byte[] keyBytes)Removes value from offheap space for the given key.booleanGridOffHeapProcessor. removex(@Nullable String spaceName, int part, KeyCacheObject key, byte[] keyBytes)Removes value from offheap space for the given key.booleanGridOffHeapProcessor. removex(@Nullable String spaceName, int part, KeyCacheObject key, byte[] keyBytes, IgniteBiPredicate<Long,Integer> p)Removes value from offheap space for the given key.voidGridOffHeapProcessor. stop(boolean cancel)Stops grid component.@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. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.performancestatistics
Methods in org.apache.ignite.internal.processors.performancestatistics that throw IgniteCheckedException Modifier and Type Method Description voidPerformanceStatisticsMBeanImpl. rotate()Rotate performance statistics in the cluster.voidPerformanceStatisticsProcessor. rotateCollectStatistics()Rotate collecting performance statistics.voidPerformanceStatisticsMBeanImpl. start()Start collecting performance statistics in the cluster.voidPerformanceStatisticsProcessor. start()Starts grid component.voidPerformanceStatisticsProcessor. startCollectStatistics()Starts collecting performance statistics.voidPerformanceStatisticsMBeanImpl. stop()Stop collecting performance statistics in the cluster.voidPerformanceStatisticsProcessor. stopCollectStatistics()Stops collecting performance statistics.Constructors in org.apache.ignite.internal.processors.performancestatistics that throw IgniteCheckedException Constructor Description FilePerformanceStatisticsWriter(GridKernalContext ctx) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.platform Modifier and Type Class Description classPlatformExceptionInterop checked exception.classPlatformExtendedExceptionDenotes an exception which has some data to be written in a special manner.classPlatformNativeExceptionException occurred on native side.classPlatformNoCallbackExceptionException raised when interop callback is not set in native platform.Methods in org.apache.ignite.internal.processors.platform that throw IgniteCheckedException Modifier and Type Method Description voidPlatformNoopProcessor. awaitStart()Await until platform processor is safe to use (i.e.voidPlatformProcessor. awaitStart()Await until platform processor is safe to use (i.e.voidPlatformProcessorImpl. awaitStart()Await until platform processor is safe to use (i.e.voidPlatformProcessorImpl. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.IgniteInternalFuture<?>PlatformProcessorImpl. onReconnected(boolean clusterRestarted)Client reconnected callback.longPlatformAbstractTarget. processInLongOutLong(int type, long val)Process IN operation.longPlatformProcessorImpl. processInLongOutLong(int type, long val)Process IN operation.longPlatformTarget. processInLongOutLong(int type, long val)Process IN operation.PlatformTargetPlatformAbstractTarget. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformProcessorImpl. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformTarget. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformAsyncResultPlatformAbstractTarget. processInStreamAsync(int type, BinaryRawReaderEx reader)Process asynchronous operation.PlatformAsyncResultPlatformProcessorImpl. processInStreamAsync(int type, BinaryRawReaderEx reader)Process asynchronous operation.PlatformAsyncResultPlatformTarget. processInStreamAsync(int type, BinaryRawReaderEx reader)Process asynchronous operation.longPlatformAbstractTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformAbstractTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.longPlatformProcessorImpl. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformProcessorImpl. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.longPlatformTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.PlatformTargetPlatformAbstractTarget. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformProcessorImpl. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformTarget. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.voidPlatformAbstractTarget. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformProcessorImpl. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformTarget. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformAbstractTarget. processOutObject(int type)Process OUT operation.PlatformTargetPlatformProcessorImpl. processOutObject(int type)Process OUT operation.PlatformTargetPlatformTarget. processOutObject(int type)Process OUT operation.voidPlatformAbstractTarget. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformProcessorImpl. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformTarget. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteInternalFuture fut)Reads future information and listens.protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteFuture fut)Reads future information and listens.protected PlatformListenablePlatformAbstractTarget. readAndListenFuture(BinaryRawReader reader, IgniteFuture fut, PlatformFutureUtils.Writer writer)Reads future information and listens.voidPlatformNoopProcessor. registerStore(PlatformCacheStore store, boolean convertBinary)Register cache store.voidPlatformProcessor. registerStore(PlatformCacheStore store, boolean convertBinary)Register cache store.voidPlatformProcessorImpl. registerStore(PlatformCacheStore store, boolean convertBinary)Register cache store.voidPlatformProcessorImpl. start()Starts grid component.voidPlatformProcessorImpl. stop(boolean cancel)Stops grid component.static <T> TPlatformAbstractTarget. throwUnsupported(int type)Throw an exception rendering unsupported operation type. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.binary
Methods in org.apache.ignite.internal.processors.platform.binary that throw IgniteCheckedException Modifier and Type Method Description longPlatformBinaryProcessor. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformBinaryProcessor. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformBinaryProcessor. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.cache
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.cache Modifier and Type Class Description classPlatformCachePartialUpdateExceptionInterop cache partial update exception.Methods in org.apache.ignite.internal.processors.platform.cache that throw IgniteCheckedException Modifier and Type Method Description voidPlatformCacheManager. onKernalStart()longPlatformCache. processInLongOutLong(int type, long val)Process IN operation.longPlatformCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type.longPlatformCache. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.PlatformTargetPlatformCache. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.PlatformTargetPlatformCache. processOutObject(int type)Process OUT operation.voidPlatformCache. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformCacheIterator. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformCacheManager. start(GridCacheContext cctx)Starts manager. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.cache.affinity
Methods in org.apache.ignite.internal.processors.platform.cache.affinity that throw IgniteCheckedException Modifier and Type Method Description longPlatformAffinity. processInLongOutLong(int type, long val)Process IN operation.longPlatformAffinity. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformAffinityFunctionTarget. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformAffinityManager. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformAffinity. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformAffinityFunctionTarget. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformAffinityFunction. setIgnite(Ignite ignite)Injects the Ignite.Constructors in org.apache.ignite.internal.processors.platform.cache.affinity that throw IgniteCheckedException Constructor Description PlatformAffinity(PlatformContext platformCtx, @Nullable String name)Constructor. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.cache.query
Methods in org.apache.ignite.internal.processors.platform.cache.query that throw IgniteCheckedException Modifier and Type Method Description longPlatformAbstractQueryCursor. processInLongOutLong(int type, long val)Process IN operation.longPlatformContinuousQueryProxy. processInLongOutLong(int type, long val)Process IN operation.PlatformTargetPlatformContinuousQueryProxy. processOutObject(int type)Process OUT operation.voidPlatformAbstractQueryCursor. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformFieldsQueryCursor. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation.voidPlatformContinuousQuery. start(IgniteCacheProxy cache, boolean loc, int bufSize, long timeInterval, boolean autoUnsubscribe, Query initialQry, boolean includeExpired)Start continuous query execution.voidPlatformContinuousQueryImpl. start(IgniteCacheProxy cache, boolean loc, int bufSize, long timeInterval, boolean autoUnsubscribe, Query initialQry, boolean includeExpired)Start query execution. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.callback
Methods in org.apache.ignite.internal.processors.platform.callback that throw IgniteCheckedException Modifier and Type Method Description voidPlatformCallbackGateway. serviceCancel(long memPtr)Cancels native service.voidPlatformCallbackGateway. serviceExecute(long memPtr)Executes native service.longPlatformCallbackGateway. serviceInit(long memPtr)Initializes native service.voidPlatformCallbackGateway. serviceInvokeMethod(long memPtr)Invokes service method. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.client
Methods in org.apache.ignite.internal.processors.platform.client that throw IgniteCheckedException Modifier and Type Method Description voidClientConnectionContext. initializeFromHandshake(GridNioSession ses, ClientListenerProtocolVersion ver, BinaryReaderExImpl reader)Initialize from handshake message. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.client.tx
Methods in org.apache.ignite.internal.processors.platform.client.tx with parameters of type IgniteCheckedException Modifier and Type Method Description RuntimeExceptionClientTxEndRequest. endTxException(IgniteCheckedException cause)Methods in org.apache.ignite.internal.processors.platform.client.tx that throw IgniteCheckedException Modifier and Type Method Description voidClientTxContext. acquire(boolean resumeTx)Acquire context to work with transaction in the current thread.voidClientTxContext. release(boolean suspendTx)Release context. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.cluster
Methods in org.apache.ignite.internal.processors.platform.cluster that throw IgniteCheckedException Modifier and Type Method Description longPlatformClusterGroup. processInLongOutLong(int type, long val)Process IN operation.PlatformTargetPlatformClusterGroup. processInObjectStreamOutObjectStream(int type, @Nullable PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.longPlatformClusterGroup. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.PlatformTargetPlatformClusterGroup. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.voidPlatformClusterGroup. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformClusterGroup. processOutObject(int type)Process OUT operation.voidPlatformClusterGroup. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.compute
Methods in org.apache.ignite.internal.processors.platform.compute that throw IgniteCheckedException Modifier and Type Method Description booleanPlatformCompute.ComputeConvertingFuture. cancel()Cancels this future.protected booleanPlatformAbstractJob. createJob(PlatformContext ctx)Create job in native platform if needed.protected abstract ObjectPlatformAbstractJob. execute0(PlatformContext ctx)Internal job execution routine.@Nullable ObjectPlatformClosureJob. execute0(PlatformContext ctx)Internal job execution routine.@Nullable ObjectPlatformFullJob. execute0(PlatformContext ctx)Internal job execution routine.protected ObjectPlatformCompute. executeJavaTask(BinaryRawReaderEx reader, boolean async)Execute task taking arguments from the given reader.ObjectPlatformCompute.ComputeConvertingFuture. get()Synchronously waits for completion of the computation and returns computation result.ObjectPlatformCompute.ComputeConvertingFuture. get(long timeout)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.ObjectPlatformCompute.ComputeConvertingFuture. get(long timeout, TimeUnit unit)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.ObjectPlatformCompute.ComputeConvertingFuture. getUninterruptibly()Synchronously waits for completion of the computation and returns computation result ignoring interrupts.protected ObjectPlatformAbstractFunc. invoke()Invokes this instance.longPlatformCompute. processInLongOutLong(int type, long val)Process IN operation.longPlatformComputeTaskSession. processInStreamOutLong(int type, BinaryRawReaderEx reader, PlatformMemory mem)Process IN operation.PlatformTargetPlatformCompute. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.voidPlatformCompute. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformComputeTaskSession. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.datastreamer
Methods in org.apache.ignite.internal.processors.platform.datastreamer that throw IgniteCheckedException Modifier and Type Method Description longPlatformDataStreamer. processInLongOutLong(int type, long val)Process IN operation.longPlatformDataStreamer. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.datastructures
Methods in org.apache.ignite.internal.processors.platform.datastructures that throw IgniteCheckedException Modifier and Type Method Description longPlatformAtomicLong. processInLongOutLong(int type, long val)Process IN operation.longPlatformAtomicReference. processInLongOutLong(int type, long val)Process IN operation.longPlatformAtomicSequence. processInLongOutLong(int type, long val)Process IN operation.longPlatformAtomicLong. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.longPlatformAtomicReference. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformAtomicReference. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformAtomicReference. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.dotnet
Methods in org.apache.ignite.internal.processors.platform.dotnet that throw IgniteCheckedException Modifier and Type Method Description protected intPlatformDotNetCacheStore. doInvoke(IgniteInClosure<BinaryRawWriterEx> task, IgniteInClosure<BinaryRawReaderEx> readClo)Perform actual invoke.voidPlatformDotNetCacheStore. initialize(GridKernalContext ctx, boolean convertBinary)Initialize the store. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.entityframework
Methods in org.apache.ignite.internal.processors.platform.entityframework that throw IgniteCheckedException Modifier and Type Method Description longPlatformDotNetEntityFrameworkCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.events
Methods in org.apache.ignite.internal.processors.platform.events that throw IgniteCheckedException Modifier and Type Method Description longPlatformEvents. processInLongOutLong(int type, long val)Process IN operation.longPlatformEvents. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformEvents. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformEvents. processOutObject(int type)Process OUT operation.voidPlatformEvents. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.messaging
Methods in org.apache.ignite.internal.processors.platform.messaging that throw IgniteCheckedException Modifier and Type Method Description longPlatformMessaging. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformMessaging. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformMessaging. processOutObject(int type)Process OUT operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.plugin
Methods in org.apache.ignite.internal.processors.platform.plugin that throw IgniteCheckedException Modifier and Type Method Description voidPlatformPluginProcessor. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.services
Methods in org.apache.ignite.internal.processors.platform.services that throw IgniteCheckedException Modifier and Type Method Description ObjectPlatformAbstractService. invokeMethod(String mthdName, boolean srvKeepBinary, boolean deserializeResult, @Nullable Object[] args, @Nullable Map<String,Object> callAttrs)Invokes native service method.ObjectPlatformService. invokeMethod(String mthdName, boolean srvKeepBinary, boolean deserializeResult, @Nullable Object[] args, @Nullable Map<String,Object> callAttrs)Invokes native service method.longPlatformServices. processInLongOutLong(int type, long val)Process IN operation.PlatformTargetPlatformServices. processInObjectStreamOutObjectStream(int type, PlatformTarget arg, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.longPlatformServices. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.PlatformTargetPlatformServices. processInStreamOutObject(int type, BinaryRawReaderEx reader)Process IN-OUT operation.voidPlatformServices. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.PlatformTargetPlatformServices. processOutObject(int type)Process OUT operation.voidPlatformServices. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.transactions
Methods in org.apache.ignite.internal.processors.platform.transactions that throw IgniteCheckedException Modifier and Type Method Description longPlatformTransactions. processInLongOutLong(int type, long val)Process IN operation.longPlatformTransactions. processInStreamOutLong(int type, BinaryRawReaderEx reader)Process IN operation.voidPlatformTransactions. processInStreamOutStream(int type, BinaryRawReaderEx reader, BinaryRawWriterEx writer)Process IN-OUT operation.voidPlatformTransactions. processOutStream(int type, BinaryRawWriterEx writer)Process OUT operation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils that return IgniteCheckedException Modifier and Type Method Description static IgniteCheckedExceptionPlatformUtils. unwrapQueryException(Throwable err)Unwrap query exception.Methods in org.apache.ignite.internal.processors.platform.utils that throw IgniteCheckedException Modifier and Type Method Description booleanPlatformListenable. cancel()Cancel this instance.longPlatformListenableTarget. processInLongOutLong(int type, long val)Process IN operation.static ObjectPlatformUtils. readInvocationResult(PlatformContext ctx, BinaryRawReaderEx reader)Reads invocation result (of a job/service/etc) using a common protocol.static ObjectPlatformUtils. readInvocationResult(PlatformContext ctx, BinaryRawReaderEx reader, boolean deserialize)Reads invocation result (of a job/service/etc) using a common protocol. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.platform.websession
Methods in org.apache.ignite.internal.processors.platform.websession that throw IgniteCheckedException Modifier and Type Method Description longPlatformDotNetSessionCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.plugin
Methods in org.apache.ignite.internal.processors.plugin that throw IgniteCheckedException Modifier and Type Method Description protected voidCachePluginManager. onKernalStart0()voidIgnitePluginProcessor. start()Starts grid component.protected voidCachePluginManager. start0()voidCachePluginManager. validate()Validates cache plugin configurations.voidCachePluginManager. validateRemotes(CacheConfiguration rmtCfg, ClusterNode rmtNode)Checks that remote caches has configuration compatible with the local.Constructors in org.apache.ignite.internal.processors.plugin that throw IgniteCheckedException Constructor Description IgnitePluginProcessor(GridKernalContext ctx, IgniteConfiguration cfg, List<PluginProvider> providers) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.pool
Methods in org.apache.ignite.internal.processors.pool that throw IgniteCheckedException Modifier and Type Method Description ExecutorPoolProcessor. poolForPolicy(byte plc)Get executor service for policy.voidPoolProcessor. start()Starts grid component.voidPoolProcessor. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.port
Methods in org.apache.ignite.internal.processors.port that throw IgniteCheckedException Modifier and Type Method Description voidGridPortProcessor. start()Starts grid component.voidGridPortProcessor. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that throw IgniteCheckedException Modifier and Type Method Description QueryIndexDescriptorImplQueryIndexDescriptorImpl. addField(String field, int orderNum, boolean descending)Adds field to this index.voidQueryTypeDescriptorImpl. addFieldToTextIndex(String field)Adds field to text index.voidQueryTypeDescriptorImpl. addIndex(QueryIndexDescriptorImpl idx)Add index.voidQueryTypeDescriptorImpl. addProperty(GridQueryProperty prop, boolean failOnDuplicate)Adds property to the type descriptor.voidQueryTypeDescriptorImpl. addProperty(GridQueryProperty prop, boolean failOnDuplicate, boolean isField)Adds property to the type descriptor.booleanGridQueryProcessor. belongsToTable(GridCacheContext cctx, String expCacheName, String expTblName, KeyCacheObject key, CacheObject val)Check whether provided key and value belongs to expected cache and table.static QueryClassPropertyQueryUtils. buildClassProperty(Class<?> keyCls, Class<?> valCls, String pathStr, Class<?> resType, Map<String,String> aliases, boolean notNull, CacheObjectContext coCtx)static GridQueryPropertyQueryUtils. buildProperty(Class<?> keyCls, Class<?> valCls, String keyFieldName, String valueFieldName, String pathStr, Class<?> resType, Map<String,String> aliases, boolean notNull, CacheObjectContext coCtx)static QueryIndexDescriptorImplQueryUtils. createIndexDescriptor(QueryTypeDescriptorImpl typeDesc, QueryIndex idx)Create index descriptor.GridFutureAdapter<?>DistributedSqlConfiguration. defaultQueryTimeout(int timeout)voidGridQueryProcessor. dynamicTableCreate(String schemaName, QueryEntity entity, String templateName, String cacheName, String cacheGroup, @Nullable String dataRegion, String affinityKey, @Nullable CacheAtomicityMode atomicityMode, @Nullable CacheWriteSynchronizationMode writeSyncMode, @Nullable Integer backups, boolean ifNotExists, @Nullable Boolean encrypted, @Nullable Integer qryParallelism)Create cache and table from given query entity.<R> RGridQueryProcessor. executeQuery(GridCacheQueryType qryType, String qry, @Nullable GridCacheContext<?,?> cctx, IgniteOutClosureX<R> clo, boolean complete)voidGridQueryProcessor. initQueryStructuresForNotStartedCache(DynamicCacheDescriptor cacheDesc)Initialize query infrastructure for not started cache.IgniteSpiCloseableIterator<List<?>>GridQueryFieldsResult. iterator()Gets iterator over queried fields.GridCloseableIterator<List<?>>GridQueryFieldsResultAdapter. iterator()Gets iterator over queried fields.voidGridQueryProcessor. onCacheKernalStart()Handle cache kernal start.voidGridQueryProcessor. onCacheReconnect()Handle cache reconnect.voidGridQueryProcessor. onCacheStart(GridCacheContextInfo cacheInfo, QuerySchema schema, boolean isSql)Handle cache start.voidGridQueryProcessor. onCacheStart0(GridCacheContextInfo<?,?> cacheInfo, QuerySchema schema, boolean isSql)Create type descriptors from schema and initialize indexing for given cache.voidGridQueryIndexing. onClientDisconnect()Performs necessary actions on disconnect of a stateful client (say, one associated with a transaction).voidGridQueryProcessor. onClientDisconnect()Performs necessary actions on disconnect of a stateful client (say, one associated with a transaction).voidGridQueryProcessor. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.static voidQueryUtils. processBinaryMeta(GridKernalContext ctx, QueryEntity qryEntity, QueryTypeDescriptorImpl d)Processes declarative metadata for binary object.static voidQueryUtils. processClassMeta(QueryEntity qryEntity, QueryTypeDescriptorImpl d, CacheObjectContext coCtx)Processes declarative metadata for binary object.static voidQueryUtils. processDynamicIndexChange(String idxName, @Nullable QueryIndex idx, QueryTypeDescriptorImpl d)Process dynamic index change.<K,V>
IndexQueryResult<K,V>GridQueryProcessor. queryIndex(String cacheName, String valCls, IndexQueryDesc idxQryDesc, @Nullable IgniteBiPredicate<K,V> entryFilter, IndexingQueryFilter cacheFilter, boolean keepBinary, int taskHash)<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)voidGridQueryIndexing. registerCache(String cacheName, String schemaName, GridCacheContextInfo<?,?> cacheInfo)Registers cache.voidGridQueryIndexing. remove(GridCacheContext cctx, GridQueryTypeDescriptor type, CacheDataRow row)Removes index entry by key.voidGridQueryProcessor. remove(GridCacheContext cctx, CacheDataRow row)voidQueryTypeDescriptorImpl. removeProperty(String name)Removes a property with specified name.voidGridQueryTypeDescriptor. setDefaults(Object key, Object val)Sets defaults value for given key and value.voidQueryTypeDescriptorImpl. setDefaults(Object key, Object val)Sets defaults value for given key and value.voidGridQueryProperty. setValue(Object key, Object val, Object propVal)Sets this property value for the given object.voidGridQueryTypeDescriptor. setValue(String field, Object key, Object val, Object propVal)Sets field value for given key and value.voidQueryTypeDescriptorImpl. setValue(String field, Object key, Object val, Object propVal)Sets field value for given key and value.voidQueryUtils.KeyOrValProperty. setValue(Object key, Object val, Object propVal)Sets this property value for the given object.voidGridQueryIndexing. start(GridKernalContext ctx, GridSpinBusyLock busyLock)Starts indexing.voidGridQueryProcessor. start()Starts grid component.voidGridQueryIndexing. stop()Stops indexing.voidGridQueryProcessor. stop(boolean cancel)Stops grid component.voidGridQueryIndexing. store(GridCacheContext cctx, GridQueryTypeDescriptor type, CacheDataRow row, CacheDataRow prevRow, boolean prevRowAvailable)Updates index.voidGridQueryProcessor. store(GridCacheContext cctx, CacheDataRow newRow, @Nullable CacheDataRow prevRow, boolean prevRowAvailable)List<Long>GridQueryIndexing. streamBatchedUpdateQuery(String schemaName, String qry, List<Object[]> params, SqlClientContext cliCtx, String qryInitiatorId)Execute a batched INSERT statement using data streamer as receiver.longGridQueryIndexing. streamUpdateQuery(String schemaName, String qry, @Nullable Object[] params, IgniteDataStreamer<?,?> streamer, String qryInitiatorId)Execute an INSERT statement using data streamer as receiver.@Nullable QueryTypeDescriptorImplGridQueryProcessor. typeByValue(String cacheName, CacheObjectContext coctx, KeyCacheObject key, CacheObject val, boolean checkType)static QueryTypeCandidateQueryUtils. typeForQueryEntity(GridKernalContext ctx, String cacheName, String schemaName, GridCacheContextInfo cacheInfo, QueryEntity qryEntity, List<Class<?>> mustDeserializeClss, boolean escape)Create type candidate for query entity.voidGridQueryProcessor. validateKeyAndValue(CacheObjectContext coctx, KeyCacheObject key, CacheObject val)Performs validation of provided key and value against configured constraints.voidGridQueryTypeDescriptor. validateKeyAndValue(Object key, Object val)Performs validation of given key and value against configured constraints.voidQueryTypeDescriptorImpl. validateKeyAndValue(Object key, Object val)Performs validation of given key and value against configured constraints.ObjectGridQueryProperty. value(Object key, Object val)Gets this property value from the given object.<T> TGridQueryTypeDescriptor. value(String field, Object key, Object val)Gets field value for given key and value.<T> TQueryTypeDescriptorImpl. value(String field, Object key, Object val)Gets field value for given key and value.ObjectQueryUtils.KeyOrValProperty. value(Object key, Object val)Gets this property value from the given object.Constructors in org.apache.ignite.internal.processors.query that throw IgniteCheckedException Constructor Description GridQueryProcessor(GridKernalContext ctx)Constructor. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.query.property
Methods in org.apache.ignite.internal.processors.query.property that throw IgniteCheckedException Modifier and Type Method Description ObjectQueryFieldAccessor. getValue(Object obj)Get property value from given object.ObjectQueryMethodsAccessor. getValue(Object obj)Get property value from given object.ObjectQueryPropertyAccessor. getValue(Object obj)Get property value from given object.ObjectQueryReadOnlyMethodsAccessor. getValue(Object obj)Get property value from given object.voidQueryBinaryProperty. setValue(Object key, Object val, Object propVal)Sets this property value for the given object.voidQueryClassProperty. setValue(Object key, Object val, Object propVal)Sets this property value for the given object.voidQueryFieldAccessor. setValue(Object obj, Object newVal)Set property value on given object.voidQueryMethodsAccessor. setValue(Object obj, Object newVal)Set property value on given object.voidQueryPropertyAccessor. setValue(Object obj, Object newVal)Set property value on given object.voidQueryReadOnlyMethodsAccessor. setValue(Object obj, Object newVal)Set property value on given object.ObjectQueryBinaryProperty. value(Object key, Object val)Gets this property value from the given object.ObjectQueryClassProperty. value(Object key, Object val)Gets this property value from the given object. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.query.schema
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.query.schema Modifier and Type Class Description classSchemaIndexOperationCancellationExceptionException occurred when canceling index rebuild viaIndexRebuildCancelToken.classSchemaOperationExceptionSchema operation exception.Methods in org.apache.ignite.internal.processors.query.schema that throw IgniteCheckedException Modifier and Type Method Description booleanSchemaIndexCacheFilter. apply(CacheDataRow row)voidSchemaIndexCacheVisitorClosure. apply(CacheDataRow row)Apply closure.voidSchemaSqlViewManager. createView(String schemaName, String viewName, String viewSql, boolean replace)voidSchemaSqlViewManager. dropView(String schemaName, String viewName, boolean ifExists)voidSchemaSqlViewManager. onActivate(GridKernalContext kctx)Called when cluster performing activation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management that throw IgniteCheckedException Modifier and Type Method Description voidSchemaManager. addColumn(String schemaName, String tblName, List<QueryField> cols, boolean ifTblExists, boolean ifColNotExists)Add column.voidSchemaManager. addIndex(TableDescriptor tbl, IndexDescriptor idxDesc)Add index to the schema.voidSchemaManager. createIndex(String schemaName, String tblName, QueryIndexDescriptorImpl idxDesc, boolean ifNotExists, SchemaIndexCacheVisitor cacheVisitor)Create index dynamically.voidSchemaManager. dropColumn(String schemaName, String tblName, List<String> cols, boolean ifTblExists, boolean ifColExists)Drop column.voidSchemaManager. dropIndex(String schemaName, String idxName, boolean ifExists)Drop index.voidSchemaManager. onCacheCreated(String cacheName, String schemaName, Class<?>[] sqlFuncs)Invoked when cache is created.voidSchemaManager. onCacheTypeCreated(GridCacheContextInfo<?,?> cacheInfo, GridQueryTypeDescriptor type, boolean isSql)Registers new class description.voidSchemaManager. start(String[] schemaNames)Handle node start. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat that throw IgniteCheckedException Modifier and Type Method Description voidColumnStatisticsCollector. add(Object val)Add value to statistics.voidIgniteStatisticsManager. collectStatistics(StatisticsObjectConfiguration... targets)Gather object statistics.voidIgniteStatisticsManagerImpl. collectStatistics(StatisticsObjectConfiguration... targets)Gather object statistics.StatisticsObjectConfigurationIgniteStatisticsConfigurationManager. config(StatisticsKey key)Read statistics object configuration by key.voidIgniteStatisticsManager. dropAll()Drop all statistics.voidIgniteStatisticsManager. dropStatistics(StatisticsTarget... targets)Clear object statistics.voidIgniteStatisticsManagerImpl. dropStatistics(StatisticsTarget... targets)Clear object statistics.List<StatisticsAddressedRequest>IgniteStatisticsHelper. generateGatheringRequests(StatisticsTarget target, StatisticsObjectConfiguration cfg)Generate local statistics requests.Collection<StatisticsObjectConfiguration>IgniteStatisticsConfigurationManager. getAllConfig()Get statistics configurations for all objects.CacheGroupContextIgniteStatisticsHelper. groupContext(StatisticsKey key)Get cache group context by specified statistics key.voidIgniteStatisticsPersistenceStoreImpl. onReadyForReadWrite(ReadWriteMetastorage metastorage)Fully functional metastore capable of performing reading and writing operations.voidIgniteStatisticsManager. refreshStatistics(StatisticsTarget... targets)Refresh object statistics.static StatisticsColumnDataStatisticsUtils. toMessage(ColumnStatistics stat)Convert ColumnStatistics to StaticColumnData message.static StatisticsObjectDataStatisticsUtils. toObjectData(StatisticsKeyMessage keyMsg, StatisticsType type, ObjectStatisticsImpl stat)Build statistics object data from values.static ObjectPartitionStatisticsImplStatisticsUtils. toObjectPartitionStatistics(GridKernalContext ctx, StatisticsObjectData objData)Convert StatsObjectData message to ObjectPartitionStatistics.voidIgniteStatisticsManager. usageState(StatisticsUsageState state)Set statistics usage state. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.resource
Methods in org.apache.ignite.internal.processors.resource that throw IgniteCheckedException Modifier and Type Method Description voidGridResourceProcessor. cleanup(LifecycleBean lifecycleBean)Cleans up resources from given lifecycle beans.voidGridResourceProcessor. cleanup(Service svc)Cleans up resources from given service.voidGridResourceProcessor. cleanup(IgniteSpi spi)Cleans up resources from given SPI implementation.voidGridResourceProcessor. cleanupGeneric(Object obj)booleanGridResourceIoc. inject(Object target, Class<? extends Annotation> annCls, org.apache.ignite.internal.processors.resource.GridResourceInjector injector, @Nullable GridDeployment dep, @Nullable Class<?> depCls)Injects given resource via field or setter with specified annotations on provided target object.voidGridResourceJobContextInjector. inject(org.apache.ignite.internal.processors.resource.GridResourceField field, Object target, Class<?> depCls, GridDeployment dep)voidGridResourceJobContextInjector. inject(org.apache.ignite.internal.processors.resource.GridResourceMethod mtd, Object target, Class<?> depCls, GridDeployment dep)voidGridResourceLoggerInjector. inject(org.apache.ignite.internal.processors.resource.GridResourceField field, Object target, Class<?> depCls, GridDeployment dep)voidGridResourceLoggerInjector. inject(org.apache.ignite.internal.processors.resource.GridResourceMethod mtd, Object target, Class<?> depCls, GridDeployment dep)voidGridResourceProcessor. inject(Object obj, GridResourceIoc.AnnotationSet annSet, Object... params)voidGridResourceProcessor. inject(GridDeployment dep, Class<?> depCls, Object target)Injects resources into generic class.voidGridResourceProcessor. inject(GridDeployment dep, Class<?> taskCls, ComputeJob job, ComputeTaskSession ses, GridJobContextImpl jobCtx)Injects held resources into givenjob.voidGridResourceProcessor. inject(GridDeployment dep, ComputeTask<?,?> task, GridTaskSessionImpl ses, ComputeLoadBalancer balancer, ComputeTaskContinuousMapper mapper)Injects held resources into given grid task.voidGridResourceProcessor. inject(LifecycleBean lifecycleBean)Injects held resources into given lifecycle bean.voidGridResourceProcessor. inject(Service svc, ServiceContext svcCtx)Injects resources into service.voidGridResourceProcessor. inject(IgniteSpi spi)Injects held resources into given SPI implementation.voidGridResourceProxiedIgniteInjector. inject(org.apache.ignite.internal.processors.resource.GridResourceField field, Object target, Class<?> depCls, GridDeployment dep)voidGridResourceProxiedIgniteInjector. inject(org.apache.ignite.internal.processors.resource.GridResourceMethod mtd, Object target, Class<?> depCls, GridDeployment dep)voidGridResourceServiceInjector. inject(org.apache.ignite.internal.processors.resource.GridResourceField field, Object target, Class<?> depCls, GridDeployment dep)voidGridResourceServiceInjector. inject(org.apache.ignite.internal.processors.resource.GridResourceMethod mtd, Object target, Class<?> depCls, GridDeployment dep)voidGridResourceProcessor. injectBasicResource(Object target, Class<? extends Annotation> annCls, Object rsrc)This method is declared public as it is used from tests as well.voidGridResourceProcessor. injectCacheName(Object obj, String cacheName)Injects cache name into given object.voidGridResourceProcessor. injectGeneric(Object obj)booleanGridResourceProcessor. injectStoreSession(Object obj, CacheStoreSession ses)Injects cache store session into given object.voidGridResourceProcessor. invokeAnnotated(GridDeployment dep, Object target, Class<? extends Annotation> annCls)voidGridResourceProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.voidGridResourceProcessor. start()Starts grid component.ObjectGridSpringResourceContext. unwrapTarget(Object target)Return original object if AOP used with proxy objects. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest
Methods in org.apache.ignite.internal.processors.rest that throw IgniteCheckedException Modifier and Type Method Description GridRestResponseGridRestProtocolHandler. handle(GridRestRequest req)voidGridRestProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.voidGridRestProcessor. start()Starts grid component.voidGridRestProtocol. start(GridRestProtocolHandler hnd)Starts protocol. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers
Methods in org.apache.ignite.internal.processors.rest.handlers that throw IgniteCheckedException Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridRestCommandHandler. handleAsync(GridRestRequest req) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.cache
Methods in org.apache.ignite.internal.processors.rest.handlers.cache that throw IgniteCheckedException Modifier and Type Method Description protected IgniteInternalCache<Object,Object>GridCacheCommandHandler. localCache(String cacheName) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.cluster
Methods in org.apache.ignite.internal.processors.rest.handlers.cluster that throw IgniteCheckedException Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridBaselineCommandHandler. handleAsync(GridRestRequest req)IgniteInternalFuture<GridRestResponse>GridChangeClusterStateCommandHandler. handleAsync(GridRestRequest restReq)IgniteInternalFuture<GridRestResponse>GridChangeStateCommandHandler. handleAsync(GridRestRequest restRest) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.redis
Methods in org.apache.ignite.internal.processors.rest.handlers.redis that throw IgniteCheckedException Modifier and Type Method Description abstract GridRestRequestGridRedisRestCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.redis.exception
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.redis.exception Modifier and Type Class Description classGridRedisGenericExceptionGeneric Redis protocol exception.classGridRedisTypeExceptionException on operation on the wrong data type. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.redis.key
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.key that throw IgniteCheckedException Modifier and Type Method Description GridRestRequestGridRedisDelCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest.GridRestRequestGridRedisExistsCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest.GridRestRequestGridRedisExpireCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.redis.server
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.server that throw IgniteCheckedException Modifier and Type Method Description GridRestRequestGridRedisDbSizeCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest.GridRestRequestGridRedisFlushCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.redis.string
-
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.handlers.user
Methods in org.apache.ignite.internal.processors.rest.handlers.user that throw IgniteCheckedException Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>UserActionCommandHandler. handleAsync(GridRestRequest req) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.protocols
Methods in org.apache.ignite.internal.processors.rest.protocols that throw IgniteCheckedException Modifier and Type Method Description protected voidGridRestProtocolAdapter. assertParameter(boolean cond, String condDesc) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.protocols.tcp
Methods in org.apache.ignite.internal.processors.rest.protocols.tcp that throw IgniteCheckedException Modifier and Type Method Description @Nullable GridClientMessageGridTcpRestParser. decode(GridNioSession ses, ByteBuffer buf)This method is called when input bytes are available on the underlying network connection.ByteBufferGridTcpRestParser. encode(GridNioSession ses, Object msg0)This method is called whenever a message should be sent to the network connection and network buffer is ready to be filled with bytes.protected GridClientMessageGridTcpRestParser. parseClientMessage(GridNioSession ses, GridTcpRestParser.ParserState state)ParsesGridClientMessagefrom raw bytes.voidGridTcpRestProtocol. start(GridRestProtocolHandler hnd)Starts protocol. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.rest.protocols.tcp.redis
Methods in org.apache.ignite.internal.processors.rest.protocols.tcp.redis that throw IgniteCheckedException Modifier and Type Method Description static booleanGridRedisProtocolParser. ensureArrayStart(ByteBuffer buf)Checks first byte isGridRedisProtocolParser.ARRAY.static StringGridRedisProtocolParser. readBulkStr(ByteBuffer buf)Reads a bulk string.static intGridRedisProtocolParser. readInt(ByteBuffer buf)Counts elements in buffer. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.security
Methods in org.apache.ignite.internal.processors.security that throw IgniteCheckedException Modifier and Type Method Description default voidGridSecurityProcessor. alterUser(String login, char[] pwd)Alters password of user with the specified login.voidIgniteSecurity. alterUser(String login, char[] pwd)Alters password of user with the specified login.voidIgniteSecurityProcessor. alterUser(String login, char[] pwd)Alters password of user with the specified login.voidNoOpIgniteSecurityProcessor. alterUser(String login, char[] pwd)Alters password of user with the specified login.SecurityContextGridSecurityProcessor. authenticate(AuthenticationContext ctx)Authenticates subject via underlying Authenticator.SecurityContextIgniteSecurity. authenticate(AuthenticationContext ctx)Delegates call toGridSecurityProcessor.authenticate(AuthenticationContext)SecurityContextIgniteSecurityProcessor. authenticate(AuthenticationContext ctx)Delegates call toGridSecurityProcessor.authenticate(AuthenticationContext)SecuritySubjectGridSecurityProcessor. authenticatedSubject(UUID subjId)Gets authenticated node subject.SecuritySubjectIgniteSecurity. authenticatedSubject(UUID subjId)Delegates call toGridSecurityProcessor.authenticatedSubject(UUID)SecuritySubjectIgniteSecurityProcessor. authenticatedSubject(UUID subjId)Delegates call toGridSecurityProcessor.authenticatedSubject(UUID)Collection<SecuritySubject>GridSecurityProcessor. authenticatedSubjects()Gets collection of authenticated nodes.Collection<SecuritySubject>IgniteSecurity. authenticatedSubjects()Delegates call toGridSecurityProcessor.authenticatedSubjects()Collection<SecuritySubject>IgniteSecurityProcessor. authenticatedSubjects()Delegates call toGridSecurityProcessor.authenticatedSubjects()SecurityContextGridSecurityProcessor. authenticateNode(ClusterNode node, SecurityCredentials cred)Authenticates grid node with it's attributes via underlying Authenticator.SecurityContextIgniteSecurity. authenticateNode(ClusterNode node, SecurityCredentials cred)SecurityContextIgniteSecurityProcessor. authenticateNode(ClusterNode node, SecurityCredentials cred)default voidGridSecurityProcessor. createUser(String login, char[] pwd)Creates user with the specified login and password.voidIgniteSecurity. createUser(String login, char[] pwd)Creates user with the specified login and password.voidIgniteSecurityProcessor. createUser(String login, char[] pwd)Creates user with the specified login and password.voidNoOpIgniteSecurityProcessor. createUser(String login, char[] pwd)Creates user with the specified login and password.default voidGridSecurityProcessor. dropUser(String login)Drops user with the specified login.voidIgniteSecurity. dropUser(String login)Drops user with the specified login.voidIgniteSecurityProcessor. dropUser(String login)Drops user with the specified login.voidNoOpIgniteSecurityProcessor. dropUser(String login)Drops user with the specified login.voidIgniteSecurityProcessor. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.voidIgniteSecurityProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.@Nullable IgniteInternalFuture<?>IgniteSecurityProcessor. onReconnected(boolean clusterRestarted)Client reconnected callback.voidIgniteSecurityProcessor. start()Starts grid component.voidIgniteSecurityProcessor. stop(boolean cancel)Stops grid component.static Map<String,Object>SecurityUtils. withSecurityContext(SecurityContext secCtx, Map<String,Object> nodeAttrs, Marshaller marsh)Marshals specified security context and adds it to the node attributes. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.service
Subclasses of IgniteCheckedException in org.apache.ignite.internal.processors.service Modifier and Type Class Description classGridServiceNotFoundExceptionException thrown if service is not found.Methods in org.apache.ignite.internal.processors.service that throw IgniteCheckedException Modifier and Type Method Description voidIgniteServiceProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.IgniteInternalFuture<?>IgniteServiceProcessor. onReconnected(boolean active)Client reconnected callback.@Nullable Map<UUID,Integer>IgniteServiceProcessor. serviceTopology(String name, long timeout)voidIgniteServiceProcessor. start()Starts grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.session
Methods in org.apache.ignite.internal.processors.session that throw IgniteCheckedException Modifier and Type Method Description voidGridTaskSessionProcessor. start()Starts session processor.voidGridTaskSessionProcessor. stop(boolean cancel)Stops session processor. -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.task
Methods in org.apache.ignite.internal.processors.task that throw IgniteCheckedException Modifier and Type Method Description voidGridTaskProcessor. onActivate(GridKernalContext kctx)Called when cluster performing activation.voidGridTaskProcessor. onDisconnected(IgniteFuture<?> reconnectFut)Client disconnected callback.voidGridTaskProcessor. onKernalStart(boolean active)Callback that notifies that kernal has successfully started, including all managers and processors.voidGridTaskProcessor. setAttributes(GridTaskSessionImpl ses, Map<?,?> attrs) -
Uses of IgniteCheckedException in org.apache.ignite.internal.processors.timeout
Method parameters in org.apache.ignite.internal.processors.timeout with type arguments of type IgniteCheckedException Modifier and Type Method Description voidGridTimeoutProcessor. waitAsync(IgniteInternalFuture<?> fut, long timeout, IgniteBiInClosure<IgniteCheckedException,Boolean> clo)Wait for a future (listen with timeout).Methods in org.apache.ignite.internal.processors.timeout that throw IgniteCheckedException Modifier and Type Method Description voidGridTimeoutProcessor. stop(boolean cancel)Stops grid component. -
Uses of IgniteCheckedException in org.apache.ignite.internal.sql.optimizer.affinity
Methods in org.apache.ignite.internal.sql.optimizer.affinity that throw IgniteCheckedException Modifier and Type Method Description Collection<Integer>PartitionCompositeNode. apply(PartitionClientContext cliCtx, Object... args)Get partitions.Collection<Integer>PartitionGroupNode. apply(PartitionClientContext ctx, Object... args)Get partitions.Collection<Integer>PartitionNode. apply(@Nullable PartitionClientContext cliCtx, Object... args)Get partitions.Collection<Integer>PartitionSingleNode. apply(PartitionClientContext cliCtx, Object... args)Get partitions.IntegerPartitionParameterNode. applySingle(PartitionClientContext cliCtx, Object... args)Apply arguments and get single partition.abstract IntegerPartitionSingleNode. applySingle(@Nullable PartitionClientContext cliCtx, Object... args)Apply arguments and get single partition.intPartitionResolver. partition(Object arg, int dataType, String cacheName)Resolve partition. -
Uses of IgniteCheckedException in org.apache.ignite.internal.transactions
Subclasses of IgniteCheckedException in org.apache.ignite.internal.transactions Modifier and Type Class Description classIgniteTxHeuristicCheckedExceptionException thrown whenever grid transaction enters an unknown state.classIgniteTxOptimisticCheckedExceptionException thrown whenever grid transactions fail optimistically.classIgniteTxRollbackCheckedExceptionException thrown whenever grid transactions has been automatically rolled back.classIgniteTxTimeoutCheckedExceptionException thrown whenever grid transactions time out.classTransactionCheckedExceptionInternal transaction exceptions base. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteCheckedException Modifier and Type Method Description static IgniteCheckedExceptionIgniteUtils. cast(Throwable t)Casts the passedThrowable ttoIgniteCheckedException.
Iftis aGridClosureException, it is unwrapped and then cast toIgniteCheckedException.static IgniteCheckedExceptionIgniteUtils. exceptionWithSuppressed(String msg, @Nullable Collection<Throwable> suppressed)CreatesIgniteCheckedExceptionwith the collection of suppressed exceptions.Methods in org.apache.ignite.internal.util that return types with arguments of type IgniteCheckedException Modifier and Type Method Description static C1<IgniteCheckedException,IgniteException>IgniteUtils. getExceptionConverter(Class<? extends IgniteCheckedException> clazz)Gets IgniteClosure for an IgniteCheckedException class.Methods in org.apache.ignite.internal.util with parameters of type IgniteCheckedException Modifier and Type Method Description static IgniteExceptionIgniteUtils. convertException(IgniteCheckedException e)static ExceptionIgniteUtils. convertExceptionNoWrap(IgniteCheckedException e)Converts exception, but unlikeIgniteUtils.convertException(IgniteCheckedException)does not wrap passed in exception if none suitable converter found.Method parameters in org.apache.ignite.internal.util with type arguments of type IgniteCheckedException Modifier and Type Method Description static C1<IgniteCheckedException,IgniteException>IgniteUtils. getExceptionConverter(Class<? extends IgniteCheckedException> clazz)Gets IgniteClosure for an IgniteCheckedException class.Methods in org.apache.ignite.internal.util that throw IgniteCheckedException Modifier and Type Method Description TGridCircularBuffer. add(T t, @Nullable IgniteInClosureX<T> c)voidIgniteTree.InvokeClosure. call(T row)voidGridCloseableIteratorAdapter. close()Closes the iterator and frees all the resources held by the iterator.voidGridCloseableIteratorAdapterEx. close()Closes the iterator and frees all the resources held by the iterator.voidGridEmptyCloseableIterator. close()Closes the iterator and frees all the resources held by the iterator.voidGridWeakIterator. close()Closes iterator.static byte[]IgniteUtils. decodeHex(char[] data)Converts an array of characters representing hexidecimal values into an array of bytes of those same values.static StringIgniteUtils. defaultWorkDirectory()Get default work directory.static longIgniteUtils. dirSize(Path path)Will calculate the size of a directory.static <T,R>
Collection<R>IgniteUtils. doInParallel(int parallelismLvl, ExecutorService executorSvc, Collection<T> srcDatas, IgniteThrowableFunction<T,R> operation)Execute operation on data in parallel.static <T,R>
Collection<R>IgniteUtils. doInParallel(ExecutorService executorSvc, Collection<T> srcDatas, IgniteThrowableFunction<T,R> operation)Execute operation on data in parallel.static <T,R>
Collection<R>IgniteUtils. doInParallelUninterruptibly(int parallelismLvl, ExecutorService executorSvc, Collection<T> srcDatas, IgniteThrowableFunction<T,R> operation)Execute operation on data in parallel uninterruptibly.static voidIgniteUtils. ensureDirectory(File dir, String msg, IgniteLogger log)Checks if the given directory exists and attempts to create one if not.static voidIgniteUtils. ensureDirectory(Path dir, String msg, IgniteLogger log)Checks if the given directory exists and attempts to create one if not.static <T> TIgniteUtils. field(Class<?> cls, String fieldName)Gets field value.GridCursor<T>IgniteTree. find(L lower, L upper)Returns a cursor from lower to upper bounds inclusive.GridCursor<T>IgniteTree. find(L lower, L upper, Object x)Returns a cursor from lower to upper bounds inclusive.TIgniteTree. findFirst()Returns a value mapped to the lowest key, ornullif tree is emptyTIgniteTree. findLast()Returns a value mapped to the greatest key, ornullif tree is emptyTIgniteTree. findOne(L key)Returns the value to which the specified key is mapped, ornullif this tree contains no mapping for the key.@Nullable ObjectGridReflectionCache. firstFieldValue(Object o)Gets field value for object.@Nullable ObjectGridReflectionCache. firstMethodValue(Object o)Gets method return value for object.static @Nullable Constructor<?>IgniteUtils. forceEmptyConstructor(Class<?> cls)Gets empty constructor for class even if the class does not have empty constructor declared.static <T> TIgniteUtils. forceNewInstance(Class<?> cls)Creates new instance of a class even if it does not have public constructor.VGridCursorIteratorWrapper. get()Gets element at current position.static <T> TIgniteUtils. get(Future<T> fut)Gets result from the given future with right exception handling.booleanGridCloseableIteratorAdapter. hasNextX()This method is the same asIterator.hasNext(), but allows for failure with exception.booleanGridCloseableIteratorAdapterEx. hasNextX()This method is the same asIterator.hasNext(), but allows for failure with exception.TGridAtomicInitializer. init(Callable<T> c)Executes initialization operation only once.static IgniteLoggerIgniteUtils. initLogger(@Nullable IgniteLogger cfgLog, @Nullable String app, @Nullable UUID nodeId, String workDir)static IgniteLoggerIgniteUtils. initLogger(IgniteConfiguration cfg, String app)static voidIgniteUtils. initWorkDir(IgniteConfiguration cfg)Resolves work directory.voidIgniteTree. invoke(L key, Object x, IgniteTree.InvokeClosure<T> c)static <T> TIgniteUtils. invoke(@Nullable Class<?> cls, @Nullable Object obj, String mtdName, Class[] paramTypes, Object... params)Invokes method.static <T> TIgniteUtils. invoke(@Nullable Class<?> cls, @Nullable Object obj, String mtdName, Object... params)Invokes method.static voidIgniteStopwatch. logTime(IgniteLogger log, String operationName, IgniteThrowableRunner operation)Execution given operation and calculation it time.static byte[]IgniteUtils. marshal(GridKernalContext ctx, Object obj)Marshals object to byte array.static byte[]IgniteUtils. marshal(GridCacheSharedContext ctx, Object obj)Marshals object to byte array.static voidIgniteUtils. marshal(Marshaller marsh, @Nullable Object obj, OutputStream out)Marshals object to byte array.static byte[]IgniteUtils. marshal(Marshaller marsh, Object obj)Marshals object to byte array.static <T> TIgniteUtils. newInstance(Class<T> cls)Creates new instance of a class only if it has an empty constructor (can be non-public).static <T> TIgniteUtils. newInstance(String cls)Creates new instance of a class only if it has an empty constructor (can be non-public).booleanGridCursorIteratorWrapper. next()Attempt to move cursor position forward.TGridCloseableIteratorAdapter. nextX()This method is the same asIterator.next(), but allows for failure with exception.TGridCloseableIteratorAdapterEx. nextX()This method is the same asIterator.next(), but allows for failure with exception.protected voidGridCloseableIteratorAdapter. onClose()Invoked on iterator close.protected voidGridCloseableIteratorAdapterEx. onClose()Invoked on iterator close.protected voidGridSpiCloseableIteratorWrapper. onClose()Invoked on iterator close.protected abstract booleanGridCloseableIteratorAdapter. onHasNext()protected abstract booleanGridCloseableIteratorAdapterEx. onHasNext()protected booleanGridSpiCloseableIteratorWrapper. onHasNext()protected abstract TGridCloseableIteratorAdapter. onNext()protected abstract TGridCloseableIteratorAdapterEx. onNext()protected TGridSpiCloseableIteratorWrapper. onNext()protected voidGridCloseableIteratorAdapter. onRemove()Called on remove from iterator.protected voidGridCloseableIteratorAdapterEx. onRemove()Called on remove from iterator.protected voidGridSpiCloseableIteratorWrapper. onRemove()Called on remove from iterator.static HostAndPortRangeHostAndPortRange. parse(String addrStr, int dfltPortFrom, int dfltPortTo, String errMsgPrefix)Parse string into host and port pair.<T> TInitializationProtector. protect(Object protectedKey, Supplier<T> initializedVal, IgniteThrowableRunner initializationCode)voidInitializationProtector. protect(Object protectedKey, IgniteThrowableRunner initializationCode)It method allows to avoid simultaneous initialization from various threads.TIgniteTree. put(T val)Put value in this tree.TIgniteTree. remove(L key)Removes the mapping for a key from this tree if it is present.voidGridCloseableIteratorAdapter. removeX()This method is the same asIterator.remove(), but allows for failure with exception.voidGridCloseableIteratorAdapterEx. removeX()This method is the same asIterator.remove(), but allows for failure with exception.static URLIgniteUtils. resolveSpringUrl(String springCfgPath)Resolve Spring configuration URL.static FileIgniteUtils. resolveWorkDirectory(String workDir, String path, boolean delIfExist)Resolves work directory.static FileIgniteUtils. resolveWorkDirectory(String workDir, String path, boolean delIfExist, boolean create)Resolves work directory.static PathIgniteUtils. searchFileRecursively(Path path, @NotNull String name)longIgniteTree. size()Returns the number of elements in this tree.static voidIgniteUtils. startLifecycleAware(Iterable<?> objs)For each object provided by the givenIterablechecks if it implementsLifecycleAwareinterface and executesLifecycleAware.start()method.static <T> TIgniteUtils. staticField(Class<?> cls, String fieldName)Gets static field value.static intIgniteUtils. toDigit(char ch, int idx)Converts a hexadecimal character to an integer.static <T> TIgniteUtils. unmarshal(GridKernalContext ctx, byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.static <T> TIgniteUtils. unmarshal(GridCacheSharedContext ctx, byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.static <T> TIgniteUtils. unmarshal(Marshaller marsh, byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.static <T> TIgniteUtils. unmarshal(Marshaller marsh, InputStream in, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.static <T> TIgniteUtils. unmarshalZip(Marshaller marsh, byte[] zipBytes, @Nullable ClassLoader clsLdr)static byte[]IgniteUtils. unzip(byte[] zipBytes)static StringIgniteUtils. workDirectory(@Nullable String userWorkDir, @Nullable String userIgniteHome)Get work directory for the given user-provided work directory and Ignite home.static <R> RIgniteUtils. wrapThreadLoader(ClassLoader ldr, Callable<R> c)Sets thread context class loader to the given loader, executes the closure, and then resets thread context class loader to its initial value.static byte[]IgniteUtils. zip(@org.jetbrains.annotations.Nullable byte[] bytes)Zip binary payload using default compression.static byte[]IgniteUtils. zip(@org.jetbrains.annotations.Nullable byte[] bytes, int compressionLevel) -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.future
Methods in org.apache.ignite.internal.util.future with parameters of type IgniteCheckedException Modifier and Type Method Description protected RuntimeExceptionIgniteFutureImpl. convertException(IgniteCheckedException e)Convert internal exception to public exception.Methods in org.apache.ignite.internal.util.future that throw IgniteCheckedException Modifier and Type Method Description booleanGridCompoundFuture. cancel()Default no-op implementation that always returnsfalse.booleanGridEmbeddedFuture. cancel()Default no-op implementation that always returnsfalse.booleanGridFutureAdapter. cancel()Default no-op implementation that always returnsfalse.TGridFinishedFuture. get()Synchronously waits for completion of the computation and returns computation result.TGridFinishedFuture. get(long timeout)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.TGridFinishedFuture. get(long timeout, TimeUnit unit)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.RGridFutureAdapter. get()Synchronously waits for completion of the computation and returns computation result.RGridFutureAdapter. get(long timeout)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.RGridFutureAdapter. get(long timeout, TimeUnit unit)Synchronously waits for completion of the computation for up to the timeout specified and returns computation result.TGridFinishedFuture. getUninterruptibly()Synchronously waits for completion of the computation and returns computation result ignoring interrupts.RGridFutureAdapter. getUninterruptibly()Synchronously waits for completion of the computation and returns computation result ignoring interrupts. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.io
Methods in org.apache.ignite.internal.util.io that throw IgniteCheckedException Modifier and Type Method Description static voidGridFileUtils. ensureHardLinkAvailable(Path path1, Path path2)Checks that creating hard links between given paths is available. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.ipc
Subclasses of IgniteCheckedException in org.apache.ignite.internal.util.ipc Modifier and Type Class Description classIpcEndpointBindExceptionRepresents exception occurred during IPC endpoint binding.Methods in org.apache.ignite.internal.util.ipc that throw IgniteCheckedException Modifier and Type Method Description IpcEndpointIpcServerEndpoint. accept()Accepts client IPC connection.static IpcEndpointIpcEndpointFactory. connectEndpoint(String endpointAddr, IgniteLogger log)Connects to open server IPC endpoint.InputStreamIpcEndpoint. inputStream()Gets input stream associated with this IPC endpoint.OutputStreamIpcEndpoint. outputStream()Gets output stream associated with this IPC endpoint.voidIpcServerEndpoint. start()Starts configured endpoint implementation. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.ipc.loopback
Methods in org.apache.ignite.internal.util.ipc.loopback that throw IgniteCheckedException Modifier and Type Method Description IpcEndpointIpcServerTcpEndpoint. accept()Accepts client IPC connection.InputStreamIpcClientTcpEndpoint. inputStream()Gets input stream associated with this IPC endpoint.OutputStreamIpcClientTcpEndpoint. outputStream()Gets output stream associated with this IPC endpoint.voidIpcServerTcpEndpoint. setupConfiguration(Map<String,String> endpointCfg)Sets configuration properties from the map.voidIpcServerTcpEndpoint. start()Starts configured endpoint implementation.Constructors in org.apache.ignite.internal.util.ipc.loopback that throw IgniteCheckedException Constructor Description IpcClientTcpEndpoint(String host, int port)Creates and connects client IPC endpoint. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.lang
Methods in org.apache.ignite.internal.util.lang that throw IgniteCheckedException Modifier and Type Method Description voidIgniteThrowableConsumer. accept(E e)Performs this operation on the given argument.voidGridPlainAbsClosure. apply()Applies this closure.RGridPlainClosure. apply(T arg)RGridPlainClosure2. apply(T1 arg1, T2 arg2)voidGridPlainInClosure. apply(T arg)RGridPlainOutClosure. apply()RIgniteThrowableFunction. apply(E e)Applies this function to the given argument.abstract voidGridAbsClosureX. applyx()Closure body that can throwIgniteCheckedException.abstract booleanGridAbsPredicateX. applyx()Predicate body that can throwIgniteCheckedException.abstract RGridClosure3X. applyx(E1 e1, E2 e2, E3 e3)Closure body that can throwIgniteCheckedException.abstract voidGridInClosure3X. applyx(E1 e1, E2 e2, E3 e3)In-closure body that can throwIgniteCheckedException.abstract booleanGridPredicate3X. applyx(E1 e1, E2 e2, E3 e3)Predicate body that can throwIgniteCheckedException.abstract RIgniteClosure2X. applyx(E1 e1, E2 e2)Closure body that can throwIgniteCheckedException.abstract RIgniteClosureX. applyx(E e)Closure body that can throwIgniteCheckedException.abstract voidIgniteInClosure2X. applyx(E1 e1, E2 e2)In-closure body that can throwIgniteCheckedException.abstract voidIgniteInClosureX. applyx(T t)In-closure body that can throwIgniteCheckedException.abstract TIgniteOutClosureX. applyx()Out-closure body that can throwIgniteCheckedException.abstract booleanIgnitePredicate2X. applyx(E1 e1, E2 e2)Predicate body that can throwIgniteCheckedException.abstract booleanIgnitePredicateX. applyx(E1 e)Predicate body that can throwIgniteCheckedException.abstract RIgniteReducer2X. applyx()Reducer body that can throwIgniteCheckedException.abstract RIgniteReducer3X. applyx()Reducer body that can throwIgniteCheckedException.abstract RIgniteReducerX. applyx()Reducer body that can throwIgniteCheckedException.static <T> voidGridFunc. awaitAll(long timeout, @Nullable Collection<IgniteInternalFuture<T>> futs)Deprecated.static <T,R>
RGridFunc. awaitAll(long timeout, @Nullable IgniteReducer<T,R> rdc, @Nullable Collection<IgniteInternalFuture<T>> futs)Deprecated.static <T> voidGridFunc. awaitAll(@Nullable Collection<IgniteInternalFuture<T>> futs)Deprecated.voidGridCloseableIterator. close()Closes the iterator and frees all the resources held by the iterator.voidGridFilteredClosableIterator. close()TGridCursor. get()Gets element at current position.EIgniteThrowableSupplier. get()Gets a result.booleanGridIterableAdapter. hasNextX()This method is the same asIterator.hasNext(), but allows for failure with exception.booleanGridIterableAdapter.IteratorWrapper. hasNextX()This method is the same asIterator.hasNext(), but allows for failure with exception.booleanGridIterator. hasNextX()This method is the same asIterator.hasNext(), but allows for failure with exception.booleanGridCursor. next()Attempt to move cursor position forward.TGridIterableAdapter.IteratorWrapper. nextX()This method is the same asIterator.next(), but allows for failure with exception.TGridIterableAdapter. nextX()This method is the same asIterator.next(), but allows for failure with exception.TGridIterator. nextX()This method is the same asIterator.next(), but allows for failure with exception.protected booleanIgniteSingletonIterator. onHasNext()protected TIgniteSingletonIterator. onNext()voidGridIterableAdapter.IteratorWrapper. removeX()This method is the same asIterator.remove(), but allows for failure with exception.voidGridIterableAdapter. removeX()This method is the same asIterator.remove(), but allows for failure with exception.voidGridIterator. removeX()This method is the same asIterator.remove(), but allows for failure with exception.voidIgniteThrowableRunner. run()Execute a body.booleanIgniteThrowableBiPredicate. test(T t, U u)Evaluates this predicate on the given arguments. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.nio
Subclasses of IgniteCheckedException in org.apache.ignite.internal.util.nio Modifier and Type Class Description classGridNioExceptionNio specific exception.Methods in org.apache.ignite.internal.util.nio with parameters of type IgniteCheckedException Modifier and Type Method Description voidGridConnectionBytesVerifyFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioAsyncNotifyFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioCodecFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioFilterChain. onExceptionCaught(GridNioSession ses, IgniteCheckedException e)Starts chain notification from head to tail.voidGridNioTracerFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioFilter. proceedExceptionCaught(GridNioSession ses, IgniteCheckedException e)Forwards GridNioException event to the next logical filter in filter chain.voidGridNioFilterAdapter. proceedExceptionCaught(GridNioSession ses, IgniteCheckedException e)Forwards GridNioException event to the next logical filter in filter chain.Methods in org.apache.ignite.internal.util.nio that throw IgniteCheckedException Modifier and Type Method Description GridNioServer<T>GridNioServer.Builder. build()Finishes building the instance.byte[]GridBufferedParser. decode(GridNioSession ses, ByteBuffer buf)This method is called when input bytes are available on the underlying network connection.byte[]GridDelimitedParser. decode(GridNioSession ses, ByteBuffer buf)This method is called when input bytes are available on the underlying network connection.@Nullable ObjectGridDirectParser. decode(GridNioSession ses, ByteBuffer buf)This method is called when input bytes are available on the underlying network connection.@Nullable ObjectGridNioParser. decode(GridNioSession ses, ByteBuffer buf)This method is called when input bytes are available on the underlying network connection.voidGridCommunicationClient. doHandshake(IgniteInClosure2X<InputStream,OutputStream> handshakeC)Executes the given handshake closure on opened client passing underlying IO streams.ByteBufferGridBufferedParser. encode(GridNioSession ses, Object msg)This method is called whenever a message should be sent to the network connection and network buffer is ready to be filled with bytes.ByteBufferGridDelimitedParser. encode(GridNioSession ses, Object msg)This method is called whenever a message should be sent to the network connection and network buffer is ready to be filled with bytes.ByteBufferGridDirectParser. encode(GridNioSession ses, Object msg)This method is called whenever a message should be sent to the network connection and network buffer is ready to be filled with bytes.ByteBufferGridNioParser. encode(GridNioSession ses, Object msg)This method is called whenever a message should be sent to the network connection and network buffer is ready to be filled with bytes.voidGridConnectionBytesVerifyFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioAsyncNotifyFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioCodecFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioTracerFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridConnectionBytesVerifyFilter. onMessageReceived(GridNioSession ses, Object msg)Invoked when a new messages received.voidGridNioAsyncNotifyFilter. onMessageReceived(GridNioSession ses, Object msg)Invoked when a new messages received.voidGridNioCodecFilter. onMessageReceived(GridNioSession ses, Object msg)Invoked when a new messages received.voidGridNioFilter. onMessageReceived(GridNioSession ses, Object msg)Invoked when a new messages received.voidGridNioFilterChain. onMessageReceived(GridNioSession ses, Object msg)Starts chain notification from head to tail.voidGridNioTracerFilter. onMessageReceived(GridNioSession ses, Object msg)Invoked when a new messages received.GridNioFuture<?>GridNioFilter. onPauseReads(GridNioSession ses)Pauses reads for session.GridNioFuture<?>GridNioFilterAdapter. onPauseReads(GridNioSession ses)Pauses reads for session.GridNioFuture<?>GridNioFilterChain. onPauseReads(GridNioSession ses)Starts chain notification from tail to head.GridNioFuture<?>GridNioFilter. onResumeReads(GridNioSession ses)Resumes reads for session.GridNioFuture<?>GridNioFilterAdapter. onResumeReads(GridNioSession ses)Resumes reads for session.GridNioFuture<?>GridNioFilterChain. onResumeReads(GridNioSession ses)Starts chain notification from tail to head.GridNioFuture<Boolean>GridConnectionBytesVerifyFilter. onSessionClose(GridNioSession ses)Invoked when a session close request is performed on session.GridNioFuture<Boolean>GridNioAsyncNotifyFilter. onSessionClose(GridNioSession ses)Invoked when a session close request is performed on session.GridNioFuture<Boolean>GridNioCodecFilter. onSessionClose(GridNioSession ses)Invoked when a session close request is performed on session.GridNioFuture<Boolean>GridNioFilter. onSessionClose(GridNioSession ses)Invoked when a session close request is performed on session.GridNioFuture<Boolean>GridNioFilterChain. onSessionClose(GridNioSession ses)Starts chain notification from tail to head.GridNioFuture<Boolean>GridNioTracerFilter. onSessionClose(GridNioSession ses)Invoked when a session close request is performed on session.voidGridConnectionBytesVerifyFilter. onSessionClosed(GridNioSession ses)Invoked after session get closed.voidGridNioAsyncNotifyFilter. onSessionClosed(GridNioSession ses)Invoked after session get closed.voidGridNioCodecFilter. onSessionClosed(GridNioSession ses)Invoked after session get closed.voidGridNioFilter. onSessionClosed(GridNioSession ses)Invoked after session get closed.voidGridNioFilterChain. onSessionClosed(GridNioSession ses)Starts chain notification from head to tail.voidGridNioTracerFilter. onSessionClosed(GridNioSession ses)Invoked after session get closed.voidGridConnectionBytesVerifyFilter. onSessionIdleTimeout(GridNioSession ses)Called when session is idle for longer time that is allowed by NIO server.voidGridNioAsyncNotifyFilter. onSessionIdleTimeout(GridNioSession ses)Called when session is idle for longer time that is allowed by NIO server.voidGridNioCodecFilter. onSessionIdleTimeout(GridNioSession ses)Called when session is idle for longer time that is allowed by NIO server.voidGridNioFilter. onSessionIdleTimeout(GridNioSession ses)Called when session is idle for longer time that is allowed by NIO server.voidGridNioFilterChain. onSessionIdleTimeout(GridNioSession ses)Called when session is idle for longer time that is allowed by NIO server.voidGridNioTracerFilter. onSessionIdleTimeout(GridNioSession ses)Called when session is idle for longer time that is allowed by NIO server.voidGridConnectionBytesVerifyFilter. onSessionOpened(GridNioSession ses)Invoked when a new session was created.voidGridNioAsyncNotifyFilter. onSessionOpened(GridNioSession ses)Invoked when a new session was created.voidGridNioCodecFilter. onSessionOpened(GridNioSession ses)Invoked when a new session was created.voidGridNioFilter. onSessionOpened(GridNioSession ses)Invoked when a new session was created.voidGridNioFilterChain. onSessionOpened(GridNioSession ses)Starts chain notification from head to tail.voidGridNioTracerFilter. onSessionOpened(GridNioSession ses)Invoked when a new session was created.GridNioFuture<?>GridConnectionBytesVerifyFilter. onSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Invoked when a write request is performed on a session.GridNioFuture<?>GridNioAsyncNotifyFilter. onSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Invoked when a write request is performed on a session.GridNioFuture<?>GridNioCodecFilter. onSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Invoked when a write request is performed on a session.GridNioFuture<?>GridNioFilter. onSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Invoked when a write request is performed on a session.GridNioFuture<?>GridNioFilterChain. onSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Starts chain notification from tail to head.GridNioFuture<?>GridNioTracerFilter. onSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Invoked when a write request is performed on a session.voidGridConnectionBytesVerifyFilter. onSessionWriteTimeout(GridNioSession ses)Called when session has not empty write buffer that has not been fully flushed during max timeout allowed by NIO server.voidGridNioAsyncNotifyFilter. onSessionWriteTimeout(GridNioSession ses)Called when session has not empty write buffer that has not been fully flushed during max timeout allowed by NIO server.voidGridNioCodecFilter. onSessionWriteTimeout(GridNioSession ses)Called when session has not empty write buffer that has not been fully flushed during max timeout allowed by NIO server.voidGridNioFilter. onSessionWriteTimeout(GridNioSession ses)Called when session has not empty write buffer that has not been fully flushed during max timeout allowed by NIO server.voidGridNioFilterChain. onSessionWriteTimeout(GridNioSession ses)Called when session has not empty write buffer that has not been fully flushed during max timeout allowed by NIO server.voidGridNioTracerFilter. onSessionWriteTimeout(GridNioSession ses)Called when session has not empty write buffer that has not been fully flushed during max timeout allowed by NIO server.voidGridNioFilter. proceedExceptionCaught(GridNioSession ses, IgniteCheckedException e)Forwards GridNioException event to the next logical filter in filter chain.voidGridNioFilterAdapter. proceedExceptionCaught(GridNioSession ses, IgniteCheckedException e)Forwards GridNioException event to the next logical filter in filter chain.voidGridNioFilter. proceedMessageReceived(GridNioSession ses, Object msg)Forwards received message to the next logical filter in filter chain.voidGridNioFilterAdapter. proceedMessageReceived(GridNioSession ses, Object msg)Forwards received message to the next logical filter in filter chain.GridNioFuture<?>GridNioFilter. proceedPauseReads(GridNioSession ses)Pauses reads for session.GridNioFuture<?>GridNioFilterAdapter. proceedPauseReads(GridNioSession ses)Pauses reads for session.GridNioFuture<?>GridNioFilter. proceedResumeReads(GridNioSession ses)Resumes reads for session.GridNioFuture<?>GridNioFilterAdapter. proceedResumeReads(GridNioSession ses)Resumes reads for session.GridNioFuture<Boolean>GridNioFilter. proceedSessionClose(GridNioSession ses)Forwards session close request to the next logical filter in filter chain.GridNioFuture<Boolean>GridNioFilterAdapter. proceedSessionClose(GridNioSession ses)Forwards session close request to the next logical filter in filter chain.voidGridNioFilter. proceedSessionClosed(GridNioSession ses)Forwards session closed event to the next logical filter in filter chain.voidGridNioFilterAdapter. proceedSessionClosed(GridNioSession ses)Forwards session closed event to the next logical filter in filter chain.voidGridNioFilter. proceedSessionIdleTimeout(GridNioSession ses)Forwards session idle notification to the next logical filter in filter chain.voidGridNioFilterAdapter. proceedSessionIdleTimeout(GridNioSession ses)Forwards session idle notification to the next logical filter in filter chain.voidGridNioFilter. proceedSessionOpened(GridNioSession ses)Forwards session opened event to the next logical filter in filter chain.voidGridNioFilterAdapter. proceedSessionOpened(GridNioSession ses)Forwards session opened event to the next logical filter in filter chain.GridNioFuture<?>GridNioFilter. proceedSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Forwards write request to the next logical filter in filter chain.GridNioFuture<?>GridNioFilterAdapter. proceedSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Forwards write request to the next logical filter in filter chain.voidGridNioFilter. proceedSessionWriteTimeout(GridNioSession ses)Forwards session write timeout notification to the next logical filter in filter chain.voidGridNioFilterAdapter. proceedSessionWriteTimeout(GridNioSession ses)Forwards session write timeout notification to the next logical filter in filter chain.@org.jetbrains.annotations.Nullable byte[]GridNioServerBuffer. read(ByteBuffer buf)MessageReaderGridNioMessageReaderFactory. reader(GridNioSession ses, MessageFactory msgFactory)Creates new reader.voidGridCommunicationClient. sendMessage(byte[] data, int len)booleanGridCommunicationClient. sendMessage(@Nullable UUID nodeId, Message msg, @Nullable IgniteInClosure<IgniteException> c)voidGridCommunicationClient. sendMessage(ByteBuffer data)voidGridTcpNioCommunicationClient. sendMessage(byte[] data, int len)booleanGridTcpNioCommunicationClient. sendMessage(@Nullable UUID nodeId, Message msg, IgniteInClosure<IgniteException> c)voidGridTcpNioCommunicationClient. sendMessage(ByteBuffer data)voidGridNioSession. sendNoFuture(Object msg, @Nullable IgniteInClosure<IgniteException> ackC)voidGridNioSessionImpl. sendNoFuture(Object msg, IgniteInClosure<IgniteException> ackC)voidGridNioServer. sendSystem(GridNioSession ses, Message msg)Adds message at the front of the queue without acquiring back pressure semaphore.voidGridNioServer. sendSystem(GridNioSession ses, Message msg, @Nullable IgniteInClosure<? super IgniteInternalFuture<?>> lsnr)Adds message at the front of the queue without acquiring back pressure semaphore.MessageWriterGridNioMessageWriterFactory. writer(GridNioSession ses)Creates new writer. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.nio.ssl
Methods in org.apache.ignite.internal.util.nio.ssl with parameters of type IgniteCheckedException Modifier and Type Method Description voidGridNioSslFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.Methods in org.apache.ignite.internal.util.nio.ssl that throw IgniteCheckedException Modifier and Type Method Description ByteBufferBlockingSslHandler. decode(ByteBuffer buf)Called by SSL filter when new message was received.booleanBlockingSslHandler. handshake()Performs handshake procedure with remote peer.voidGridNioSslFilter. onExceptionCaught(GridNioSession ses, IgniteCheckedException ex)Invoked when exception is caught in filter processing.voidGridNioSslFilter. onMessageReceived(GridNioSession ses, Object msg)Invoked when a new messages received.GridNioFuture<Boolean>GridNioSslFilter. onSessionClose(GridNioSession ses)Invoked when a session close request is performed on session.voidGridNioSslFilter. onSessionClosed(GridNioSession ses)Invoked after session get closed.voidGridNioSslFilter. onSessionIdleTimeout(GridNioSession ses)Called when session is idle for longer time that is allowed by NIO server.voidGridNioSslFilter. onSessionOpened(GridNioSession ses)Invoked when a new session was created.GridNioFuture<?>GridNioSslFilter. onSessionWrite(GridNioSession ses, Object msg, boolean fut, IgniteInClosure<IgniteException> ackC)Invoked when a write request is performed on a session.voidGridNioSslFilter. onSessionWriteTimeout(GridNioSession ses)Called when session has not empty write buffer that has not been fully flushed during max timeout allowed by NIO server. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.nodestart
Methods in org.apache.ignite.internal.util.nodestart that throw IgniteCheckedException Modifier and Type Method Description static Set<String>IgniteNodeStartUtils. expandHost(String addr)Parses and expands range of IPs, if needed.static IgniteBiTuple<Collection<Map<String,Object>>,Map<String,Object>>IgniteNodeStartUtils. parseFile(File file)Parses INI file.static Map<String,Collection<IgniteRemoteStartSpecification>>IgniteNodeStartUtils. specifications(Collection<Map<String,Object>> hosts, @Nullable Map<String,Object> dflts)Makes specifications. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.spring
Methods in org.apache.ignite.internal.util.spring that throw IgniteCheckedException Modifier and Type Method Description <T> TIgniteSpringHelper. loadBean(InputStream stream, String beanName)Loads bean instance by name.<T> TIgniteSpringHelper. loadBean(URL url, String beanName)Loads bean instance by name.<T> TIgniteSpringHelper. loadBeanFromAppContext(Object appContext, String beanName)Loads bean instance by name from application context.IgniteBiTuple<Map<Class<?>,Collection>,? extends GridSpringResourceContext>IgniteSpringHelper. loadBeans(URL cfgUrl, Class<?>... beanClasses)Loads bean instances that match the given types from given configuration file.GridTuple3<Map<String,?>,Map<Class<?>,Collection>,? extends GridSpringResourceContext>IgniteSpringHelper. loadBeans(URL cfgUrl, Collection<String> beanNames, Class<?>... beanClasses)Loads bean instances that match the given types or names 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 IgniteCheckedException in org.apache.ignite.internal.util.typedef
Methods in org.apache.ignite.internal.util.typedef that throw IgniteCheckedException Modifier and Type Method Description static StringX. resolveIgniteHome()Tries to resolve Ignite installation home folder. -
Uses of IgniteCheckedException in org.apache.ignite.internal.util.worker
Methods in org.apache.ignite.internal.util.worker that throw IgniteCheckedException Modifier and Type Method Description booleanGridWorkerFuture. cancel()Default no-op implementation that always returnsfalse.voidGridWorkerPool. execute(GridWorker w)Schedules runnable task for execution. -
Uses of IgniteCheckedException in org.apache.ignite.lang
Methods in org.apache.ignite.lang that throw IgniteCheckedException Modifier and Type Method Description TIgniteProducer. produce() -
Uses of IgniteCheckedException in org.apache.ignite.logger.java
Methods in org.apache.ignite.logger.java that throw IgniteCheckedException Modifier and Type Method Description static FileJavaLoggerFileHandler. logDirectory(String workDir)Resolves logging directory.voidJavaLoggerFileHandler. nodeId(@Nullable String app, @Nullable UUID nodeId, String workDir)Sets Node id and instantiatesFileHandlerdelegate.voidJavaLoggerFileHandler. nodeId(UUID nodeId, String workDir)Sets Node id and instantiatesFileHandlerdelegate. -
Uses of IgniteCheckedException in org.apache.ignite.maintenance
Methods in org.apache.ignite.maintenance that throw IgniteCheckedException Modifier and Type Method Description @Nullable MaintenanceTaskMaintenanceRegistry. registerMaintenanceTask(MaintenanceTask task)Method to registerMaintenanceTasklocally on the node where method is called.voidMaintenanceRegistry. registerMaintenanceTask(MaintenanceTask task, UnaryOperator<MaintenanceTask> remappingFunction)Method to registerMaintenanceTasklocally on the node where method is called.default voidMaintenanceRegistry. registerWorkflowCallbackIfTaskExists(@NotNull String maintenanceTaskName, @NotNull IgniteThrowableFunction<MaintenanceTask,MaintenanceWorkflowCallback> workflowCalProvider)Call theMaintenanceRegistry.registerWorkflowCallback(String, MaintenanceWorkflowCallback)if the active maintenance task with given name exists. -
Uses of IgniteCheckedException in org.apache.ignite.marshaller
Methods in org.apache.ignite.marshaller that throw IgniteCheckedException Modifier and Type Method Description static voidMarshallerUtils. autoconfigureObjectInputFilter(IgniteMarshallerClassFilter clsFilter)static IgniteMarshallerClassFilterMarshallerUtils. classNameFilter(ClassLoader clsLdr)Returns class name filter for marshaller.ClassMarshallerContext. getClass(int typeId, ClassLoader ldr)Gets class for provided type ID.StringMarshallerContext. getClassName(byte platformId, int typeId)Gets class name for provided (platformId, typeId) pair.byte[]AbstractNodeNameAwareMarshaller. marshal(@Nullable Object obj)Marshals object to byte array.voidAbstractNodeNameAwareMarshaller. marshal(@Nullable Object obj, OutputStream out)Marshals object to the output stream.byte[]Marshaller. marshal(@Nullable Object obj)Marshals object to byte array.voidMarshaller. marshal(@Nullable Object obj, OutputStream out)Marshals object to the output stream.protected abstract byte[]AbstractNodeNameAwareMarshaller. marshal0(@Nullable Object obj)Marshals object to byte array.protected abstract voidAbstractNodeNameAwareMarshaller. marshal0(@Nullable Object obj, OutputStream out)Marshals object to the output stream.booleanMarshallerContext. registerClassName(byte platformId, int typeId, String clsName)Deprecated.default booleanMarshallerContext. registerClassName(byte platformId, int typeId, String clsName, boolean failIfUnregistered)Method to register typeId->class name mapping in marshaller context <b>cluster-wide</b>.booleanMarshallerContext. registerClassNameLocally(byte platformId, int typeId, String clsName)Method to register typeId->class name mapping in marshaller context <b>on local node only</b>.<T> TAbstractNodeNameAwareMarshaller. unmarshal(byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from byte array using given class loader.<T> TAbstractNodeNameAwareMarshaller. unmarshal(InputStream in, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.<T> TMarshaller. unmarshal(byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from byte array using given class loader.<T> TMarshaller. unmarshal(InputStream in, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.protected abstract <T> TAbstractNodeNameAwareMarshaller. unmarshal0(byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from byte array using given class loader.protected abstract <T> TAbstractNodeNameAwareMarshaller. unmarshal0(InputStream in, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader. -
Uses of IgniteCheckedException in org.apache.ignite.marshaller.jdk
Methods in org.apache.ignite.marshaller.jdk that throw IgniteCheckedException Modifier and Type Method Description protected byte[]JdkMarshaller. marshal0(@Nullable Object obj)Marshals object to byte array.protected voidJdkMarshaller. marshal0(@Nullable Object obj, OutputStream out)Marshals object to the output stream.protected <T> TJdkMarshaller. unmarshal0(byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from byte array using given class loader.protected <T> TJdkMarshaller. unmarshal0(InputStream in, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader. -
Uses of IgniteCheckedException in org.apache.ignite.mxbean
Methods in org.apache.ignite.mxbean that throw IgniteCheckedException Modifier and Type Method Description voidPerformanceStatisticsMBean. rotate()Deprecated.Rotate performance statistics in the cluster.voidPerformanceStatisticsMBean. start()Deprecated.Start collecting performance statistics in the cluster.voidPerformanceStatisticsMBean. stop()Deprecated.Stop collecting performance statistics in the cluster. -
Uses of IgniteCheckedException in org.apache.ignite.plugin
Methods in org.apache.ignite.plugin that throw IgniteCheckedException Modifier and Type Method Description voidPluginProvider. initExtensions(PluginContext ctx, ExtensionRegistry registry)Registers extensions.voidCachePluginProvider. onIgniteStart()Callback that notifies that Ignite has successfully started, including all internal components.voidPluginProvider. onIgniteStart()Callback that notifies that Ignite has successfully started, including all internal components.voidCachePluginProvider. start()Starts grid component.voidPluginProvider. start(PluginContext ctx)Starts grid component.voidPluginProvider. stop(boolean cancel)Stops grid component.voidCachePluginProvider. validate()Validates cache plugin configuration in process of cache creation.voidCachePluginProvider. validateRemote(CacheConfiguration locCfg, CacheConfiguration rmtCfg, ClusterNode rmtNode)Checks that remote caches has configuration compatible with the local. -
Uses of IgniteCheckedException in org.apache.ignite.plugin.extensions.communication
Methods in org.apache.ignite.plugin.extensions.communication that throw IgniteCheckedException Modifier and Type Method Description MessageReaderMessageFormatter. reader(UUID rmtNodeId, MessageFactory msgFactory)Creates new message reader instance.MessageWriterMessageFormatter. writer(UUID rmtNodeId)Creates new message writer instance. -
Uses of IgniteCheckedException in org.apache.ignite.plugin.security
Methods in org.apache.ignite.plugin.security that throw IgniteCheckedException Modifier and Type Method Description SecurityCredentialsSecurityCredentialsBasicProvider. credentials()Gets security credentials.SecurityCredentialsSecurityCredentialsProvider. credentials()Gets security credentials. -
Uses of IgniteCheckedException in org.apache.ignite.plugin.segmentation
Methods in org.apache.ignite.plugin.segmentation that throw IgniteCheckedException Modifier and Type Method Description booleanSegmentationResolver. isValidSegment()Checks whether segment is valid. -
Uses of IgniteCheckedException in org.apache.ignite.spi
Subclasses of IgniteCheckedException in org.apache.ignite.spi Modifier and Type Class Description classIgniteSpiOperationTimeoutExceptionKind of exception that is used when failure detection timeout is enabled forTcpDiscoverySpiorTcpCommunicationSpi.Methods in org.apache.ignite.spi that throw IgniteCheckedException Modifier and Type Method Description voidIgniteSpiCloseableIterator. close()Closes the iterator and frees all the resources held by the iterator. -
Uses of IgniteCheckedException in org.apache.ignite.spi.communication.tcp
Methods in org.apache.ignite.spi.communication.tcp with parameters of type IgniteCheckedException Modifier and Type Method Description protected voidTcpCommunicationSpi. processSessionCreationError(ClusterNode node, Collection<InetSocketAddress> addrs, IgniteCheckedException errs)Process errors if TCP/IPGridNioSessioncreation to remote node hasn't been performed.Methods in org.apache.ignite.spi.communication.tcp that throw IgniteCheckedException Modifier and Type Method Description protected GridCommunicationClientTcpCommunicationSpi. createTcpClient(ClusterNode node, int connIdx)Establish TCP connection to remote node and returns client.Collection<InetSocketAddress>TcpCommunicationSpi. nodeAddresses(ClusterNode node, boolean filterReachableAddrs)protected voidTcpCommunicationSpi. processSessionCreationError(ClusterNode node, Collection<InetSocketAddress> addrs, IgniteCheckedException errs)Process errors if TCP/IPGridNioSessioncreation to remote node hasn't been performed. -
Uses of IgniteCheckedException in org.apache.ignite.spi.communication.tcp.internal
Subclasses of IgniteCheckedException in org.apache.ignite.spi.communication.tcp.internal Modifier and Type Class Description classHandshakeExceptionInternal exception class for proper timeout handling.Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type IgniteCheckedException Modifier and Type Method Description voidGridNioServerWrapper. processSessionCreationError(ClusterNode node, Collection<InetSocketAddress> addrs, IgniteCheckedException errs)Deprecated.Process errors if TCP/IPGridNioSessioncreation to remote node hasn't been performed.Methods in org.apache.ignite.spi.communication.tcp.internal that throw IgniteCheckedException Modifier and Type Method Description StringConnectionClientPool. clientString(GridCommunicationClient client, ClusterNode node)Returns the string representation of client with protection from null client value.@Nullable GridCommunicationClientConnectionClientPool. createCommunicationClient(ClusterNode node, int connIdx)GridNioSessionGridNioServerWrapper. createNioSession(ClusterNode node, int connIdx)Deprecated.Returns the established TCP/IP connection between the current node and remote server.GridCommunicationClientGridNioServerWrapper. createTcpClient(ClusterNode node, int connIdx, boolean backwardCompatibility)Deprecated.Establish TCP connection to remote node and returns client.voidConnectionClientPool. forceCloseConnection(UUID nodeId)Closing connections to node.static Collection<InetSocketAddress>CommunicationTcpUtils. nodeAddresses(ClusterNode node, boolean filterReachableAddrs, AttributeNames attrs, Supplier<ClusterNode> localNode)voidGridNioServerWrapper. processSessionCreationError(ClusterNode node, Collection<InetSocketAddress> addrs, IgniteCheckedException errs)Deprecated.Process errors if TCP/IPGridNioSessioncreation to remote node hasn't been performed.voidConnectionRequestor. request(ClusterNode node, int connIdx)Request opening of TCP connection from nodenodewith indexconnIdx.GridCommunicationClientConnectionClientPool. reserveClient(ClusterNode node, int connIdx)Returns existing or just created client to node.GridNioServer<Message>GridNioServerWrapper. resetNioServer()Deprecated.Recreates tpcSrvr socket instance.longTcpHandshakeExecutor. tcpHandshake(SocketChannel ch, UUID rmtNodeId, GridSslMeta sslMeta, HandshakeMessage msg)Establish the first connection to the node and receive connection recovery information.Constructor parameters in org.apache.ignite.spi.communication.tcp.internal with type arguments of type IgniteCheckedException Constructor Description GridNioServerWrapper(IgniteLogger log, TcpCommunicationConfiguration cfg, AttributeNames attributeNames, Tracing tracing, Function<UUID,ClusterNode> nodeGetter, Supplier<ClusterNode> locNodeSupplier, ConnectGateway connectGate, ClusterStateProvider stateProvider, Supplier<IgniteExceptionRegistry> eRegistrySupplier, CommunicationWorker commWorker, IgniteConfiguration igniteCfg, GridNioServerListener<Message> srvLsnr, String igniteInstanceName, WorkersRegistry workersRegistry, @Nullable GridMetricManager metricMgr, ThrowableBiFunction<ClusterNode,Integer,GridCommunicationClient,IgniteCheckedException> createTcpClientFun, CommunicationListener<Message> lsnr, TcpHandshakeExecutor tcpHandshakeExecutor)Deprecated. -
Uses of IgniteCheckedException in org.apache.ignite.spi.discovery.tcp
Methods in org.apache.ignite.spi.discovery.tcp that throw IgniteCheckedException Modifier and Type Method Description protected <T> TTcpDiscoverySpi. readMessage(Socket sock, @Nullable InputStream in, long timeout)Reads message from the socket limiting read time.protected voidTcpDiscoverySpi. writeToSocket(Socket sock, OutputStream out, TcpDiscoveryAbstractMessage msg, long timeout)Writes message to the socket.protected voidTcpDiscoverySpi. writeToSocket(Socket sock, TcpDiscoveryAbstractMessage msg, long timeout)Writes message to the socket.protected voidTcpDiscoverySpi. writeToSocket(ClusterNode node, Socket sock, OutputStream out, TcpDiscoveryAbstractMessage msg, long timeout) -
Uses of IgniteCheckedException in org.apache.ignite.spi.discovery.tcp.internal
Methods in org.apache.ignite.spi.discovery.tcp.internal that throw IgniteCheckedException Modifier and Type Method Description DiscoveryDataBagDiscoveryDataPacket. unmarshalGridData(Marshaller marsh, ClassLoader clsLdr, boolean clientNode, IgniteLogger log)DiscoveryDataBagDiscoveryDataPacket. unmarshalJoiningNodeData(Marshaller marsh, ClassLoader clsLdr, boolean clientNode, IgniteLogger log)
-