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.This exception is thrown when a column creation has failed because a column with the specified name already existed.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.Compute error group.Critical workers error group.Disaster recovery error group.Distribution zones error group.Embedded API error group.Garbage collector error group.Index error group.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 exception is thrown when a new index creation has failed because an index with the specified name already existed.Exception is thrown when the specified index is not found.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.Exception is thrown when a specified schema cannot be found.This exception is thrown when a table creation has failed because a table with the specified name already existed.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.