Package org.apache.ignite.lang
package org.apache.ignite.lang
Ignite general purpose classes and interfaces.
-
ClassDescriptionAsyncCursor<T>Provides methods to iterate over operation results and release underlying resources in an asynchronous way.A handle which may be used to request the cancellation of execution.Utility class to provide direct access to internals of
CancelHandleImpl
.Cancellation token is an object that is issued byCancelHandle
and can be used by an operation or a resource to observe a signal to terminate it.Thrown when cluster initialization failed.Thrown when cluster is not yet initialized.Deprecated.No longer used.Exception is thrown when the indicated column is not found.Cursor<T>Provides methods to iterate over operation results and release underlying resources.Exception is thrown when a data fetch attempt is performed on a closed cursor.This class represents a concept of error group.Defines error groups and its errors.Authentication error group.Catalog error group.Client error group.Code deployment error group.Common error group.Configuration error group.Compute error group.Critical workers error group.Disaster recovery error group.Distribution zones error group.Embedded API error group.Garbage collector error group.Deprecated.The whole group is unused.Marshalling error group.Meta storage error group.Network error group.Node configuration error group.Placement driver error group.Replicator error group.REST service error group.SQL error group.Storage error group.Tables error group.Transactions error group.General Ignite exception.General Ignite exception.This annotation marks API elements (such as interfaces, methods, annotations and whole API packages) as experimental meaning that the API is not finalized yet and may be changed or replaced in future Ignite releases.Deprecated.No longer used.Deprecated.No longer used.An interface describing a factory to create a logger instance.This exception is caused by a failure to marshall or unmarshall a value.Thrown when embedded node is not yet started or it's already stopped.Thrown when node failed to start.Container object that contains a nullable value.Deprecated.No longer used.Deprecated.No longer used.Exception is thrown when a specified table cannot be found.Interface representing an exception that can be identified with trace identifier and provides an error code.This exception is thrown instead of returning a null value from a method that does not respectnull
-value to avoid ambiguity (whether the value is absent or isnull
).This exception is thrown when a table does not support the specified partition type.