Index

A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(CriteriaVisitor<C>, C) - Method in class org.apache.ignite.table.criteria.Column
Accept the visitor with the given context.
accept(CriteriaVisitor<C>, C) - Method in interface org.apache.ignite.table.criteria.Criteria
Accept the visitor with the given context.
accept(CriteriaVisitor<C>, C) - Method in class org.apache.ignite.table.criteria.Expression
Accept the visitor with the given context.
accept(CriteriaVisitor<C>, C) - Method in class org.apache.ignite.table.criteria.Parameter
Accept the visitor with the given context.
ACQUIRE_LOCK_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Failed to acquire a lock on a key due to a conflict.
ACQUIRE_LOCK_TIMEOUT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Failed to acquire a lock on a key within a timeout.
add(Object...) - Method in class org.apache.ignite.sql.BatchedArguments
Appends arguments to a batch.
address() - Method in interface org.apache.ignite.network.ClusterNode
Returns the network address of the node.
ADDRESS_UNRESOLVED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Network
Could not resolve address.
affectedRows() - Method in interface org.apache.ignite.sql.async.AsyncResultSet
Returns the number of rows affected by the DML statement execution (such as "INSERT", "UPDATE", etc.), or 0 if the statement returns nothing (such as "ALTER TABLE", etc), or -1 if inapplicable.
affectedRows() - Method in interface org.apache.ignite.sql.ResultSet
Returns the number of rows affected by the DML statement execution (such as "INSERT", "UPDATE", etc.), or 0 if the statement returns nothing (such as "ALTER TABLE", etc.), or -1 if not applicable.
afterTransaction(Transaction) - Static method in interface org.apache.ignite.table.ContinuousQueryWatermark
Creates a new watermark based on a read-only transaction.
AllNodesBroadcastJobTarget - Class in org.apache.ignite.compute
All nodes broadcast execution target.
and(Expression...) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates the and of the expressions.
AND - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
anyNode(Collection<ClusterNode>) - Static method in interface org.apache.ignite.compute.JobTarget
Creates a job target for any node from the provided collection.
anyNode(Set<ClusterNode>) - Static method in interface org.apache.ignite.compute.JobTarget
Creates a job target for any node from the provided collection.
anyNode(ClusterNode...) - Static method in interface org.apache.ignite.compute.JobTarget
Creates a job target for any node from the provided collection.
AnyNodeJobTarget - Class in org.apache.ignite.compute
Any node execution target.
ARCHIVED - Enum constant in enum class org.apache.ignite.table.TableRowEventType
Row archived.
arg() - Method in class org.apache.ignite.compute.task.MapReduceJob
Arguments of the job.
args(T) - Method in class org.apache.ignite.compute.task.MapReduceJob.ComputeJobRunnerBuilder
Sets arguments of the job.
argumentMarshaller() - Method in class org.apache.ignite.compute.JobDescriptor
 
argumentMarshaller() - Method in interface org.apache.ignite.table.DataStreamerReceiver
Marshaller for the input argument.
argumentMarshaller() - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Argument marshaller.
argumentMarshaller() - Method in class org.apache.ignite.table.ReceiverDescriptor
Deprecated.
 
argumentMarshaller(Marshaller<A, byte[]>) - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor.Builder
Sets the argument marshaller.
argumentMarshaller(Marshaller<A, byte[]>) - Method in class org.apache.ignite.table.ReceiverDescriptor.Builder
Deprecated.
 
argumentMarshaller(Marshaller<T, byte[]>) - Method in class org.apache.ignite.compute.JobDescriptor.Builder
Sets the argument marshaller.
argumentMarshaller(Marshaller<T, byte[]>) - Method in class org.apache.ignite.compute.wasm.WasmJobDescriptor.Builder
Sets the argument marshaller.
asc() - Method in class org.apache.ignite.catalog.ColumnSorted
Assigns ascending sort order.
ASC - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
ASC_NULLS_FIRST - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
ASC_NULLS_LAST - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
ASYNC - Enum constant in enum class org.apache.ignite.cache.CacheWriteMode
Cache store writes are asynchronous and performed in background.
AsyncCursor<T> - Interface in org.apache.ignite.lang
Provides methods to iterate over operation results and release underlying resources in an asynchronous way.
AsyncResultSet<T> - Interface in org.apache.ignite.sql.async
Provides methods for processing query results in an asynchronous way.
Authentication() - Constructor for class org.apache.ignite.lang.ErrorGroups.Authentication
 
AUTHENTICATION_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Authentication
Authentication error group.
AuthenticationType - Enum Class in org.apache.ignite.security
Authentication types.
AUTHORIZATION_FAILED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
autoFlushInterval() - Method in class org.apache.ignite.table.DataStreamerOptions
Gets the auto flush interval, in milliseconds (the period of time after which the streamer will flush the per-node buffer even if it is not full).
autoFlushInterval(int) - Method in class org.apache.ignite.table.DataStreamerOptions.Builder
Sets the auto flush interval, in milliseconds (the period of time after which the streamer will flush the per-node buffer even if it is not full).
automap() - Method in class org.apache.ignite.table.mapper.MapperBuilder
Maps all matching fields to columns by name.
AWS_KMS_COMMON_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Encryption
AWS KMS common error.
AWS_KMS_KEY_DISABLED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Encryption
AWS KMS key found but disabled, so cannot be used.
AWS_KMS_KEY_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Encryption
AWS KMS key not found error.

B

BASIC - Enum constant in enum class org.apache.ignite.security.AuthenticationType
 
BASIC_PROVIDER_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Authentication
Basic authentication provider is not found.
BatchedArguments - Class in org.apache.ignite.sql
Arguments for batch query execution.
begin() - Method in interface org.apache.ignite.tx.IgniteTransactions
Begins a transaction.
begin(TransactionOptions) - Method in interface org.apache.ignite.tx.IgniteTransactions
Begins a transaction.
beginAsync() - Method in interface org.apache.ignite.tx.IgniteTransactions
Begins a transaction.
beginAsync(TransactionOptions) - Method in interface org.apache.ignite.tx.IgniteTransactions
Begins an asynchronous transaction.
beginSession() - Method in interface org.apache.ignite.cache.CacheStore
Begin a store session.
BIGINT - Static variable in class org.apache.ignite.catalog.ColumnType
BIGINT SQL column type.
BIND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Network
Address or port bind error.
BOOLEAN - Enum constant in enum class org.apache.ignite.sql.ColumnType
Boolean.
BOOLEAN - Static variable in class org.apache.ignite.catalog.ColumnType
BOOLEAN SQL column type.
booleanValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets boolean column value.
booleanValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a boolean column value.
BroadcastExecution<R> - Interface in org.apache.ignite.compute
Broadcast job control object, provides information about the job executions and results.
BroadcastJobTarget - Interface in org.apache.ignite.compute
Broadcast job execution target.
build() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Builds the cache definition.
build() - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Builds the table definition.
build() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Builds the zone definition.
build() - Method in class org.apache.ignite.compute.JobDescriptor.Builder
Builds the job descriptor.
build() - Method in class org.apache.ignite.compute.JobExecutionOptions.Builder
Builds the job execution options.
build() - Method in class org.apache.ignite.compute.task.MapReduceJob.ComputeJobRunnerBuilder
Constructs a compute job description object.
build() - Method in class org.apache.ignite.compute.TaskDescriptor.Builder
Builds the task descriptor.
build() - Method in class org.apache.ignite.compute.wasm.WasmJobDescriptor.Builder
Builds the job descriptor.
build() - Method in interface org.apache.ignite.sql.Statement.StatementBuilder
Creates an SQL statement abject.
build() - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Builds the options.
build() - Method in class org.apache.ignite.table.criteria.CriteriaQueryOptions.Builder
Builds the options.
build() - Method in class org.apache.ignite.table.DataStreamerOptions.Builder
Builds the options.
build() - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor.Builder
Builds the receiver descriptor.
build() - Method in class org.apache.ignite.table.mapper.MapperBuilder
Builds a mapper.
build() - Method in class org.apache.ignite.table.NearCacheOptions.Builder
Builds the options.
build() - Method in class org.apache.ignite.table.ReceiverDescriptor.Builder
Deprecated.
Builds the receiver descriptor.
build() - Method in class org.apache.ignite.table.ReceiverExecutionOptions.Builder
Builds the receiver execution options.
build() - Method in class org.apache.ignite.table.TableViewOptions.Builder
Builds the options.
build() - Method in class org.gridgain.structure.MapConfiguration.Builder
Builds the MapConfiguration instance.
builder() - Static method in class org.apache.ignite.compute.JobExecutionOptions
Creates the builder for job execution options.
builder() - Static method in class org.apache.ignite.compute.task.MapReduceJob
Returns new builder.
builder() - Static method in class org.apache.ignite.table.ContinuousQueryOptions
Creates a new builder.
builder() - Static method in class org.apache.ignite.table.criteria.CriteriaQueryOptions
Creates a new builder.
builder() - Static method in class org.apache.ignite.table.DataStreamerOptions
Creates a new builder.
builder() - Static method in class org.apache.ignite.table.NearCacheOptions
Creates a new builder.
builder() - Static method in class org.apache.ignite.table.ReceiverExecutionOptions
Creates the builder for job execution options.
builder() - Static method in class org.apache.ignite.table.TableViewOptions
Creates a new builder.
builder(Class<? extends ComputeJob<T, R>>) - Static method in class org.apache.ignite.compute.JobDescriptor
Create a new builder.
builder(Class<? extends MapReduceTask<I, M, T, R>>) - Static method in class org.apache.ignite.compute.TaskDescriptor
Create a new builder.
builder(Class<? extends DataStreamerReceiver<?, A, ?>>) - Static method in class org.apache.ignite.table.ReceiverDescriptor
Deprecated.
Create a new builder.
builder(Class<? extends DataStreamerReceiver<T, A, R>>) - Static method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Create a new builder.
builder(Class<O>) - Static method in interface org.apache.ignite.table.mapper.Mapper
Creates a mapper builder for objects of a given class.
builder(String) - Static method in class org.apache.ignite.catalog.definitions.CacheDefinition
Creates a builder for the cache with the specified name.
builder(String) - Static method in class org.apache.ignite.catalog.definitions.TableDefinition
Creates a builder for the table with the specified name.
builder(String) - Static method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Creates a builder for the zone with the specified name.
builder(String) - Static method in class org.apache.ignite.compute.JobDescriptor
Create a new builder.
builder(String) - Static method in class org.apache.ignite.compute.TaskDescriptor
Create a new builder.
builder(String) - Static method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Create a new builder.
builder(String) - Static method in class org.apache.ignite.table.ReceiverDescriptor
Deprecated.
Create a new builder.
builder(String, Class<?>, Class<?>) - Static method in class org.gridgain.structure.MapConfiguration
Creates a new builder for map with the specified name.
builder(String, String, WasmType) - Static method in class org.apache.ignite.compute.wasm.WasmJobDescriptor
Creates a builder for a WebAssembly job descriptor.
builder(String, Marshaller<?, byte[]>, Marshaller<?, byte[]>) - Static method in class org.gridgain.structure.MapConfiguration
Creates a new builder for map with the specified name.
builder(DataStreamerReceiver<T, A, R>) - Static method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Create a new builder from a receiver instance.
builder(QualifiedName) - Static method in class org.apache.ignite.catalog.definitions.CacheDefinition
Creates a builder for the cache with the specified qualified name.
builder(QualifiedName) - Static method in class org.apache.ignite.catalog.definitions.TableDefinition
Creates a builder for the table with the specified qualified name.
Builder() - Constructor for class org.apache.ignite.compute.JobExecutionOptions.Builder
 
Builder() - Constructor for class org.apache.ignite.table.ContinuousQueryOptions.Builder
 
Builder() - Constructor for class org.apache.ignite.table.criteria.CriteriaQueryOptions.Builder
 
Builder() - Constructor for class org.apache.ignite.table.DataStreamerOptions.Builder
 
Builder() - Constructor for class org.apache.ignite.table.NearCacheOptions.Builder
 
Builder() - Constructor for class org.apache.ignite.table.ReceiverExecutionOptions.Builder
 
Builder() - Constructor for class org.apache.ignite.table.TableViewOptions.Builder
 
Builder() - Constructor for class org.gridgain.structure.MapConfiguration.Builder
 
BYTE_ARRAY - Enum constant in enum class org.apache.ignite.sql.ColumnType
Binary data.
ByteArrayMarshaller<T> - Interface in org.apache.ignite.marshalling
The ByteArrayMarshaller interface is designed to marshal and unmarshal objects to and from byte arrays.
BYTES - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
Byte array.
bytesValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a byte[] column value.
bytesValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a byte[] column value.
byteValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets byte column value.
byteValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a byte column value.

C

cache(String) - Method in interface org.apache.ignite.cache.manager.IgniteCaches
Gets a cache with the specified name if that cache exists.
cache(QualifiedName) - Method in interface org.apache.ignite.cache.manager.IgniteCaches
Gets a cache with the specified name if that cache exists.
Cache - Interface in org.apache.ignite.cache
A cache is a data structure backed by in-memory distributed table which is used to speed up the access to some external "slow" resource.
Cache - Annotation Interface in org.apache.ignite.catalog.annotations
Describes a cache.
Cache() - Constructor for class org.gridgain.lang.GridgainErrorGroups.Cache
 
CACHE_STORE_ACCESS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.CacheStore
Cache store access error.
CACHE_STORE_CONFIG_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.CacheStore
Cache store configuration failure.
cacheAsync(String) - Method in interface org.apache.ignite.cache.manager.IgniteCaches
Gets a cache with the specified name if that cache exists.
cacheAsync(QualifiedName) - Method in interface org.apache.ignite.cache.manager.IgniteCaches
Gets a cache with the specified name if that cache exists.
cacheDefinition(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the cache with provided name or null if cache doesn't exist.
cacheDefinition(QualifiedName) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the cache with provided name or null if cache doesn't exist.
CacheDefinition - Class in org.apache.ignite.catalog.definitions
Definition of the CREATE CACHE statement.
CacheDefinition.Builder - Class in org.apache.ignite.catalog.definitions
Builder for the cache definition.
cacheDefinitionAsync(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the cache with the provided name or null if cache doesn't exist.
cacheDefinitionAsync(QualifiedName) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the cache with provided QualifiedName or null if cache doesn't exist.
cacheName() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns cache name.
cacheOnly() - Method in class org.apache.ignite.tx.TransactionOptions
Returns a value indicating whether a cache-only transaction should be used.
cacheOnly(boolean) - Method in class org.apache.ignite.tx.TransactionOptions
Sets a value indicating whether a cache-only transaction should be used.
caches() - Method in interface org.apache.ignite.cache.manager.IgniteCaches
Gets a list of all started caches.
caches() - Method in interface org.apache.ignite.Ignite
Returns an object for manipulating Ignite caches.
cachesAsync() - Method in interface org.apache.ignite.cache.manager.IgniteCaches
Gets a list of all started caches.
CacheStore<K,V> - Interface in org.apache.ignite.cache
Interface for a generic store which contents is cached by GridGain cache.
CacheStore() - Constructor for class org.gridgain.lang.GridgainErrorGroups.CacheStore
 
CacheStoreFactory - Interface in org.apache.ignite.cache
Cache store factory.
CacheStoreSession - Interface in org.apache.ignite.cache
Cache store session.
CacheWriteMode - Enum Class in org.apache.ignite.cache
Cache store write mode.
callingConvention(WasmCallingConvention) - Method in class org.apache.ignite.compute.wasm.WasmJobDescriptor.Builder
Sets the calling convention.
cancel() - Method in interface org.apache.ignite.lang.CancelHandle
Abruptly terminates an execution of an associated process.
cancelAsync() - Method in interface org.apache.ignite.lang.CancelHandle
Abruptly terminates an execution of a associated process.
CANCELED - Enum constant in enum class org.apache.ignite.compute.JobStatus
The job was successfully cancelled.
CANCELED - Enum constant in enum class org.apache.ignite.compute.TaskStatus
The task was successfully cancelled.
CancelHandle - Interface in org.apache.ignite.lang
A handle which may be used to request the cancellation of execution.
CANCELING - Enum constant in enum class org.apache.ignite.compute.JobStatus
The job has received the cancel command, but it is still running.
CANCELING - Enum constant in enum class org.apache.ignite.compute.TaskStatus
The task has received the cancel command, but it is still running.
CancellationToken - Interface in org.apache.ignite.lang
Cancellation token is an object that is issued by CancelHandle and can be used by an operation or a resource to observe a signal to terminate it.
CANCELLING_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Compute job cancel failed error.
CANNOT_INIT_KEY_PROVIDER_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Encryption
 
canonicalName(String, String) - Static method in class org.apache.ignite.lang.util.IgniteNameUtils
Creates a fully qualified name in canonical form, that is, enclosing each part of the identifier chain in double quotes.
cast(Object) - Static method in class org.gridgain.structure.StructureUtils
Returns a given object as a typed one.
cast(Map<?, ?>) - Static method in class org.gridgain.structure.StructureUtils
Returns a given map as a typed one.
cast(Marshaller<?, ?>) - Static method in class org.gridgain.structure.StructureUtils
Returns a given marshaller as a typed one.
catalog() - Method in interface org.apache.ignite.Ignite
Returns IgniteCatalog which can be used to create and execute SQL DDL queries from annotated classes or from fluent-style builders.
Catalog() - Constructor for class org.apache.ignite.lang.ErrorGroups.Catalog
 
CATALOG_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Catalog
Catalog error group.
Cdc() - Constructor for class org.gridgain.lang.GridgainErrorGroups.Cdc
 
CDC_DISABLED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC is disabled error.
CDC_INTERNAL_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
Internal CDC error that indicates 'there is a bug in CDC codebase'.
CDC_REPLICATION_ALREADY_EXISTS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Replication already exists error.
CDC_REPLICATION_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Replication not found error.
CDC_REPLICATION_START_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Replication start error.
CDC_REPLICATION_STOP_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Replication stop error.
CDC_SINK_ALREADY_EXISTS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Sink already exists error.
CDC_SINK_INIT_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Sink initialization error.
CDC_SINK_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Sink not found error.
CDC_SOURCE_ALREADY_EXISTS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Source already exists error.
CDC_SOURCE_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC Source not found error.
CDC_VALIDATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
CDC validation error.
CHANGE_JOB_PRIORITY_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Cannot change job priority.
changePriorityAsync(int) - Method in interface org.apache.ignite.compute.JobExecution
Changes job priority.
changePriorityAsync(int) - Method in interface org.apache.ignite.compute.task.TaskExecution
Changes task priority.
CLASS_INITIALIZATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Job class initialization error.
CLASS_LOADER_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Class loader error.
CLASS_PATH_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Classpath error.
clear() - Method in interface org.gridgain.structure.IgniteMap
Removes all of the mappings from this map.
clearAsync() - Method in interface org.gridgain.structure.IgniteMap
Removes all of the mappings from this map.
Client() - Constructor for class org.apache.ignite.lang.ErrorGroups.Client
 
CLIENT_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Client error group.
CLIENT_SSL_CONFIGURATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Client SSL configuration error.
close() - Method in interface org.apache.ignite.lang.Cursor
Closes this cursor and releases any underlying resources.
close() - Method in interface org.apache.ignite.sql.ResultSet
Invalidates result set and cleans up remote resources.
closeAsync() - Method in interface org.apache.ignite.lang.AsyncCursor
Closes this cursor and releases any underlying resources.
closeAsync() - Method in interface org.apache.ignite.sql.async.AsyncResultSet
Invalidates a query result, stops the query, and cleans up query resources.
CLOSED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.GarbageCollector
Garbage collector closed error.
cluster() - Method in interface org.apache.ignite.Ignite
Returns the cluster object, which provides access to the cluster nodes and the local node.
CLUSTER_ID_MISMATCH_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Cluster ID mismatch error.
CLUSTER_INIT_FAILED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Embedded
Cluster initialization failed.
CLUSTER_NOT_IDLE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.DisasterRecovery
Error while returning partition states.
CLUSTER_NOT_INIT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Rest
Cluster has not yet been initialized or the node is in the process of stopping.
CLUSTER_NOT_INITIALIZED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Embedded
Cluster is not yet initialized.
ClusterNode - Interface in org.apache.ignite.network
Representation of a node in a cluster.
clusterNodes() - Method in interface org.apache.ignite.Ignite
Deprecated.
clusterNodesAsync() - Method in interface org.apache.ignite.Ignite
Deprecated.
code() - Method in exception org.apache.ignite.lang.IgniteCheckedException
Returns a full error code that includes the error's group and code, which uniquely identifies the problem within the group.
code() - Method in exception org.apache.ignite.lang.IgniteException
Returns a full error code that includes the error's group and code, which uniquely identifies the problem within the group.
code() - Method in interface org.apache.ignite.lang.TraceableException
Returns a full error code that includes the error's group and code, which uniquely identifies the problem within the group.
CODE_DEPLOYMENT_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.CodeDeployment
Code deployment error group.
codeAsString() - Method in exception org.apache.ignite.lang.IgniteCheckedException
Returns a human-readable string that represents a full error code.
codeAsString() - Method in exception org.apache.ignite.lang.IgniteException
Returns a human-readable string that represents a full error code.
CodeDeployment() - Constructor for class org.apache.ignite.lang.ErrorGroups.CodeDeployment
 
colocateBy() - Element in annotation interface org.apache.ignite.catalog.annotations.Cache
References to colocation columns.
colocateBy() - Element in annotation interface org.apache.ignite.catalog.annotations.Table
References to colocation columns.
colocateBy(String...) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets colocation columns.
colocateBy(String...) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets colocation columns.
colocateBy(List<String>) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets colocation columns.
colocateBy(List<String>) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets colocation columns.
colocated(String, K, Mapper<K>) - Static method in interface org.apache.ignite.compute.JobTarget
Creates a colocated job target for a specific table and key with mapper.
colocated(String, Tuple) - Static method in interface org.apache.ignite.compute.JobTarget
Creates a colocated job target for a specific table and key.
colocated(QualifiedName, K, Mapper<K>) - Static method in interface org.apache.ignite.compute.JobTarget
Creates a colocated job target for a specific QualifiedName and key with mapper.
colocated(QualifiedName, Tuple) - Static method in interface org.apache.ignite.compute.JobTarget
Creates a colocated job target for a specific QualifiedName and key.
ColocatedJobTarget - Class in org.apache.ignite.compute
Colocated job execution target.
colocationColumns() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns a list of colocation column names.
colocationColumns() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns a list of colocation column names.
column(String) - Static method in class org.apache.ignite.catalog.ColumnSorted
Creates a reference to the column with the given name and default sort order.
column(String, String) - Static method in class org.apache.ignite.catalog.definitions.ColumnDefinition
Creates a column definition with the provided type definition.
column(String, ColumnType<?>) - Static method in class org.apache.ignite.catalog.definitions.ColumnDefinition
Creates a column definition with the provided type.
column(String, SortOrder) - Static method in class org.apache.ignite.catalog.ColumnSorted
Creates a reference to the column with the given name and sort order.
Column - Class in org.apache.ignite.table.criteria
Represents a column reference for criteria query.
Column - Annotation Interface in org.apache.ignite.catalog.annotations
Describes a column of the table.
COLUMN_ALREADY_EXISTS_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Table
Deprecated.
COLUMN_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Table
Column not found.
ColumnAlreadyExistsException - Exception in org.apache.ignite.lang
Deprecated.
No longer used. Use SqlException with ErrorGroups.Sql.STMT_VALIDATION_ERR error code.
ColumnAlreadyExistsException(String) - Constructor for exception org.apache.ignite.lang.ColumnAlreadyExistsException
Deprecated.
Creates a new exception with a given column name.
ColumnAlreadyExistsException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.ColumnAlreadyExistsException
Deprecated.
Creates a new exception with the given trace ID, error code, detailed message, and cause.
columnCount() - Method in interface org.apache.ignite.table.Tuple
Gets a number of columns in the tuple.
columnDefinition() - Element in annotation interface org.apache.ignite.catalog.annotations.Column
Full SQL definition of the column type without the name, mutually exclusive with other options.
ColumnDefinition - Class in org.apache.ignite.catalog.definitions
Definition of the column.
columnIndex(String) - Method in interface org.apache.ignite.table.Tuple
Gets an index of the column with the specified name.
ColumnMetadata - Interface in org.apache.ignite.sql
Interface that provides methods for accessing column metadata.
ColumnMetadata.ColumnOrigin - Interface in org.apache.ignite.sql
Represents a column origin.
columnName() - Method in class org.apache.ignite.catalog.ColumnSorted
Returns column name.
columnName() - Method in interface org.apache.ignite.sql.ColumnMetadata.ColumnOrigin
Return a column name.
columnName(int) - Method in interface org.apache.ignite.table.Tuple
Gets a name of the column with the specified index.
columnNames() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Gets the column names to include in the result.
columnNames(Set<String>) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the column names to include in the result.
ColumnNotFoundException - Exception in org.apache.ignite.lang
Exception is thrown when the indicated column is not found.
ColumnNotFoundException(String) - Constructor for exception org.apache.ignite.lang.ColumnNotFoundException
Creates an exception with a given column name.
ColumnNotFoundException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.ColumnNotFoundException
Creates an exception with the given trace ID, error code, detailed message, and cause.
ColumnNotFoundException(QualifiedName, String) - Constructor for exception org.apache.ignite.lang.ColumnNotFoundException
Creates an exception with a given column name.
ColumnRef - Annotation Interface in org.apache.ignite.catalog.annotations
Specifies columns in other annotations.
columns() - Element in annotation interface org.apache.ignite.catalog.annotations.Index
Columns to include in the index.
columns() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns definitions of the columns.
columns() - Method in class org.apache.ignite.catalog.definitions.IndexDefinition
Returns list of column references to include in the index.
columns() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns definitions of the columns.
columns() - Method in interface org.apache.ignite.sql.ResultSetMetadata
Returns metadata with a description for every column in the result set.
columns(List<ColumnDefinition>) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets definitions of the columns.
columns(List<ColumnDefinition>) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets definitions of the columns.
columns(ColumnDefinition...) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets definitions of the columns.
columns(ColumnDefinition...) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets definitions of the columns.
ColumnSorted - Class in org.apache.ignite.catalog
Column reference with sort order, used in indexes or primary keys.
columnType(Class<?>) - Static method in class org.gridgain.structure.StructureUtils
Return corresponding column type if natively supported, else byte_array.
ColumnType<T> - Class in org.apache.ignite.catalog
Column types.
ColumnType - Enum Class in org.apache.ignite.sql
Predefined column types.
columnValue(String, Condition) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a predicate that tests whether the column value is equal to the given condition.
commandBuilder(String) - Static method in class org.apache.ignite.compute.wasm.WasmJobDescriptor
Creates a builder for a WebAssembly job descriptor with a command module.
commit() - Method in interface org.apache.ignite.tx.Transaction
Synchronously commits a transaction.
commitAsync() - Method in interface org.apache.ignite.tx.Transaction
Asynchronously commits a transaction.
Common() - Constructor for class org.apache.ignite.lang.ErrorGroups.Common
 
COMMON_CDC_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cdc
General CDC error.
COMMON_CONF_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.CommonConfiguration
 
COMMON_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Marshalling
Marshalling error.
COMMON_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
Common error group.
COMMON_LDAP_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Ldap
General Ldap error.
COMMON_LICENSE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.License
General license error.
COMMON_RBAC_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
COMMON_SECURITY_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Security
General Security context error.
CommonConfiguration() - Constructor for class org.apache.ignite.lang.ErrorGroups.CommonConfiguration
 
COMPACTED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.MetaStorage
Failed to perform a read operation on the underlying key value storage because the revision has already been compacted.
COMPACTION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.MetaStorage
Failed to compact the underlying key value storage.
COMPLETED - Enum constant in enum class org.apache.ignite.compute.JobStatus
The job was executed successfully and the execution result was returned.
COMPLETED - Enum constant in enum class org.apache.ignite.compute.TaskStatus
The task was executed successfully and the execution result was returned.
COMPONENT_NOT_STARTED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
Component not started error.
compute() - Method in interface org.apache.ignite.Ignite
Returns IgniteCompute, which can be used to execute compute jobs.
Compute() - Constructor for class org.apache.ignite.lang.ErrorGroups.Compute
 
COMPUTE_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Compute error group.
COMPUTE_JOB_CANCELLED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Compute job cancelled.
COMPUTE_JOB_FAILED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Compute job failed.
COMPUTE_JOB_STATUS_TRANSITION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Compute job status transition error.
COMPUTE_PLATFORM_EXECUTOR_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Platform compute executor error.
ComputeException - Exception in org.apache.ignite.compute
Compute exception base class.
ComputeException(int) - Constructor for exception org.apache.ignite.compute.ComputeException
Creates an exception with the given error code.
ComputeException(int, String) - Constructor for exception org.apache.ignite.compute.ComputeException
Creates an exception with the given error code and detailed message.
ComputeException(int, String, Throwable) - Constructor for exception org.apache.ignite.compute.ComputeException
Creates an exception with the given error code, detailed message and cause.
ComputeException(int, Throwable) - Constructor for exception org.apache.ignite.compute.ComputeException
Creates an exception with the given error code and cause.
ComputeException(UUID, int, String) - Constructor for exception org.apache.ignite.compute.ComputeException
Creates an exception with the given trace ID, error code, and detailed message.
ComputeException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.compute.ComputeException
Creates an exception with the given trace ID, error code, detailed message, and cause.
ComputeException(UUID, int, Throwable) - Constructor for exception org.apache.ignite.compute.ComputeException
Creates an exception with the given trace ID, error code, and cause.
ComputeJob<T,R> - Interface in org.apache.ignite.compute
Core Ignite Compute Job interface.
ComputeJobRunnerBuilder() - Constructor for class org.apache.ignite.compute.task.MapReduceJob.ComputeJobRunnerBuilder
 
Condition - Class in org.apache.ignite.table.criteria
Represents an condition with operator and elements for criteria query.
CONFIG_FILE_CREATE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.NodeConfiguration
Config file creation error.
CONFIG_PARSE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.NodeConfiguration
Config parse error.
CONFIG_READ_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.NodeConfiguration
Config read error.
CONFIG_WRITE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.NodeConfiguration
Config write error.
CONFIGURATION_APPLY_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CommonConfiguration
Configuration apply failed.
CONFIGURATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Configuration error.
CONFIGURATION_PARSE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CommonConfiguration
Configuration parse error.
CONFIGURATION_VALIDATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CommonConfiguration
Configuration validation error.
CONNECTION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Connection failed.
consistencyMode() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Consistency mode.
consistencyMode() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns consistency mode.
consistencyMode(String) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets consistency mode.
CONSTRAINT_VIOLATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
Constraint violation error such as primary key violation.
contains(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Determines whether a table contains an entry for the specified key.
contains(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Determines whether a table contains an entry for the specified key.
containsAll(Transaction, Collection<K>) - Method in interface org.apache.ignite.table.KeyValueView
Determines whether a table contains entries for all given keys.
containsAll(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Determines whether a table contains entries for all given keys.
containsAllAsync(Transaction, Collection<K>) - Method in interface org.apache.ignite.table.KeyValueView
Determines whether a table contains entries for all given keys.
containsAllAsync(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Determines whether a table contains entries for all given keys.
containsAsync(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Determines whether a table contains an entry for the specified key.
containsAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Determines whether a table contains an entry for the specified key.
containsKey(K) - Method in interface org.gridgain.structure.IgniteMap
Returns true if this map contains a mapping for the specified key.
containsKeyAsync(K) - Method in interface org.gridgain.structure.IgniteMap
Returns true if this map contains a mapping for the specified key.
ContinuousQuery() - Constructor for class org.gridgain.lang.GridgainErrorGroups.ContinuousQuery
 
ContinuousQueryOptions - Class in org.apache.ignite.table
Continuous query options.
ContinuousQueryOptions.Builder - Class in org.apache.ignite.table
Builder.
ContinuousQueryPhysicalTimeWatermark - Class in org.apache.ignite.table
Continuous query watermark based on physical time (wall clock).
ContinuousQuerySource<T> - Interface in org.apache.ignite.table
Represents an object which can be queried continuously.
ContinuousQueryTransactionWatermark - Class in org.apache.ignite.table
Continuous query watermark based on a transaction read timestamp.
ContinuousQueryWatermark - Interface in org.apache.ignite.table
Continuous query watermark.
convert(String, TypeConverter<ObjectT, ColumnT>) - Method in class org.apache.ignite.table.mapper.MapperBuilder
Sets a converter for a column whose value must be converted before "write to" and after "read from".
converter() - Method in interface org.apache.ignite.table.mapper.OneColumnMapper
Returns a type converter for the mapped column.
converterForColumn(String) - Method in interface org.apache.ignite.table.mapper.PojoMapper
Returns a type converter for a given column.
copy(Tuple) - Static method in interface org.apache.ignite.table.Tuple
Creates a tuple copy.
create() - Static method in interface org.apache.ignite.lang.CancelHandle
A factory method to create a handle.
create() - Static method in interface org.apache.ignite.marshalling.ByteArrayMarshaller
 
create() - Static method in interface org.apache.ignite.marshalling.NoopMarshaller
 
create() - Static method in class org.apache.ignite.sql.BatchedArguments
Creates batched arguments.
create() - Static method in interface org.apache.ignite.table.Tuple
Creates a tuple.
create(int) - Static method in interface org.apache.ignite.table.Tuple
Creates a tuple with a specified initial capacity.
create(Class<K>, Class<V>) - Method in interface org.apache.ignite.cache.CacheStoreFactory
Create a cache store suitable to work with given key and value types.
create(Map<String, Object>) - Static method in interface org.apache.ignite.table.Tuple
Creates a tuple from a given mapping.
createCache(Class<?>, Class<?>) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a Cache from the annotated key and value classes.
createCache(CacheDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a Cache from the cache definition.
createCacheAsync(Class<?>, Class<?>) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a Cache from the annotated key and value classes.
createCacheAsync(CacheDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a Cache from the cache definition.
CREATED - Enum constant in enum class org.apache.ignite.table.TableRowEventType
Row created.
createStatement(String) - Method in interface org.apache.ignite.sql.IgniteSql
Creates an SQL statement from a given query string.
createTable(Class<?>) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a query object from the annotated record class.
createTable(Class<?>, Class<?>) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a query object from the annotated key and value classes.
createTable(TableDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a query object from the table definition.
createTableAsync(Class<?>) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a query object from the annotated record class.
createTableAsync(Class<?>, Class<?>) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a query object from the annotated key and value classes.
createTableAsync(TableDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a query object from the table definition.
createTime() - Method in interface org.apache.ignite.compute.JobState
Returns job create time.
createTime() - Method in interface org.apache.ignite.compute.TaskState
Returns task create time.
createZone(ZoneDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a CREATE ZONE query object from the zone definition.
createZoneAsync(ZoneDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a query object from the zone definition.
Criteria - Interface in org.apache.ignite.table.criteria
Represents a criteria query predicate.
CriteriaException - Exception in org.apache.ignite.table.criteria
Criteria exception base class.
CriteriaException(int) - Constructor for exception org.apache.ignite.table.criteria.CriteriaException
Creates an exception with the given error code.
CriteriaException(int, String) - Constructor for exception org.apache.ignite.table.criteria.CriteriaException
Creates an exception with the given error code and detailed message.
CriteriaException(int, String, Throwable) - Constructor for exception org.apache.ignite.table.criteria.CriteriaException
Creates an exception with the given error code, detailed message, and cause.
CriteriaException(int, Throwable) - Constructor for exception org.apache.ignite.table.criteria.CriteriaException
Creates an exception with the given error code and cause.
CriteriaException(UUID, int) - Constructor for exception org.apache.ignite.table.criteria.CriteriaException
Creates an exception with the given trace ID and error code.
CriteriaException(UUID, int, String) - Constructor for exception org.apache.ignite.table.criteria.CriteriaException
Creates an exception with the given trace ID, error code, and detailed message.
CriteriaException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.table.criteria.CriteriaException
Creates an exception with the given trace ID, error code, detailed message, and cause.
CriteriaException(UUID, int, Throwable) - Constructor for exception org.apache.ignite.table.criteria.CriteriaException
Creates an exception with the given trace ID, error code, and cause.
CriteriaQueryOptions - Class in org.apache.ignite.table.criteria
Options useful for tuning the criteria query.
CriteriaQueryOptions.Builder - Class in org.apache.ignite.table.criteria
Builder.
CriteriaQuerySource<T> - Interface in org.apache.ignite.table.criteria
Represents an entity that can be used to execute predicate-based criteria queries.
CriteriaVisitor<C> - Interface in org.apache.ignite.table.criteria
A visitor to traverse an criteria tree.
CRITICAL_WORKERS_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.CriticalWorkers
Critical workers error group.
CriticalWorkers() - Constructor for class org.apache.ignite.lang.ErrorGroups.CriticalWorkers
 
currentPage() - Method in interface org.apache.ignite.lang.AsyncCursor
Returns the current page content if the operation returns results.
currentPage() - Method in interface org.apache.ignite.sql.async.AsyncResultSet
Returns the current page content if the query returns rows.
currentPageSize() - Method in interface org.apache.ignite.lang.AsyncCursor
Returns the current page size if the operation return results.
currentPageSize() - Method in interface org.apache.ignite.sql.async.AsyncResultSet
Returns the current page size if the query return rows.
Cursor<T> - Interface in org.apache.ignite.lang
Provides methods to iterate over operation results and release underlying resources.
CURSOR_ALREADY_CLOSED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
Cursor is already closed error.
CURSOR_CLOSE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
Failed to close cursor.
CursorClosedException - Exception in org.apache.ignite.lang
Exception is thrown when a data fetch attempt is performed on a closed cursor.
CursorClosedException() - Constructor for exception org.apache.ignite.lang.CursorClosedException
Creates an exception instance.

D

DATA_ENCRYPTION_KEY_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Encryption
Missing data encryption key to decrypt data from storage.
DataCenterReplication() - Constructor for class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
 
dataNodesAutoAdjust() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Deprecated.
dataNodesAutoAdjust() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Deprecated.
dataNodesAutoAdjust(Integer) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Deprecated.
dataNodesAutoAdjustScaleDown() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Timeout in seconds between node left topology event itself and data nodes switch.
dataNodesAutoAdjustScaleDown() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns timeout in seconds between node left topology event itself and data nodes switch.
dataNodesAutoAdjustScaleDown(Integer) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets timeout in seconds between node left topology event itself and data nodes switch.
dataNodesAutoAdjustScaleUp() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Timeout in seconds between node added topology event itself and data nodes switch.
dataNodesAutoAdjustScaleUp() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns timeout in seconds between node added topology event itself and data nodes switch.
dataNodesAutoAdjustScaleUp(Integer) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets timeout in seconds between node added topology event itself and data nodes switch.
DataStreamerException - Exception in org.apache.ignite.table
Represents an exception that is thrown during data streaming.
DataStreamerException(Set<?>, Throwable) - Constructor for exception org.apache.ignite.table.DataStreamerException
Constructor.
DataStreamerException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.table.DataStreamerException
Creates an exception with the given trace ID, error code, detailed message, and cause.
DataStreamerItem<T> - Interface in org.apache.ignite.table
Data streamer item: data and operation type.
DataStreamerOperationType - Enum Class in org.apache.ignite.table
Data streamer operation type.
DataStreamerOptions - Class in org.apache.ignite.table
Data streamer options.
DataStreamerOptions.Builder - Class in org.apache.ignite.table
Builder.
DataStreamerReceiver<T,A,R> - Interface in org.apache.ignite.table
Data streamer receiver.
DataStreamerReceiverContext - Interface in org.apache.ignite.table
Context of the DataStreamerReceiver execution.
DataStreamerReceiverDescriptor<T,A,R> - Class in org.apache.ignite.table
Data streamer receiver descriptor.
DataStreamerReceiverDescriptor.Builder<T,A,R> - Class in org.apache.ignite.table
Builder.
DataStreamerTarget<T> - Interface in org.apache.ignite.table
Represents an entity that can be used as a target for streaming data.
DATE - Enum constant in enum class org.apache.ignite.sql.ColumnType
Timezone-free date.
DATE - Static variable in class org.apache.ignite.catalog.ColumnType
DATE SQL column type.
DATETIME - Enum constant in enum class org.apache.ignite.sql.ColumnType
Timezone-free datetime.
datetimeValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a LocalDateTime column value.
datetimeValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a LocalDateTime column value.
dateValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a LocalDate column value.
dateValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a LocalDate column value.
DCR_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
General DCR error.
decimal(int, int) - Static method in class org.apache.ignite.catalog.ColumnType
DECIMAL with specified precision and scale.
DECIMAL - Enum constant in enum class org.apache.ignite.sql.ColumnType
Arbitrary-precision signed decimal number.
DECIMAL - Static variable in class org.apache.ignite.catalog.ColumnType
DECIMAL SQL column type.
decimalValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a BigDecimal column value.
decimalValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a BigDecimal column value.
DEFAULT - Enum constant in enum class org.apache.ignite.catalog.IndexType
 
DEFAULT - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
DEFAULT - Static variable in class org.apache.ignite.compute.JobExecutionOptions
Default job execution options with priority default value = 0 and max retries default value = 0.
DEFAULT - Static variable in class org.apache.ignite.table.ContinuousQueryOptions
 
DEFAULT - Static variable in class org.apache.ignite.table.criteria.CriteriaQueryOptions
Default options.
DEFAULT - Static variable in class org.apache.ignite.table.DataStreamerOptions
Default options.
DEFAULT - Static variable in class org.apache.ignite.table.NearCacheOptions
Default options.
DEFAULT - Static variable in class org.apache.ignite.table.ReceiverExecutionOptions
Default receiver execution options.
DEFAULT - Static variable in class org.apache.ignite.table.TableViewOptions
 
DEFAULT_RW_TX_TIMEOUT_SECONDS - Static variable in class org.apache.ignite.tx.IgniteTransactionDefaults
Default transaction timeout.
DEFAULT_SCHEMA - Static variable in annotation interface org.apache.ignite.catalog.annotations.Cache
Default schema name.
DEFAULT_SCHEMA - Static variable in annotation interface org.apache.ignite.catalog.annotations.Table
Default schema name.
DEFAULT_SCHEMA_NAME - Static variable in class org.apache.ignite.table.QualifiedName
Default schema name.
DEFAULT_ZONE - Static variable in annotation interface org.apache.ignite.catalog.annotations.Cache
Default zone name.
DEFAULT_ZONE - Static variable in annotation interface org.apache.ignite.catalog.annotations.Table
Default zone name.
defaultExpression() - Method in class org.apache.ignite.catalog.ColumnType
Returns default value expression of the column type.
defaultExpression(String) - Method in class org.apache.ignite.catalog.ColumnType
Set default value for this column type as an expression.
defaultSchema() - Method in interface org.apache.ignite.sql.Statement
Returns a statement's default schema.
defaultSchema(String) - Method in interface org.apache.ignite.sql.Statement.StatementBuilder
Sets a default schema for the statement.
defaultValue() - Method in class org.apache.ignite.catalog.ColumnType
Returns default value of the column type.
defaultValue(T) - Method in class org.apache.ignite.catalog.ColumnType
Set default value for this column type.
definition() - Method in class org.apache.ignite.catalog.definitions.ColumnDefinition
Returns string definition of the column type.
delete(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Deletes a record with the same key column values as the given one from a table.
deleteAll(Transaction) - Method in interface org.apache.ignite.table.RecordView
Removes all entries from a table records.
deleteAll(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Removes from a table records with the same key column values as the given one.
deleteAllAsync(Transaction) - Method in interface org.apache.ignite.table.RecordView
Asynchronously removes all entries from a table records.
deleteAllAsync(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Asynchronously removes from a table records with the same key column values as the given one.
deleteAllAsync(CacheStoreSession, Collection<? extends K>) - Method in interface org.apache.ignite.cache.CacheStore
Delete a batch from the store.
deleteAllExact(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Remove the given records from a table.
deleteAllExactAsync(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Asynchronously removes the given records from a table.
deleteAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously deletes a record with the same key column values as the given one from a table.
deleteAsync(CacheStoreSession, K) - Method in interface org.apache.ignite.cache.CacheStore
Delete a key from the store.
deleteExact(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Deletes the given record from a table.
deleteExactAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously deletes the given record from a table.
DeploymentUnit - Class in org.apache.ignite.deployment
Deployment unit.
DeploymentUnit(String, String) - Constructor for class org.apache.ignite.deployment.DeploymentUnit
Constructor.
DeploymentUnit(String, Version) - Constructor for class org.apache.ignite.deployment.DeploymentUnit
Constructor.
DeploymentUnitInfo - Class in org.apache.ignite.deployment
Information about a deployment unit used by a job.
DeploymentUnitInfo(String, Version, Path) - Constructor for class org.apache.ignite.deployment.DeploymentUnitInfo
Creates deployment unit info.
deploymentUnits() - Method in interface org.apache.ignite.compute.JobExecutionContext
Collection of deployment units associated with this job execution.
desc() - Method in class org.apache.ignite.catalog.ColumnSorted
Assigns descending sort order.
DESC - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
DESC_NULLS_FIRST - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
DESC_NULLS_LAST - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
DisasterRecovery() - Constructor for class org.apache.ignite.lang.ErrorGroups.DisasterRecovery
 
DISK_QUOTA_EXCEEDED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.MemoryQuota
Disk quota exceeded.
DISTRIBUTION_ZONES_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.DistributionZones
Distribution zones group.
distributionAlgorithm() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Distribution algorithm.
distributionAlgorithm() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns distribution algorithm.
distributionAlgorithm(String) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets the distribution algorithm.
distributionZone(String) - Method in class org.gridgain.structure.MapConfiguration.Builder
Sets the distribution zone of the map.
DistributionZones() - Constructor for class org.apache.ignite.lang.ErrorGroups.DistributionZones
 
DIVERGED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.MetaStorage
Failed to start a node because Metastorage has diverged.
DOTNET_SIDECAR - Enum constant in enum class org.apache.ignite.compute.JobExecutorType
Side-car .NET job executor.
DOUBLE - Enum constant in enum class org.apache.ignite.sql.ColumnType
64-bit double-precision floating-point number.
DOUBLE - Static variable in class org.apache.ignite.catalog.ColumnType
DOUBLE SQL column type.
doubleValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a double column value.
doubleValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a double column value.
dropCache(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Drops cache with the provided name.
dropCache(CacheDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Drops cache with the provided cache definition.
dropCache(QualifiedName) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Drops cache with the provided name.
dropCacheAsync(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Drops cache with the provided name.
dropCacheAsync(CacheDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Drops cache with the provided name.
dropCacheAsync(QualifiedName) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Drops cache with the provided name.
dropTable(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP TABLE query object from the table name.
dropTable(TableDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP TABLE query object from the table definition.
dropTable(QualifiedName) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP TABLE query object from the QualifiedName.
dropTableAsync(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP TABLE query object from the table name.
dropTableAsync(TableDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP TABLE query object from the table definition.
dropTableAsync(QualifiedName) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP TABLE query object from the QualifiedName.
dropZone(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP ZONE query object from the zone name.
dropZone(ZoneDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP ZONE query object from the zone definition.
dropZoneAsync(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP ZONE query object from the zone name.
dropZoneAsync(ZoneDefinition) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Creates a DROP ZONE query object from the zone definition.
DURATION - Enum constant in enum class org.apache.ignite.sql.ColumnType
Time interval.

E

Embedded() - Constructor for class org.apache.ignite.lang.ErrorGroups.Embedded
 
EMBEDDED_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Embedded
Embedded API group.
EMPTY_ASSIGNMENTS_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.PlacementDriver
Error that occurs if there are no assignments for a group.
EMPTY_DATA_NODES_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.DistributionZones
Empty data nodes.
enableEmptyBatches() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Gets the flag that indicates whether empty batches are enabled.
enableEmptyBatches(boolean) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the flag that indicates whether empty batches are enabled.
Encryption() - Constructor for class org.gridgain.lang.GridgainErrorGroups.Encryption
 
ensureNativelySupported(Class<O>) - Static method in interface org.apache.ignite.table.mapper.Mapper
Ensures a class is of natively supported kind and can be used in one-column mapping.
entry() - Method in interface org.apache.ignite.table.TableRowEvent
Gets the resulting entry value.
EQ - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
equals(Object) - Method in class org.apache.ignite.catalog.ColumnSorted
 
equals(Object) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
 
equals(Object) - Method in class org.apache.ignite.catalog.definitions.ColumnDefinition
 
equals(Object) - Method in class org.apache.ignite.catalog.definitions.IndexDefinition
 
equals(Object) - Method in class org.apache.ignite.catalog.definitions.TableDefinition
 
equals(Object) - Method in class org.apache.ignite.deployment.DeploymentUnit
 
equals(Object) - Method in class org.apache.ignite.lang.NullableValue
equals(Object) - Method in class org.apache.ignite.network.NetworkAddress
equals(Object) - Method in class org.apache.ignite.network.NodeMetadata
 
equals(Object) - Method in class org.apache.ignite.table.QualifiedName
equals(Object) - Method in class org.apache.ignite.table.ReceiverExecutionOptions
 
equals(Object) - Method in interface org.apache.ignite.table.Tuple
Indicates whether another object is "equal to" the specified one.
equals(Tuple, Tuple) - Static method in interface org.apache.ignite.table.Tuple
Compares tuples for equality.
equalTo(byte[]) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is equal to the specified value.
equalTo(Comparable<T>) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is equal to the specified value.
errorCode() - Method in exception org.apache.ignite.lang.IgniteCheckedException
Returns an error code that uniquely identifies a problem within a group.
errorCode() - Method in exception org.apache.ignite.lang.IgniteException
Returns an error code that uniquely identifies the problem within a group.
errorCode() - Method in interface org.apache.ignite.lang.TraceableException
Returns an error code that uniquely identifies the problem within a group.
ErrorGroup - Class in org.apache.ignite.lang
This class represents a concept of error group.
errorGroupByCode(int) - Static method in class org.apache.ignite.lang.ErrorGroups
Returns error group identified by the given error code.
errorGroupByGroupCode(short) - Static method in class org.apache.ignite.lang.ErrorGroups
Returns error group identified by the given groupCode.
ErrorGroups - Class in org.apache.ignite.lang
Defines error groups and its errors.
ErrorGroups() - Constructor for class org.apache.ignite.lang.ErrorGroups
 
ErrorGroups.Authentication - Class in org.apache.ignite.lang
Authentication error group.
ErrorGroups.Catalog - Class in org.apache.ignite.lang
Catalog error group.
ErrorGroups.Client - Class in org.apache.ignite.lang
Client error group.
ErrorGroups.CodeDeployment - Class in org.apache.ignite.lang
Code deployment error group.
ErrorGroups.Common - Class in org.apache.ignite.lang
Common error group.
ErrorGroups.CommonConfiguration - Class in org.apache.ignite.lang
Configuration error group.
ErrorGroups.Compute - Class in org.apache.ignite.lang
Compute error group.
ErrorGroups.CriticalWorkers - Class in org.apache.ignite.lang
Critical workers error group.
ErrorGroups.DisasterRecovery - Class in org.apache.ignite.lang
Disaster recovery error group.
ErrorGroups.DistributionZones - Class in org.apache.ignite.lang
Distribution zones error group.
ErrorGroups.Embedded - Class in org.apache.ignite.lang
Embedded API error group.
ErrorGroups.GarbageCollector - Class in org.apache.ignite.lang
Garbage collector error group.
ErrorGroups.Index - Class in org.apache.ignite.lang
Deprecated.
The whole group is unused.
ErrorGroups.Marshalling - Class in org.apache.ignite.lang
Marshalling error group.
ErrorGroups.MetaStorage - Class in org.apache.ignite.lang
Meta storage error group.
ErrorGroups.Network - Class in org.apache.ignite.lang
Network error group.
ErrorGroups.NodeConfiguration - Class in org.apache.ignite.lang
Node configuration error group.
ErrorGroups.PlacementDriver - Class in org.apache.ignite.lang
Placement driver error group.
ErrorGroups.Replicator - Class in org.apache.ignite.lang
Replicator error group.
ErrorGroups.Rest - Class in org.apache.ignite.lang
REST service error group.
ErrorGroups.Sql - Class in org.apache.ignite.lang
SQL error group.
ErrorGroups.Storage - Class in org.apache.ignite.lang
Storage error group.
ErrorGroups.Table - Class in org.apache.ignite.lang
Tables error group.
ErrorGroups.Transactions - Class in org.apache.ignite.lang
Transactions error group.
errorMessage(UUID, int, String) - Static method in class org.apache.ignite.lang.ErrorGroup
Creates a new error message with predefined prefix.
errorPrefix() - Method in class org.apache.ignite.lang.ErrorGroup
Returns a error prefix of this group.
eventTypes() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Gets the included event types.
eventTypes(EnumSet<TableRowEventType>) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the included event types.
eventTypes(TableRowEventType...) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the included event types.
execute(Transaction, CancellationToken, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a single SQL query.
execute(Transaction, CancellationToken, Statement, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a single SQL statement.
execute(Transaction, Mapper<T>, CancellationToken, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes single SQL statement and maps results to objects with the provided mapper.
execute(Transaction, Mapper<T>, CancellationToken, Statement, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes single SQL statement and maps results to objects with the provided mapper.
execute(Transaction, Mapper<T>, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes single SQL statement and maps results to objects with the provided mapper.
execute(Transaction, Mapper<T>, Statement, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes single SQL statement and maps results to objects with the provided mapper.
execute(Transaction, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a single SQL query.
execute(Transaction, Statement, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a single SQL statement.
execute(BroadcastJobTarget, JobDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Executes a ComputeJob of the given class on all nodes in the given node set.
execute(BroadcastJobTarget, JobDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Executes a ComputeJob of the given class on all nodes in the given node set.
execute(JobTarget, JobDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Executes a ComputeJob of the given class on a single node from a set of candidate nodes.
execute(JobTarget, JobDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Executes a ComputeJob of the given class on a single node from a set of candidate nodes.
executeAsync(Transaction, CancellationToken, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes SQL query in an asynchronous way.
executeAsync(Transaction, CancellationToken, Statement, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes an SQL statement asynchronously.
executeAsync(Transaction, Mapper<T>, CancellationToken, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes SQL statement in an asynchronous way and maps results to objects with the provided mapper.
executeAsync(Transaction, Mapper<T>, CancellationToken, Statement, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes SQL statement in an asynchronous way and maps results to objects with the provided mapper.
executeAsync(Transaction, Mapper<T>, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes SQL statement in an asynchronous way and maps results to objects with the provided mapper.
executeAsync(Transaction, Mapper<T>, Statement, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes SQL statement in an asynchronous way and maps results to objects with the provided mapper.
executeAsync(Transaction, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes SQL query in an asynchronous way.
executeAsync(Transaction, Statement, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes an SQL statement asynchronously.
executeAsync(BroadcastJobTarget, JobDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Executes a ComputeJob of the given class on all nodes in the given node set.
executeAsync(BroadcastJobTarget, JobDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Executes a ComputeJob of the given class on all nodes in the given node set.
executeAsync(JobExecutionContext, T) - Method in interface org.apache.ignite.compute.ComputeJob
Executes the job on an Ignite node.
executeAsync(JobTarget, JobDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a ComputeJob of the given class for an execution on a single node from a set of candidate nodes.
executeAsync(JobTarget, JobDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a ComputeJob of the given class for an execution on a single node from a set of candidate nodes.
executeBatch(Transaction, CancellationToken, String, BatchedArguments) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a batched SQL query.
executeBatch(Transaction, CancellationToken, Statement, BatchedArguments) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a batched SQL statement.
executeBatch(Transaction, String, BatchedArguments) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a batched SQL query.
executeBatch(Transaction, Statement, BatchedArguments) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a batched SQL statement.
executeBatchAsync(Transaction, CancellationToken, String, BatchedArguments) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a batched SQL query asynchronously.
executeBatchAsync(Transaction, CancellationToken, Statement, BatchedArguments) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a batched SQL statement asynchronously.
executeBatchAsync(Transaction, String, BatchedArguments) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a batched SQL query asynchronously.
executeBatchAsync(Transaction, Statement, BatchedArguments) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a batched SQL statement asynchronously.
executeMapReduce(TaskDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Executes a MapReduceTask of the given class.
executeMapReduce(TaskDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Executes a MapReduceTask of the given class.
executeMapReduceAsync(TaskDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a MapReduceTask of the given class for an execution.
executeMapReduceAsync(TaskDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a MapReduceTask of the given class for an execution.
executeScript(CancellationToken, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a multi-statement SQL query.
executeScript(String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a multi-statement SQL query.
executeScriptAsync(CancellationToken, String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a multi-statement SQL query.
executeScriptAsync(String, Object...) - Method in interface org.apache.ignite.sql.IgniteSql
Executes a multi-statement SQL query.
EXECUTING - Enum constant in enum class org.apache.ignite.compute.JobStatus
The job is being executed.
EXECUTING - Enum constant in enum class org.apache.ignite.compute.TaskStatus
The task is being executed.
EXECUTION_CANCELLED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
Statement canceled error.
executions() - Method in interface org.apache.ignite.compute.BroadcastExecution
Returns a collection of individual job executions.
executor() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Returns the executor that is going to be used for async delivery and execution of subscriber methods.
executor(Executor) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the executor that is going to be used for async delivery and execution of subscriber methods.
executorType() - Method in class org.apache.ignite.compute.JobExecutionOptions
Gets the job executor type.
executorType() - Method in class org.apache.ignite.table.ReceiverExecutionOptions
Gets the receiver executor type.
executorType(JobExecutorType) - Method in class org.apache.ignite.compute.JobExecutionOptions.Builder
Sets the job executor type.
executorType(JobExecutorType) - Method in class org.apache.ignite.table.ReceiverExecutionOptions.Builder
Sets the receiver executor type.
expireAfterAccess() - Method in class org.apache.ignite.table.NearCacheOptions
Gets the entry expiration interval after the last read operation, in milliseconds.
expireAfterAccess(int) - Method in class org.apache.ignite.table.NearCacheOptions.Builder
Sets the entry expiration interval after read, in milliseconds.
expireAfterUpdate() - Method in class org.apache.ignite.table.NearCacheOptions
Gets the entry expiration interval after the last read operation, in milliseconds.
expireAfterUpdate(int) - Method in class org.apache.ignite.table.NearCacheOptions.Builder
Sets the entry expiration interval after update, in milliseconds.
Expression - Class in org.apache.ignite.table.criteria
Defines a expression for a criteria query with operator and it's arguments.
extractCauseMessage(String) - Static method in class org.apache.ignite.lang.ErrorGroups
Returns a message extracted from the given errorMessage if this errorMessage matches ErrorGroups.EXCEPTION_MESSAGE_PATTERN.
extractErrorCode(int) - Static method in class org.apache.ignite.lang.ErrorGroup
Returns error code extracted from the given full error code.
extractGroupCode(int) - Static method in class org.apache.ignite.lang.ErrorGroups
Returns group code extracted from the given full error code.

F

FAIL_TO_GET_JOB_OWNER_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Security
Compute job owner can't be retrieved.
FAIL_TO_GET_JOB_STATE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Compute job state can't be retrieved.
FAILED - Enum constant in enum class org.apache.ignite.compute.JobStatus
The job was unexpectedly terminated during execution.
FAILED - Enum constant in enum class org.apache.ignite.compute.TaskStatus
The task was unexpectedly terminated during execution.
failedItems() - Method in exception org.apache.ignite.table.DataStreamerException
Gets the set of items that were not streamed to the cluster.
fetchNextPage() - Method in interface org.apache.ignite.lang.AsyncCursor
Fetches the next page of results asynchronously.
fetchNextPage() - Method in interface org.apache.ignite.sql.async.AsyncResultSet
Fetches the next page of results asynchronously.
fieldForColumn(String) - Method in interface org.apache.ignite.table.mapper.PojoMapper
Returns a field name for a given column name when POJO individual fields are mapped to columns, otherwise fails.
fields() - Method in interface org.apache.ignite.table.mapper.PojoMapper
Returns all fields that should be mapped to columns.
FILE_TRANSFER_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Network
File transfer error.
FILE_VALIDATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Network
File validation error.
filter() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Nodes filter.
filter() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns nodes filter.
filter(String) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets nodes filter.
finishAsync(boolean) - Method in interface org.apache.ignite.cache.CacheStoreSession
Finish the current session.
finishTime() - Method in interface org.apache.ignite.compute.JobState
Returns job finish time.
finishTime() - Method in interface org.apache.ignite.compute.TaskState
Returns task finish time.
FLOAT - Enum constant in enum class org.apache.ignite.sql.ColumnType
32-bit single-precision floating-point number.
FLOAT - Static variable in class org.apache.ignite.catalog.ColumnType
32-bit single-precision floating-point number.
FLOAT32 - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
32-bit floating point number.
FLOAT64 - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
64-bit floating point number.
floatValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a float column value.
floatValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a float column value.
forName(String) - Method in interface org.apache.ignite.lang.LoggerFactory
Creates a logger instance with a given name.
from(String) - Static method in class org.apache.ignite.network.NetworkAddress
Parses a NetworkAddress from a string in the "host:port" format.
from(InetSocketAddress) - Static method in class org.apache.ignite.network.NetworkAddress
Creates a NetworkAddress from a InetSocketAddress.
from(List<List<Object>>) - Static method in class org.apache.ignite.sql.BatchedArguments
Creates batched arguments.
fromId(int) - Static method in enum class org.apache.ignite.table.TableRowEventType
Find TableRowEventType by corresponding id.
fromOrdinal(int) - Static method in enum class org.apache.ignite.cache.CacheWriteMode
Efficiently gets enumerated value from its ordinal.
fromOrdinal(int) - Static method in enum class org.apache.ignite.compute.JobExecutorType
Returns the enumerated value from its ordinal.
fromSimple(String) - Static method in class org.apache.ignite.table.QualifiedName
Factory method that creates qualified name from given simple name by resolving it against the default schema.
fromString(String) - Static method in enum class org.apache.ignite.cache.CacheWriteMode
Reads WRITE MODE from the string representation as described in the Enum.name() method.

G

GarbageCollector() - Constructor for class org.apache.ignite.lang.ErrorGroups.GarbageCollector
 
GC_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.GarbageCollector
Garbage collector error group.
GENERIC - Enum constant in enum class org.apache.ignite.compute.wasm.WasmCallingConvention
Generic calling convention.
GENERIC_COMMAND - Enum constant in enum class org.apache.ignite.compute.wasm.WasmCallingConvention
Generic command calling convention.
get() - Method in class org.apache.ignite.lang.NullableValue
Returns a wrapped value.
get() - Method in interface org.apache.ignite.table.DataStreamerItem
Gets the data.
get(int) - Method in class org.apache.ignite.sql.BatchedArguments
Returns the arguments list at the specified position.
get(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Gets a value associated with a given key.
get(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Gets a record with the same key column values as the given one from a table.
get(K) - Method in interface org.gridgain.structure.IgniteMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getAll() - Method in interface org.gridgain.structure.IgniteMap
Returns read-only cursor to all entries from map.
getAll(Transaction, Collection<K>) - Method in interface org.apache.ignite.table.KeyValueView
Get values associated with given keys.
getAll(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Gets records from a table.
getAllAsync() - Method in interface org.gridgain.structure.IgniteMap
Returns read-only async cursor to all entries from map.
getAllAsync(Transaction, Collection<K>) - Method in interface org.apache.ignite.table.KeyValueView
Get values associated with given keys.
getAllAsync(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Asynchronously gets records from a table.
getAndDelete(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Gets and deletes from a table a record with the same key column values as the given one.
getAndDeleteAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously gets and deletes from a table a record with the same key columns values as the given one.
getAndPut(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Puts into a table a new, or replaces an existing, value associated with the given key.
getAndPutAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously puts into a table a new, or replaces an existing, value associated with given key.
getAndRemove(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Gets and removes from a table a value associated with the given key.
getAndRemoveAsync(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously gets and removes from a table a value associated with the given key.
getAndReplace(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Replaces a value for a given key if it exists.
getAndReplace(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Gets an existing record associated with the same key columns values as the given one, then replaces it with the given one.
getAndReplaceAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously replaces a value for a given key if it exists.
getAndReplaceAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously gets an existing record associated with the same key column values as the given one, then replaces it with the given one.
getAndUpsert(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Inserts a record into a table, or replaces an existing record and returns the replaced record.
getAndUpsertAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously inserts a record into a table, or replaces an existing record and returns the replaced record.
getAsync(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously gets a value associated with a given key.
getAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously gets a record with the same key column values as the given one from a table.
getAsync(K) - Method in interface org.gridgain.structure.IgniteMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getById(int) - Static method in enum class org.apache.ignite.sql.ColumnType
Returns the ColumnType instance by its id, or null if the id is invalid.
getDistributionZone() - Method in class org.gridgain.structure.MapConfiguration
Returns map distribution zone.
getElements() - Method in class org.apache.ignite.table.criteria.Condition
Get a condition elements.
getElements() - Method in class org.apache.ignite.table.criteria.Expression
Get a condition elements.
getKeyClass() - Method in class org.gridgain.structure.MapConfiguration
Returns map key class.
getKeyMarshaller() - Method in class org.gridgain.structure.MapConfiguration
Returns map key marshaller.
getName() - Method in class org.apache.ignite.table.criteria.Column
Gets column name.
getName() - Method in class org.gridgain.structure.MapConfiguration
Returns map name.
getNullable(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Gets a nullable value associated with a given key.
getNullableAndPut(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Puts into a table a new, or replaces an existing, value associated with given key.
getNullableAndPutAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously puts into a table a new, or replaces an existing, value associated with given key.
getNullableAndRemove(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Gets and removes from a table a value associated with the given key.
getNullableAndRemoveAsync(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously gets and removes from a table a value associated with the given key.
getNullableAndReplace(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Replaces a value for a given key if it exists.
getNullableAndReplaceAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously replaces a value for a given key if it exists.
getNullableAsync(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Gets a nullable value associated with a given key.
getOperator() - Method in class org.apache.ignite.table.criteria.Condition
Get a condition operator.
getOperator() - Method in class org.apache.ignite.table.criteria.Expression
Get a operator.
getOrCreateMap(String, Class<K>, Class<V>) - Method in interface org.gridgain.structure.IgniteStructures
Returns new or already existed IgniteMap with provided name.
getOrCreateMap(String, Marshaller<K, byte[]>, Marshaller<V, byte[]>) - Method in interface org.gridgain.structure.IgniteStructures
Returns new or already existed IgniteMap with provided name.
getOrCreateMap(MapConfiguration) - Method in interface org.gridgain.structure.IgniteStructures
Returns new or already existed IgniteMap with provided name.
getOrCreateMapAsync(String, Class<K>, Class<V>) - Method in interface org.gridgain.structure.IgniteStructures
Returns new or already existed IgniteMap with provided name.
getOrCreateMapAsync(String, Marshaller<K, byte[]>, Marshaller<V, byte[]>) - Method in interface org.gridgain.structure.IgniteStructures
Returns new or already existed IgniteMap with provided name.
getOrCreateMapAsync(MapConfiguration) - Method in interface org.gridgain.structure.IgniteStructures
Returns new or already existed IgniteMap with provided name.
getOrCreateTraceId(Throwable) - Static method in class org.apache.ignite.lang.util.TraceIdUtils
Returns trace identifier from the provided throwable if it is an instance of TraceableException or it has a cause that is an instance of TraceableException.
getOrDefault(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Gets a value associated with a given key, if it exists and is not null, otherwise returns defaultValue.
getOrDefaultAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Gets a value associated with a given key, if it exists and is not null, otherwise returns defaultValue.
getRawVersion() - Method in exception org.apache.ignite.deployment.version.VersionParseException
 
getStorageProfile() - Method in class org.gridgain.structure.MapConfiguration
Returns map storage profile.
getTransaction() - Method in interface org.apache.ignite.cache.CacheStoreSession
Get attached transaction.
getValue() - Method in class org.apache.ignite.table.criteria.Parameter
Gets parameter value.
getValueClass() - Method in class org.gridgain.structure.MapConfiguration
Returns map value class.
getValueMarshaller() - Method in class org.gridgain.structure.MapConfiguration
Returns map value marshaller.
GO_WASI_REACTOR - Enum constant in enum class org.apache.ignite.compute.wasm.WasmCallingConvention
Go-specific calling convention that works with modules built using GOOS=wasip1 GOARCH=wasm go build -buildmode=c-shared.
GOE - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
greaterThan(Comparable<T>) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is greater than the specified value.
greaterThanOrEqualTo(Comparable<T>) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is greater than or equal than the specified value.
GridgainErrorGroups - Class in org.gridgain.lang
Error groups for GridGain.
GridgainErrorGroups() - Constructor for class org.gridgain.lang.GridgainErrorGroups
 
GridgainErrorGroups.Cache - Class in org.gridgain.lang
Cache error group.
GridgainErrorGroups.CacheStore - Class in org.gridgain.lang
Cache store context error group.
GridgainErrorGroups.Cdc - Class in org.gridgain.lang
CDC error group.
GridgainErrorGroups.ContinuousQuery - Class in org.gridgain.lang
Continuous query error group.
GridgainErrorGroups.DataCenterReplication - Class in org.gridgain.lang
Error group for DCR.
GridgainErrorGroups.Encryption - Class in org.gridgain.lang
Encryption context error group.
GridgainErrorGroups.Jwt - Class in org.gridgain.lang
JWT error group.
GridgainErrorGroups.Ldap - Class in org.gridgain.lang
Ldap error group.
GridgainErrorGroups.License - Class in org.gridgain.lang
License context error group.
GridgainErrorGroups.MemoryQuota - Class in org.gridgain.lang
SQL memory quota error group.
GridgainErrorGroups.NodeKeyManagement - Class in org.gridgain.lang
Node key management error group.
GridgainErrorGroups.PointInTimeRecovery - Class in org.gridgain.lang
Error group for Point in time recovery.
GridgainErrorGroups.Rbac - Class in org.gridgain.lang
RBAC error group.
GridgainErrorGroups.SecondaryStorage - Class in org.gridgain.lang
Secondary storage replication error group.
GridgainErrorGroups.Security - Class in org.gridgain.lang
Security context error group.
GridgainErrorGroups.Snapshots - Class in org.gridgain.lang
Error group for Snapshots.
GROUP_OVERLOADED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
Replication group overloaded exception code.
groupCode() - Method in class org.apache.ignite.lang.ErrorGroup
Returns a code of this group.
groupCode() - Method in exception org.apache.ignite.lang.IgniteCheckedException
Returns an error group.
groupCode() - Method in exception org.apache.ignite.lang.IgniteException
Returns an error group.
groupCode() - Method in interface org.apache.ignite.lang.TraceableException
Returns an error group.
groupName() - Method in exception org.apache.ignite.lang.IgniteCheckedException
Returns a group name of the error.
groupName() - Method in exception org.apache.ignite.lang.IgniteException
Returns a group name of the error.
GT - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 

H

HANDSHAKE_HEADER_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Client handshake header error.
HASH - Enum constant in enum class org.apache.ignite.catalog.IndexType
 
hashCode() - Method in class org.apache.ignite.catalog.ColumnSorted
 
hashCode() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
 
hashCode() - Method in class org.apache.ignite.catalog.definitions.ColumnDefinition
 
hashCode() - Method in class org.apache.ignite.catalog.definitions.IndexDefinition
 
hashCode() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
 
hashCode() - Method in class org.apache.ignite.deployment.DeploymentUnit
 
hashCode() - Method in class org.apache.ignite.lang.NullableValue
hashCode() - Method in class org.apache.ignite.network.NetworkAddress
hashCode() - Method in class org.apache.ignite.network.NodeMetadata
 
hashCode() - Method in class org.apache.ignite.table.QualifiedName
hashCode() - Method in class org.apache.ignite.table.ReceiverExecutionOptions
 
hashCode() - Method in interface org.apache.ignite.table.Tuple
Returns a hash code value for the tuple.
hashCode(Tuple) - Static method in interface org.apache.ignite.table.Tuple
Returns a hash code value for the tuple.
hasMorePages() - Method in interface org.apache.ignite.lang.AsyncCursor
Indicates whether there are more pages of results.
hasRowSet() - Method in interface org.apache.ignite.sql.async.AsyncResultSet
Defines whether the result of a query is a collection of rows or not.
hasRowSet() - Method in interface org.apache.ignite.sql.ResultSet
Indicates whether the query result is a collection of rows.
host() - Method in class org.apache.ignite.network.NetworkAddress
Returns the host name.
httpPort() - Method in class org.apache.ignite.network.NodeMetadata
 
httpsPort() - Method in class org.apache.ignite.network.NodeMetadata
 

I

id() - Method in interface org.apache.ignite.compute.JobState
Returns job ID.
id() - Method in interface org.apache.ignite.compute.TaskState
Returns task ID.
id() - Method in interface org.apache.ignite.network.ClusterNode
Returns the node's local ID.
id() - Method in interface org.apache.ignite.network.IgniteCluster
Returns the current cluster ID.
id() - Method in enum class org.apache.ignite.sql.ColumnType
Returns id of type.
id() - Method in enum class org.apache.ignite.table.TableRowEventType
 
Id - Annotation Interface in org.apache.ignite.catalog.annotations
Columns annotated with this annotation will be included in the primary key.
idAsync() - Method in interface org.apache.ignite.compute.JobExecution
Returns the id of the job.
idAsync() - Method in interface org.apache.ignite.compute.task.TaskExecution
Returns the id of the task.
idsAsync() - Method in interface org.apache.ignite.compute.task.TaskExecution
Returns a collection of ids of the jobs which are executing under this task.
ifNotExists() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets not exists flag.
ifNotExists() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns not exists flag.
ifNotExists() - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets not exists flag.
ifNotExists() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns not exists flag.
ifNotExists() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets the not exists flag.
ifNotExists() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns not exists flag.
ignite() - Method in interface org.apache.ignite.compute.JobExecutionContext
Ignite API entry point.
ignite() - Method in interface org.apache.ignite.compute.task.TaskExecutionContext
Ignite API entry point.
ignite() - Method in interface org.apache.ignite.table.DataStreamerReceiverContext
Gets the Ignite instance.
Ignite - Interface in org.apache.ignite
Ignite API entry point.
IGNITE_ERR_PREFIX - Static variable in class org.apache.ignite.lang.ErrorGroups
Additional prefix that is used in a human-readable format of ignite errors.
IgniteCaches - Interface in org.apache.ignite.cache.manager
Interface that provides methods for managing caches.
IgniteCatalog - Interface in org.apache.ignite.catalog
Provides the ability to create and execute SQL DDL queries from annotated classes or fluent builders.
IgniteCheckedException - Exception in org.apache.ignite.lang
General Ignite exception.
IgniteCheckedException(int) - Constructor for exception org.apache.ignite.lang.IgniteCheckedException
Creates an exception with the given error code.
IgniteCheckedException(int, Throwable) - Constructor for exception org.apache.ignite.lang.IgniteCheckedException
Creates an exception with the given error code and cause.
IgniteCheckedException(int, String) - Constructor for exception org.apache.ignite.lang.IgniteCheckedException
Creates an exception with the given error code and detailed message.
IgniteCheckedException(int, String, Throwable) - Constructor for exception org.apache.ignite.lang.IgniteCheckedException
Creates an exception with the given error code, detailed message, and cause.
IgniteCheckedException(UUID, int) - Constructor for exception org.apache.ignite.lang.IgniteCheckedException
Creates an exception with the given trace ID and error code.
IgniteCheckedException(UUID, int, Throwable) - Constructor for exception org.apache.ignite.lang.IgniteCheckedException
Creates an exception with the given trace ID, error code, and cause.
IgniteCheckedException(UUID, int, String) - Constructor for exception org.apache.ignite.lang.IgniteCheckedException
Creates an exception with the given trace ID, error code, and detailed message.
IgniteCheckedException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.IgniteCheckedException
Creates an exception with the given trace ID, error code, detailed message, and cause.
IgniteCluster - Interface in org.apache.ignite.network
Represents an Ignite cluster, providing access to the cluster nodes and the local node.
IgniteCompute - Interface in org.apache.ignite.compute
Provides the ability to execute Compute jobs.
IgniteException - Exception in org.apache.ignite.lang
General Ignite exception.
IgniteException(int) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given error code.
IgniteException(int, Throwable) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given error code and cause.
IgniteException(int, String) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given error code and detailed message.
IgniteException(int, String, boolean) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given error code and detailed message with the ability to skip filling in the stacktrace.
IgniteException(int, String, Throwable) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given error code, detailed message, and cause.
IgniteException(UUID, int) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given trace ID and error code.
IgniteException(UUID, int, Throwable) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given trace ID, error code, and cause.
IgniteException(UUID, int, String) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given trace ID, error code, and detailed message.
IgniteException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given trace ID, error code, detailed message, and cause.
IgniteException(UUID, int, String, Throwable, boolean, boolean) - Constructor for exception org.apache.ignite.lang.IgniteException
Creates an exception with the given trace ID, error code, and detailed message.
IgniteExperimental - Annotation Interface in org.apache.ignite.lang
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.
IgniteMap<K,V> - Interface in org.gridgain.structure
An object that maps keys to values.
IgniteNameUtils - Class in org.apache.ignite.lang.util
Utility methods used for cluster's named objects: schemas, tables, columns, indexes, etc.
IgniteSql - Interface in org.apache.ignite.sql
Ignite SQL query facade.
IgniteStructures - Interface in org.gridgain.structure
Provides the ability to create or access to different distributed structures.
IgniteTables - Interface in org.apache.ignite.table
Interface that provides methods for managing tables.
IgniteTransactionDefaults - Class in org.apache.ignite.tx
Utility class containing transaction default constants.
IgniteTransactionDefaults() - Constructor for class org.apache.ignite.tx.IgniteTransactionDefaults
 
IgniteTransactions - Interface in org.apache.ignite.tx
The Ignite Transactions facade that supports distributed transactions when working with tables.
ILLEGAL_ARGUMENT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
Illegal argument or argument in a wrong format has been passed.
ILLEGAL_NODES_SET_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.DisasterRecovery
Error when node names are not in valid set.
ILLEGAL_PARTITION_ID_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.DisasterRecovery
Partition ID is not in valid range.
ILLEGAL_PRIVILEGE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
ILLEGAL_PRIVILEGE_SELECTOR_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
in(byte[]...) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is is found within the specified collection.
in(Comparable<T>...) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is is found within the specified collection.
IN - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
INCOMPATIBLE_SCHEMAS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replicated tables has incompatible schema on source and target.
IncompatibleSchemaException - Exception in org.apache.ignite.tx
Thrown when, during an attempt to execute a transactional operation, it turns out that the operation cannot be executed because an incompatible schema change has happened.
IncompatibleSchemaException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.tx.IncompatibleSchemaException
Constructs a new instance of IncompatibleSchemaException.
index(String, IndexType, List<ColumnSorted>) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Adds an index on this cache using specified columns with sort order and index type.
index(String, IndexType, List<ColumnSorted>) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Adds an index on this table using specified columns with sort order and index type.
index(String, IndexType, ColumnSorted...) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Adds an index on this cache using specified columns with sort order and index type.
index(String, IndexType, ColumnSorted...) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Adds an index on this table using specified columns with sort order and index type.
index(String...) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Adds an index on this cache using specified columns and default index type and sort order.
index(String...) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Adds an index on this table using specified columns and default index type and sort order.
Index - Annotation Interface in org.apache.ignite.catalog.annotations
Describes an index.
Index() - Constructor for class org.apache.ignite.lang.ErrorGroups.Index
Deprecated.
 
INDEX_ALREADY_EXISTS_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Index
Deprecated.
INDEX_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Index
Deprecated.
INDEX_NOT_BUILT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Storage
Error reading from an index that has not yet been built.
INDEX_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Index
Deprecated.
IndexAlreadyExistsException - Exception in org.apache.ignite.lang
Deprecated.
No longer used. Use SqlException with ErrorGroups.Sql.STMT_VALIDATION_ERR error code.
IndexAlreadyExistsException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.IndexAlreadyExistsException
Deprecated.
Creates an exception with the given trace ID, error code, detailed message, and cause.
IndexAlreadyExistsException(QualifiedName) - Constructor for exception org.apache.ignite.lang.IndexAlreadyExistsException
Deprecated.
Creates an exception with the given index name.
IndexDefinition - Class in org.apache.ignite.catalog.definitions
Definition of the CREATE INDEX statement.
indexes() - Element in annotation interface org.apache.ignite.catalog.annotations.Cache
Indexes to create on this cache.
indexes() - Element in annotation interface org.apache.ignite.catalog.annotations.Table
Indexes to create on this table.
indexes() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns a list of indexes to create on this cache.
indexes() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns a list of indexes to create on this table.
IndexNotFoundException - Exception in org.apache.ignite.lang
Deprecated.
No longer used. Use SqlException with ErrorGroups.Sql.STMT_VALIDATION_ERR error code.
IndexNotFoundException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.IndexNotFoundException
Deprecated.
Creates a new exception with the given trace ID, error code, detailed message, and cause.
IndexNotFoundException(UUID, String, Throwable) - Constructor for exception org.apache.ignite.lang.IndexNotFoundException
Deprecated.
Creates an exception with the given trace ID, error code, detailed message, and cause.
IndexNotFoundException(QualifiedName) - Constructor for exception org.apache.ignite.lang.IndexNotFoundException
Deprecated.
Creates an exception with the given index name.
indexOf(String) - Method in interface org.apache.ignite.sql.ResultSetMetadata
Returns a column index for the column with a given name.
IndexType - Enum Class in org.apache.ignite.catalog
Type of the index to create.
initialize() - Static method in class org.apache.ignite.lang.ErrorGroups
Initializes and register all error groups and error codes.
initialize() - Static method in class org.gridgain.lang.GridgainErrorGroups
Initializes and register all error groups and error codes.
inputMarshaller() - Method in interface org.apache.ignite.compute.ComputeJob
Marshaller for the input argument.
insert(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Inserts a record into a table if it does not exists.
insertAll(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Inserts into a table records that do not exist, skips those that exist.
insertAllAsync(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Asynchronously inserts into a table records that do not exist, skips those that exist.
insertAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously inserts a record into a table if it does not exists.
INT16 - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
16-bit integer.
INT16 - Enum constant in enum class org.apache.ignite.sql.ColumnType
16-bit signed integer.
INT16 - Static variable in class org.apache.ignite.catalog.ColumnType
16-bit signed integer.
INT32 - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
32-bit integer.
INT32 - Enum constant in enum class org.apache.ignite.sql.ColumnType
32-bit signed integer.
INT32 - Static variable in class org.apache.ignite.catalog.ColumnType
32-bit signed integer.
INT64 - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
64-bit integer.
INT64 - Enum constant in enum class org.apache.ignite.sql.ColumnType
64-bit signed integer.
INT64 - Static variable in class org.apache.ignite.catalog.ColumnType
64-bit signed integer.
INT8 - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
8-bit integer.
INT8 - Enum constant in enum class org.apache.ignite.sql.ColumnType
8-bit signed integer.
INT8 - Static variable in class org.apache.ignite.catalog.ColumnType
8-bit signed integer.
INTEGER - Static variable in class org.apache.ignite.catalog.ColumnType
INTEGER SQL column type.
INTERNAL_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
This error code represents an internal error caused by faulty logic or coding in the Ignite codebase.
intValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a int column value.
intValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a int column value.
INVALID_BLOCKED_LICENSES_LIST - Static variable in class org.gridgain.lang.GridgainErrorGroups.License
Error indicating that a blocked licenses list has been modified.
INVALID_CREDENTIALS_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Authentication
Authentication error caused by invalid credentials.
INVALID_KEY_PROVIDER_CONFIGURATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Encryption
 
INVALID_SIGNATURE - Static variable in class org.gridgain.lang.GridgainErrorGroups.License
Error indicating that a license has been modified.
InvalidCredentialsException - Exception in org.apache.ignite.security.exception
Exception thrown when authentication fails due to invalid credentials.
InvalidCredentialsException(String) - Constructor for exception org.apache.ignite.security.exception.InvalidCredentialsException
Creates a new authentication exception.
IS_NOT_NULL - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
IS_NULL - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
isAfter() - Method in class org.apache.ignite.table.ContinuousQueryTransactionWatermark
Indicates whether the watermark is set to start after the transaction's read timestamp.
isCancelled() - Method in interface org.apache.ignite.compute.JobExecutionContext
Flag indicating whether the job was cancelled.
isCancelled() - Method in interface org.apache.ignite.compute.task.TaskExecutionContext
Flag indicating whether the task was cancelled.
isCancelled() - Method in interface org.apache.ignite.lang.CancelHandle
Flag indicating whether cancellation was requested or not.
isEmpty() - Method in class org.apache.ignite.sql.BatchedArguments
Returns true if this batch contains is empty.
isEmpty() - Method in interface org.gridgain.structure.IgniteMap
Returns true if this map contains no key-value mappings.
isEmptyAsync() - Method in interface org.gridgain.structure.IgniteMap
Returns true if this map contains no key-value mappings.
isReadOnly() - Method in interface org.apache.ignite.tx.Transaction
Returns true if given transaction is a read-only, false otherwise.
isValidNormalizedIdentifier(String) - Static method in class org.apache.ignite.lang.util.IgniteNameUtils
Returns true if given string is valid normalized identifier, false otherwise.
iterator() - Method in class org.apache.ignite.sql.BatchedArguments
Returns an iterator over the elements in this batch.
iterator() - Method in interface org.apache.ignite.table.Tuple

J

JAVA_EMBEDDED - Enum constant in enum class org.apache.ignite.compute.JobExecutorType
Embedded Java job executor.
javaClass() - Method in enum class org.apache.ignite.sql.ColumnType
Appropriate java match type.
jobClassName() - Method in class org.apache.ignite.compute.JobDescriptor
Job class name.
jobDescriptor() - Method in class org.apache.ignite.compute.task.MapReduceJob
Job descriptor.
jobDescriptor(JobDescriptor<T, R>) - Method in class org.apache.ignite.compute.task.MapReduceJob.ComputeJobRunnerBuilder
Sets job descriptor.
JobDescriptor<T,R> - Class in org.apache.ignite.compute
Compute job descriptor.
JobDescriptor.Builder<T,R> - Class in org.apache.ignite.compute
Builder.
JobExecution<R> - Interface in org.apache.ignite.compute
Job control object, provides information about the job execution process and result, allows cancelling the job.
JobExecutionContext - Interface in org.apache.ignite.compute
Context of the ComputeJob execution.
JobExecutionOptions - Class in org.apache.ignite.compute
Job execution options.
JobExecutionOptions.Builder - Class in org.apache.ignite.compute
JobExecutionOptions builder.
JobExecutorType - Enum Class in org.apache.ignite.compute
Job executor type.
JobState - Interface in org.apache.ignite.compute
Job state.
JobStatus - Enum Class in org.apache.ignite.compute
Compute job's status.
JobTarget - Interface in org.apache.ignite.compute
Job execution target.
JOIN_DENIED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.NodeConfiguration
Join denied error.
Jwt() - Constructor for class org.gridgain.lang.GridgainErrorGroups.Jwt
 
JWT_SER_DE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Jwt
JWT serialization/deserialization error.
JWT_VALIDATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Jwt
JWT validation error.

K

key() - Method in class org.apache.ignite.compute.ColocatedJobTarget
 
key(Class<?>) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets key class to generate columns.
key(Class<?>) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets key class to generate columns.
KEY_DECODING_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.NodeKeyManagement
Node key decoding error.
KEY_EXPIRED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.NodeKeyManagement
Node key expired error.
KEY_GENERATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.NodeKeyManagement
Node key generation error.
KEY_PROVIDER_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Encryption
Missing key provider to decrypt data from storage.
KEY_SER_DE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.NodeKeyManagement
Node key serialization/deserialization error.
KEY_STORE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.NodeKeyManagement
Node key store error.
KEY_VALIDATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.NodeKeyManagement
Node key validation error.
keyClass() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns a class to use to generate columns.
keyClass() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns a class to use to generate columns.
keyMapper() - Method in class org.apache.ignite.compute.ColocatedJobTarget
 
keyValueView() - Method in interface org.apache.ignite.table.Table
Gets a key-value view of the table.
keyValueView(Class<K>, Class<V>) - Method in interface org.apache.ignite.table.Table
Gets a key-value view of the table using the default mapper for the specified key and value classes.
keyValueView(CacheStoreFactory) - Method in interface org.apache.ignite.cache.Cache
Creates a key-value view of a cache using tuple mapping.
keyValueView(CacheStoreFactory, Mapper<K>, Mapper<V>) - Method in interface org.apache.ignite.cache.Cache
Creates a key-value view of a cache using object mapping.
keyValueView(Mapper<K>, Mapper<V>) - Method in interface org.apache.ignite.table.Table
Gets a key-value view of the table using the specified key-value class mappers.
keyValueView(Mapper<K>, Mapper<V>, TableViewOptions) - Method in interface org.apache.ignite.table.Table
Gets a key-value view of the table using the specified key-value class mappers.
keyValueView(TableViewOptions) - Method in interface org.apache.ignite.table.Table
Gets a key-value view of the table.
KeyValueView<K,V> - Interface in org.apache.ignite.table
Key-Value view of a table provides methods to access table records.

L

LATEST - Static variable in interface org.apache.ignite.deployment.version.Version
Implementation of Version interface with special latest logic.
Ldap() - Constructor for class org.gridgain.lang.GridgainErrorGroups.Ldap
 
LDAP - Enum constant in enum class org.apache.ignite.security.AuthenticationType
 
LDAP_CLIENT_INIT_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Ldap
Ldap client initialization error.
LDAP_SEARCH_REQUEST_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Ldap
Ldap search request error.
LDAP_USER_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Ldap
Ldap user not found error.
length() - Element in annotation interface org.apache.ignite.catalog.annotations.Column
The length of the string type.
length() - Method in class org.apache.ignite.catalog.ColumnType
Returns length of the column type.
length(Integer) - Method in class org.apache.ignite.catalog.ColumnType
Sets length for this column type.
lengthAllowed() - Method in enum class org.apache.ignite.sql.ColumnType
If true length need to be specified, false otherwise.
lessThan(Comparable<T>) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is less than the specified value.
lessThanOrEqualTo(Comparable<T>) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is less than or equal than the specified value.
License() - Constructor for class org.gridgain.lang.GridgainErrorGroups.License
 
loadAllAsync(Iterable<? extends K>) - Method in interface org.apache.ignite.cache.CacheStore
Load a batch.
loadAsync(K) - Method in interface org.apache.ignite.cache.CacheStore
Load a single key.
loadAsync(CacheStoreFactory, BiPredicate<Tuple, Tuple>, Object...) - Method in interface org.apache.ignite.cache.Cache
Loads a GridGain cache from cache store.
loadAsync(CacheStoreFactory, Mapper<K>, Mapper<V>, BiPredicate<K, V>, Object...) - Method in interface org.apache.ignite.cache.Cache
Loads a GridGain cache from cache store.
loadCacheAsync(BiConsumer<K, V>, Object...) - Method in interface org.apache.ignite.cache.CacheStore
Load a cache.
localNode() - Method in interface org.apache.ignite.network.IgniteCluster
Returns the local cluster node if available.
LOE - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
LoggerFactory - Interface in org.apache.ignite.lang
An interface describing a factory to create a logger instance.
longValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a long column value.
longValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a long column value.
LT - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 

M

map(String, String, String...) - Method in class org.apache.ignite.table.mapper.MapperBuilder
Maps a field to a column.
map(String, String, TypeConverter<ObjectT, ColumnT>) - Method in class org.apache.ignite.table.mapper.MapperBuilder
Maps a field to a column using a type converter.
MapConfiguration - Class in org.gridgain.structure
Configuration for a IgniteMap structure.
MapConfiguration.Builder - Class in org.gridgain.structure
Builder for MapConfiguration.
mappedColumn() - Method in interface org.apache.ignite.table.mapper.OneColumnMapper
Returns a name of the column the object is mapped to or null if not specified.
Mapper<T> - Interface in org.apache.ignite.table.mapper
Mapper interface defines marshaller methods for mapping class field names to table columns.
MapperBuilder<T> - Class in org.apache.ignite.table.mapper
Mapper builder provides methods for mapping object fields to columns.
MAPPING_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
SQL engine was unable to map query on current cluster topology.
MapReduceJob<T,R> - Class in org.apache.ignite.compute.task
A description of the job to be submitted as a result of the split step of the MapReduceTask.
MapReduceJob.ComputeJobRunnerBuilder<T,R> - Class in org.apache.ignite.compute.task
Job submit parameters builder.
MapReduceTask<I,M,T,R> - Interface in org.apache.ignite.compute.task
A map reduce task interface.
marshal(T) - Method in interface org.apache.ignite.marshalling.ByteArrayMarshaller
 
marshal(T) - Method in interface org.apache.ignite.marshalling.Marshaller
Marshal the object into raw type.
marshal(T) - Method in interface org.apache.ignite.marshalling.NoopMarshaller
 
marshaller(Class<T>) - Static method in class org.gridgain.structure.StructureUtils
Returns noop marshaller if natively supported, else ByteArrayMarshaller.
Marshaller<T,R> - Interface in org.apache.ignite.marshalling
Object marshaller interface that is used in every Ignite API that requires serialization/deserialization of user objects.
MarshallerException - Exception in org.apache.ignite.lang
This exception is caused by a failure to marshall or unmarshall a value.
MarshallerException(String) - Constructor for exception org.apache.ignite.lang.MarshallerException
Creates a new exception with the given error message.
MarshallerException(String, Throwable) - Constructor for exception org.apache.ignite.lang.MarshallerException
Creates a new exception with the given error message.
MarshallerException(Throwable) - Constructor for exception org.apache.ignite.lang.MarshallerException
Deprecated.
MarshallerException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.MarshallerException
Creates an exception with the given trace ID, error code, detailed message, and cause.
Marshalling() - Constructor for class org.apache.ignite.lang.ErrorGroups.Marshalling
 
MARSHALLING_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Marshalling
Marshalling error group.
MARSHALLING_TYPE_MISMATCH_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Incompatible types for argument/result in compute job.
MarshallingException - Exception in org.apache.ignite.marshalling
Exception thrown when an object type is not supported by the marshaller.
MarshallingException(String, Throwable) - Constructor for exception org.apache.ignite.marshalling.MarshallingException
Creates an exception with the given message and cause.
MarshallingException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.marshalling.MarshallingException
Creates an exception with the given trace ID, error code, detailed message, and cause.
MAX_TWO_BYTES_MSG_VALUE - Static variable in class org.gridgain.lang.GridgainErrorGroups
Max short value that is serialized as two bytes when serializing var ints.
maxEntries() - Method in class org.apache.ignite.table.NearCacheOptions
Gets the maximum size of the near cache.
maxEntries(long) - Method in class org.apache.ignite.table.NearCacheOptions.Builder
Sets the maximum size of the near cache.
maxRetries() - Method in class org.apache.ignite.compute.JobExecutionOptions
Gets the number of times to retry job execution in case of failure.
maxRetries() - Method in class org.apache.ignite.table.ReceiverExecutionOptions
Gets the number of times to retry receiver execution in case of failure.
maxRetries(int) - Method in class org.apache.ignite.compute.JobExecutionOptions.Builder
Sets the number of times to retry job execution in case of failure.
maxRetries(int) - Method in class org.apache.ignite.table.ReceiverExecutionOptions.Builder
Sets the number of times to retry receiver execution in case of failure.
MemoryQuota() - Constructor for class org.gridgain.lang.GridgainErrorGroups.MemoryQuota
 
META_STORAGE_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.MetaStorage
Meta storage error group.
metadata() - Method in interface org.apache.ignite.sql.async.AsyncResultSet
Returns metadata for query results.
metadata() - Method in interface org.apache.ignite.sql.ResultSet
Returns metadata for the results if the result contains rows (if ResultSet.hasRowSet() returns true).
metadata() - Method in interface org.apache.ignite.sql.SqlRow
Result set columns' metadata.
MetaStorage() - Constructor for class org.apache.ignite.lang.ErrorGroups.MetaStorage
 
MismatchingTransactionOutcomeException - Exception in org.apache.ignite.tx
The exception is thrown when the transaction result differs from the intended one.
MismatchingTransactionOutcomeException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.tx.MismatchingTransactionOutcomeException
Constructs a new instance.
MISSING_LICENSE - Static variable in class org.gridgain.lang.GridgainErrorGroups.License
Error indicating that a license is missing for cluster.
MISSING_REQUIRED_FEATURES - Static variable in class org.gridgain.lang.GridgainErrorGroups.License
Error indicating that a license does not contain the required features.

N

name() - Method in interface org.apache.ignite.cache.Cache
Gets the canonical name of the cache ([schema_name].[cache_name]) with SQL-parser style quotation.
name() - Method in class org.apache.ignite.catalog.definitions.ColumnDefinition
Returns column name.
name() - Method in class org.apache.ignite.catalog.definitions.IndexDefinition
Returns index name.
name() - Method in class org.apache.ignite.deployment.DeploymentUnit
Returns name of the deployment unit.
name() - Method in class org.apache.ignite.deployment.DeploymentUnitInfo
Returns the name of the deployment unit.
name() - Method in interface org.apache.ignite.Ignite
Returns the unique name (consistent ID) of the Ignite node in the cluster.
name() - Method in class org.apache.ignite.lang.ErrorGroup
Returns a name of this group.
name() - Method in interface org.apache.ignite.network.ClusterNode
Returns the unique name (consistent ID) of the node in the cluster.
name() - Method in interface org.apache.ignite.sql.ColumnMetadata
Returns a column name in the result set.
name() - Method in interface org.apache.ignite.table.Table
Gets the canonical name of the table ([schema_name].[table_name]) with SQL-parser style quotation.
nativelySupported(Class<?>) - Static method in interface org.apache.ignite.table.mapper.Mapper
Checks if a class is of natively supported type.
nativeOrByteArray(Class<?>) - Static method in class org.gridgain.structure.StructureUtils
Returns same class if natively supported, else byte[].
nearCacheOptions() - Method in class org.apache.ignite.table.TableViewOptions
Gets options for Near Cache.
nearCacheOptions(NearCacheOptions) - Method in class org.apache.ignite.table.TableViewOptions.Builder
Sets options for Near Cache.
NearCacheOptions - Class in org.apache.ignite.table
Near cache options.
NearCacheOptions.Builder - Class in org.apache.ignite.table
Builder.
Network() - Constructor for class org.apache.ignite.lang.ErrorGroups.Network
 
NETWORK_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Network
Network error group.
NetworkAddress - Class in org.apache.ignite.network
Representation of a network address that includes a host name and a port.
NetworkAddress(String, int) - Constructor for class org.apache.ignite.network.NetworkAddress
Constructor.
node() - Method in interface org.apache.ignite.compute.JobExecution
A cluster node on which this job is executing.
node(ClusterNode) - Static method in interface org.apache.ignite.compute.JobTarget
Creates a job target for a specific node.
node(ClusterNode) - Method in class org.apache.ignite.compute.task.MapReduceJob.ComputeJobRunnerBuilder
Adds a node to the set of candidate nodes.
NODE_CONFIGURATION_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.NodeConfiguration
Node configuration error group.
NODE_LEFT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
Operation failed because a node has left the cluster.
NODE_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Specified node is not found in the cluster.
NODE_NOT_STARTED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Embedded
Node not started.
NODE_START_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Embedded
Node start failed..
NODE_STOPPING_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
Node stopping error.
NodeConfiguration() - Constructor for class org.apache.ignite.lang.ErrorGroups.NodeConfiguration
 
NodeKeyManagement() - Constructor for class org.gridgain.lang.GridgainErrorGroups.NodeKeyManagement
 
nodeMetadata() - Method in interface org.apache.ignite.network.ClusterNode
Returns the metadata of the node.
NodeMetadata - Class in org.apache.ignite.network
Contains metadata of the cluster node.
NodeMetadata(String, int, int) - Constructor for class org.apache.ignite.network.NodeMetadata
Constructor.
NodeNotFoundException - Exception in org.apache.ignite.compute
Thrown when compute component can't find the node to run the job on in the cluster.
NodeNotFoundException(Set<String>) - Constructor for exception org.apache.ignite.compute.NodeNotFoundException
 
NodeNotFoundException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.compute.NodeNotFoundException
 
nodes() - Method in class org.apache.ignite.compute.AllNodesBroadcastJobTarget
Returns a set of nodes to execute the jobs on.
nodes() - Method in class org.apache.ignite.compute.AnyNodeJobTarget
 
nodes() - Method in class org.apache.ignite.compute.task.MapReduceJob
Candidate nodes; the job will be executed on one of them.
nodes() - Method in interface org.apache.ignite.network.IgniteCluster
Returns all cluster nodes that are part of the logical topology, including the local node if applicable.
nodes(Collection<ClusterNode>) - Static method in interface org.apache.ignite.compute.BroadcastJobTarget
Creates a job target for all nodes from the provided collection.
nodes(Collection<ClusterNode>) - Method in class org.apache.ignite.compute.task.MapReduceJob.ComputeJobRunnerBuilder
Adds nodes to the set of candidate nodes.
nodes(Set<ClusterNode>) - Static method in interface org.apache.ignite.compute.BroadcastJobTarget
Creates a job target for all nodes from the provided collection.
nodes(ClusterNode...) - Static method in interface org.apache.ignite.compute.BroadcastJobTarget
Creates a job target for all nodes from the provided collection.
NODES_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.DisasterRecovery
Nodes were not found.
nodesAsync() - Method in interface org.apache.ignite.network.IgniteCluster
Asynchronously retrieves all cluster nodes that are part of the logical topology, including the local node if applicable.
NoopMarshaller<T> - Interface in org.apache.ignite.marshalling
Noop marshaller that does not perform any transformation on the object.
NoRowSetExpectedException - Exception in org.apache.ignite.sql
Exception is thrown when a query doesn't intend to return any rows (e.g.
NoRowSetExpectedException() - Constructor for exception org.apache.ignite.sql.NoRowSetExpectedException
Creates an exception.
not(Expression) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates the negation of the predicate.
NOT - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
NOT_ENOUGH_ALIVE_NODES_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.DisasterRecovery
Error when not enough alive nodes to perform restart with clean up.
NOT_EQ - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
NOT_IN - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
notEqualTo(byte[]) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is not equal to the specified value.
notEqualTo(Comparable<T>) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is not equal to the specified value.
notIn(byte[]...) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is is not found within the specified collection.
notIn(Comparable<T>...) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is is not found within the specified collection.
notNull() - Method in class org.apache.ignite.catalog.ColumnType
Sets this type as not nullable.
notNullValue() - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is not null.
NULL - Enum constant in enum class org.apache.ignite.sql.ColumnType
Null.
nullable() - Element in annotation interface org.apache.ignite.catalog.annotations.Column
Whether this column is nullable or not.
nullable() - Method in class org.apache.ignite.catalog.ColumnType
Returns nullability of the column type.
nullable() - Method in interface org.apache.ignite.sql.ColumnMetadata
Returns a row column nullability flag.
nullable(Boolean) - Method in class org.apache.ignite.catalog.ColumnType
Sets nullability of this type.
NULLABLE_VALUE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
This error code indicates that a method can't return a null value due it's ambiguity (whether the value is absent or is null).
NullableValue<T> - Class in org.apache.ignite.lang
Container object that contains a nullable value.
NULLS_FIRST - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
NULLS_LAST - Enum constant in enum class org.apache.ignite.catalog.SortOrder
 
nullValue() - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates a condition that test the examined object is null.

O

objectName() - Method in class org.apache.ignite.table.QualifiedName
Returns normalized object name.
of(String, String) - Static method in class org.apache.ignite.table.QualifiedName
Factory method that creates qualified name from given schema and object name.
of(Class<?>) - Static method in class org.apache.ignite.catalog.ColumnType
Creates a column type with the type derived from the Java type and default length, precision, scale and nullability.
of(Class<?>, Integer, Integer, Integer, Boolean) - Static method in class org.apache.ignite.catalog.ColumnType
Creates a column type with the type derived from the Java type and specified length, precision, scale and nullability.
of(Class<O>) - Static method in interface org.apache.ignite.table.mapper.Mapper
Creates a mapper for the specified class.
of(Class<O>, String) - Static method in interface org.apache.ignite.table.mapper.Mapper
Creates a mapper for a case where an object represents a single column.
of(Class<O>, String, String, String...) - Static method in interface org.apache.ignite.table.mapper.Mapper
Creates a mapper for a case where object's individual fields map to columns by name.
of(Class<ObjectT>, String, TypeConverter<ObjectT, ColumnT>) - Static method in interface org.apache.ignite.table.mapper.Mapper
Creates a mapper for a case where an object represents a single column and an additional transformation is required.
of(Object...) - Static method in class org.apache.ignite.sql.BatchedArguments
Creates batched arguments.
of(T) - Static method in class org.apache.ignite.lang.NullableValue
Wraps a nullable object.
of(T) - Static method in interface org.apache.ignite.table.DataStreamerItem
Creates a new data streamer item with the given data and DataStreamerOperationType.PUT operation type.
of(T, DataStreamerOperationType) - Static method in interface org.apache.ignite.table.DataStreamerItem
Creates a new data streamer item with the given data and operation type.
ofInstant(Instant) - Static method in interface org.apache.ignite.table.ContinuousQueryWatermark
Creates a new watermark based on specified time (wall clock).
oldEntry() - Method in interface org.apache.ignite.table.TableRowEvent
Gets the previous entry value.
OneColumnMapper<ObjectT> - Interface in org.apache.ignite.table.mapper
Maps the entire object of a natively supported type to a single column.
OP_EXECUTION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.MetaStorage
Failed to perform an operation on the underlying key value storage.
OP_EXECUTION_TIMEOUT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.MetaStorage
Failed to perform an operation within a specified time period.
operationType() - Method in interface org.apache.ignite.table.DataStreamerItem
Gets the operation type.
Operator - Enum Class in org.apache.ignite.table.criteria
Provides the operators for the criteria query grammar.
options() - Method in class org.apache.ignite.compute.JobDescriptor
Job execution options.
options() - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Receiver execution options.
options() - Method in class org.apache.ignite.table.ReceiverDescriptor
Deprecated.
Receiver execution options.
options(JobExecutionOptions) - Method in class org.apache.ignite.compute.JobDescriptor.Builder
Sets the job execution options.
options(JobExecutionOptions) - Method in class org.apache.ignite.compute.wasm.WasmJobDescriptor.Builder
Sets the job execution options.
options(ReceiverExecutionOptions) - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor.Builder
Sets the receiver execution options.
options(ReceiverExecutionOptions) - Method in class org.apache.ignite.table.ReceiverDescriptor.Builder
Deprecated.
Sets the receiver execution options.
optionsBuilder() - Static method in class org.apache.ignite.compute.wasm.WasmJobDescriptor
Creates a builder for job execution options with the executor type set to JobExecutorType.WASM_EMBEDDED.
or(Expression...) - Static method in interface org.apache.ignite.table.criteria.Criteria
Creates the or of the expressions.
OR - Enum constant in enum class org.apache.ignite.table.criteria.Operator
 
org.apache.ignite - package org.apache.ignite
Contains the Ignite node API and classes for node lifecycle management.
org.apache.ignite.cache - package org.apache.ignite.cache
Cache access API.
org.apache.ignite.cache.manager - package org.apache.ignite.cache.manager
Contains API classes for cache management.
org.apache.ignite.catalog - package org.apache.ignite.catalog
 
org.apache.ignite.catalog.annotations - package org.apache.ignite.catalog.annotations
 
org.apache.ignite.catalog.definitions - package org.apache.ignite.catalog.definitions
 
org.apache.ignite.compute - package org.apache.ignite.compute
 
org.apache.ignite.compute.task - package org.apache.ignite.compute.task
 
org.apache.ignite.compute.wasm - package org.apache.ignite.compute.wasm
 
org.apache.ignite.deployment - package org.apache.ignite.deployment
 
org.apache.ignite.deployment.version - package org.apache.ignite.deployment.version
 
org.apache.ignite.lang - package org.apache.ignite.lang
Ignite general purpose classes and interfaces.
org.apache.ignite.lang.util - package org.apache.ignite.lang.util
 
org.apache.ignite.marshalling - package org.apache.ignite.marshalling
 
org.apache.ignite.network - package org.apache.ignite.network
 
org.apache.ignite.security - package org.apache.ignite.security
 
org.apache.ignite.security.exception - package org.apache.ignite.security.exception
 
org.apache.ignite.sql - package org.apache.ignite.sql
Contains Ignite SQL API classes and interfaces.
org.apache.ignite.sql.async - package org.apache.ignite.sql.async
SQL API for asynchronous SQL query execution.
org.apache.ignite.table - package org.apache.ignite.table
Table access API.
org.apache.ignite.table.criteria - package org.apache.ignite.table.criteria
Contains API classes for criteria queries.
org.apache.ignite.table.mapper - package org.apache.ignite.table.mapper
Contains user classes, mapping API classes, and mapper builders.
org.apache.ignite.table.partition - package org.apache.ignite.table.partition
 
org.apache.ignite.tx - package org.apache.ignite.tx
Contains Transaction API classes and interfaces.
org.gridgain.lang - package org.gridgain.lang
 
org.gridgain.structure - package org.gridgain.structure
 
origin() - Method in interface org.apache.ignite.sql.ColumnMetadata
Returns a column origin.

P

pageSize() - Method in interface org.apache.ignite.sql.Statement
Returns a page size - the maximum number of result rows that can be fetched at a time.
pageSize() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Gets the per-partition page size.
pageSize() - Method in class org.apache.ignite.table.criteria.CriteriaQueryOptions
Returns a page size - the maximum number of result rows that can be fetched at a time.
pageSize() - Method in class org.apache.ignite.table.DataStreamerOptions
Gets the page size (the number of entries that will be sent to the cluster in one network call).
pageSize(int) - Method in interface org.apache.ignite.sql.Statement.StatementBuilder
Sets a page size - the maximum number of result rows that can be fetched at a time.
pageSize(int) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the per-partition page size.
pageSize(int) - Method in class org.apache.ignite.table.criteria.CriteriaQueryOptions.Builder
Sets a page size - the maximum number of result rows that can be fetched at a time.
pageSize(int) - Method in class org.apache.ignite.table.DataStreamerOptions.Builder
Sets the page size (the number of entries that will be sent to the cluster in one network call).
Parameter<T> - Class in org.apache.ignite.table.criteria
Represents a parameter for criteria query.
parse(String) - Static method in enum class org.apache.ignite.security.AuthenticationType
Parses AuthenticationType from the given string.
parse(String) - Static method in class org.apache.ignite.table.QualifiedName
Factory method that creates qualified name object by parsing given simple or canonical object name.
parseIdentifier(String) - Static method in class org.apache.ignite.lang.util.IgniteNameUtils
Parses an SQL-compliant object identifier.
parseName(String) - Static method in class org.apache.ignite.lang.util.IgniteNameUtils
Parses the canonical name of an object.
parseVersion(String) - Static method in interface org.apache.ignite.deployment.version.Version
Parse version from String.
partition() - Method in interface org.apache.ignite.compute.JobExecutionContext
Partition associated with this job.
Partition - Interface in org.apache.ignite.table.partition
Marker interface which represents a partition reference.
PARTITION_STATE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.DisasterRecovery
Error while returning partition states.
partitionAsync(K, Mapper<K>) - Method in interface org.apache.ignite.table.partition.PartitionManager
Returns partition instance for provided table key.
partitionAsync(Tuple) - Method in interface org.apache.ignite.table.partition.PartitionManager
Returns partition instance for provided table key.
partitionManager() - Method in interface org.apache.ignite.table.Table
Gets the partition manager.
PartitionManager - Interface in org.apache.ignite.table.partition
The partition manager provides the ability to obtain information about table partitions.
partitions() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Number of partitions.
partitions() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns number of partitions.
partitions() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Gets the partitions to subscribe to.
partitions(Set<Partition>) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the partitions to subscribe to.
partitions(Integer) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets the number of partitions.
partitions(Partition...) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the partitions to subscribe to.
path() - Method in class org.apache.ignite.deployment.DeploymentUnitInfo
Returns the path to the deployment unit resources.
payloadMarshaller() - Method in interface org.apache.ignite.table.DataStreamerReceiver
Marshaller for the receiver payload (batch items).
payloadMarshaller() - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Payload marshaller.
payloadMarshaller(Marshaller<T, byte[]>) - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor.Builder
Sets the payload marshaller.
PERIOD - Enum constant in enum class org.apache.ignite.sql.ColumnType
Date interval.
perPartitionParallelOperations() - Method in class org.apache.ignite.table.DataStreamerOptions
Gets the number of parallel operations per partition (how many in-flight requests can be active for a given partition).
perPartitionParallelOperations(int) - Method in class org.apache.ignite.table.DataStreamerOptions.Builder
Sets the number of parallel operations per partition (how many in-flight requests can be active for a given partition).
PITR_CANCELED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.PointInTimeRecovery
 
PITR_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.PointInTimeRecovery
 
PLACEMENT_DRIVER_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.PlacementDriver
Placement driver error group.
PlacementDriver() - Constructor for class org.apache.ignite.lang.ErrorGroups.PlacementDriver
 
PointInTimeRecovery() - Constructor for class org.gridgain.lang.GridgainErrorGroups.PointInTimeRecovery
 
PojoMapper<T> - Interface in org.apache.ignite.table.mapper
Maps fields of objects of type PojoMapper to columns by name.
pollIntervalMs() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Gets the poll interval in milliseconds.
pollIntervalMs(int) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the poll interval in milliseconds.
port() - Method in class org.apache.ignite.network.NetworkAddress
Returns the network port.
PORT_IN_USE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Network
Deprecated.
precision() - Element in annotation interface org.apache.ignite.catalog.annotations.Column
The precision of the numeric type.
precision() - Method in class org.apache.ignite.catalog.ColumnType
Returns precision of the column type.
precision() - Method in interface org.apache.ignite.sql.ColumnMetadata
Returns an SQL column precision or -1 if precision is not applicable to the column's type.
precision(Integer) - Method in class org.apache.ignite.catalog.ColumnType
Sets precision for this column type.
precision(Integer, Integer) - Method in class org.apache.ignite.catalog.ColumnType
Sets precision and scale for this column type.
precisionAllowed() - Method in enum class org.apache.ignite.sql.ColumnType
If true precision need to be specified, false otherwise.
PRIMARY_REPLICA_AWAIT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.PlacementDriver
Primary replica await error.
PRIMARY_REPLICA_AWAIT_TIMEOUT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.PlacementDriver
Primary replica await timeout error.
PRIMARY_REPLICA_RESOLVE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Cannot resolve primary replica for colocated execution.
primaryKey(String...) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets primary key columns using default index type.
primaryKey(String...) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets primary key columns using default index type.
primaryKey(IndexType, List<ColumnSorted>) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets primary key columns.
primaryKey(IndexType, List<ColumnSorted>) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets primary key columns.
primaryKey(IndexType, ColumnSorted...) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets primary key columns.
primaryKey(IndexType, ColumnSorted...) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets primary key columns.
primaryKeyColumns() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns a list of columns used in the primary key.
primaryKeyColumns() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns a list of columns used in the primary key.
primaryKeyType() - Element in annotation interface org.apache.ignite.catalog.annotations.Cache
Primary key type.
primaryKeyType() - Element in annotation interface org.apache.ignite.catalog.annotations.Table
Primary key type.
primaryKeyType() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns primary key type.
primaryKeyType() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns primary key type.
primaryReplicaAsync(Partition) - Method in interface org.apache.ignite.table.partition.PartitionManager
Returns location of primary replica for provided partition.
primaryReplicasAsync() - Method in interface org.apache.ignite.table.partition.PartitionManager
Returns map with all partitions and their locations.
priority() - Method in class org.apache.ignite.compute.JobExecutionOptions
Gets the job execution priority.
priority() - Method in class org.apache.ignite.table.ReceiverExecutionOptions
Gets the receiver execution priority.
priority(int) - Method in class org.apache.ignite.compute.JobExecutionOptions.Builder
Sets the job execution priority.
priority(int) - Method in class org.apache.ignite.table.ReceiverExecutionOptions.Builder
Sets the receiver execution priority.
PROTOCOL_COMPATIBILITY_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Incompatible protocol version.
PROTOCOL_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Protocol breakdown.
put(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Puts into a table a value associated with the given key.
put(K, V) - Method in interface org.gridgain.structure.IgniteMap
Associates the specified value with the specified key in this map.
PUT - Enum constant in enum class org.apache.ignite.table.DataStreamerOperationType
Put operation.
putAll(Transaction, Map<K, V>) - Method in interface org.apache.ignite.table.KeyValueView
Puts associated key-value pairs.
putAll(Map<? extends K, ? extends V>) - Method in interface org.gridgain.structure.IgniteMap
Copies all of the mappings from the specified map to this map (optional operation).
putAllAsync(Transaction, Map<K, V>) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously puts associated key-value pairs.
putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.gridgain.structure.IgniteMap
Copies all of the mappings from the specified map to this map.
putAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously puts into a table a value associated with the given key.
putAsync(K, V) - Method in interface org.gridgain.structure.IgniteMap
Associates the specified value with the specified key in this map.
putIfAbsent(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Puts into a table a value associated with the given key if this value does not exists.
putIfAbsentAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously puts into a table a value associated with the given key if this value does not exist.

Q

qualifiedName() - Method in interface org.apache.ignite.cache.Cache
Gets the qualified name of the cache.
qualifiedName() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns qualified table name.
qualifiedName() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns qualified table name.
qualifiedName() - Method in interface org.apache.ignite.table.Table
Gets the qualified name of the table.
QualifiedName - Class in org.apache.ignite.table
Class represents a catalog object name (table, index and etc.) and provides factory methods.
query() - Method in interface org.apache.ignite.sql.Statement
Returns a string representation of an SQL statement.
query(Transaction, Criteria) - Method in interface org.apache.ignite.table.criteria.CriteriaQuerySource
Executes predicate-based criteria query.
query(Transaction, Criteria, String) - Method in interface org.apache.ignite.table.criteria.CriteriaQuerySource
Executes predicate-based criteria query.
query(Transaction, Criteria, String, CriteriaQueryOptions) - Method in interface org.apache.ignite.table.criteria.CriteriaQuerySource
Executes a predicate-based criteria query.
query(String) - Method in interface org.apache.ignite.sql.Statement.StatementBuilder
Sets an SQL statement string.
QUERY_NO_RESULT_SET_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
Query without a result set error.
queryAsync(Transaction, Criteria) - Method in interface org.apache.ignite.table.criteria.CriteriaQuerySource
Executes a predicate-based criteria query in an asynchronous way.
queryAsync(Transaction, Criteria, String) - Method in interface org.apache.ignite.table.criteria.CriteriaQuerySource
Executes a predicate-based criteria query in an asynchronous way.
queryAsync(Transaction, Criteria, String, CriteriaQueryOptions) - Method in interface org.apache.ignite.table.criteria.CriteriaQuerySource
Executes a predicate-based criteria query in an asynchronous way.
queryContinuously(Flow.Subscriber<TableRowEventBatch<T>>) - Method in interface org.apache.ignite.table.ContinuousQuerySource
Starts a continuous query which listens to data events within the underlying table.
queryContinuously(Flow.Subscriber<TableRowEventBatch<T>>, ContinuousQueryOptions) - Method in interface org.apache.ignite.table.ContinuousQuerySource
Starts a continuous query which listens to data events within the underlying table.
queryTimeout(long, TimeUnit) - Method in interface org.apache.ignite.sql.Statement.StatementBuilder
Sets a query timeout.
queryTimeout(TimeUnit) - Method in interface org.apache.ignite.sql.Statement
Returns a query timeout.
QUEUE_OVERFLOW_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Compute execution queue overflow error.
QUEUED - Enum constant in enum class org.apache.ignite.compute.JobStatus
The job is submitted and waiting for an execution start.
QUEUED - Enum constant in enum class org.apache.ignite.compute.TaskStatus
The task is submitted and waiting for an execution start.
quorumSize() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Quorum size.
quorumSize() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns quorum size.
quorumSize(Integer) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets quorum size.
quote(String) - Static method in class org.apache.ignite.lang.util.IgniteNameUtils
Wraps the given name with double quotes.
quoteIfNeeded(String) - Static method in class org.apache.ignite.lang.util.IgniteNameUtils
Wraps the given name with double quotes if it is not uppercased non-quoted name, e.g.

R

Rbac() - Constructor for class org.gridgain.lang.GridgainErrorGroups.Rbac
 
readOnly() - Method in class org.apache.ignite.tx.TransactionOptions
Returns a value indicating whether a read-only transaction should be used.
readOnly(boolean) - Method in class org.apache.ignite.tx.TransactionOptions
Sets a value indicating whether a read-only transaction should be used.
REAL - Static variable in class org.apache.ignite.catalog.ColumnType
REAL SQL column type.
receive(List<T>, DataStreamerReceiverContext, A) - Method in interface org.apache.ignite.table.DataStreamerReceiver
receiverClassName() - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Streamer receiver class name.
receiverClassName() - Method in class org.apache.ignite.table.ReceiverDescriptor
Deprecated.
Streamer receiver class name.
ReceiverDescriptor<A> - Class in org.apache.ignite.table
Deprecated.
ReceiverDescriptor.Builder<A> - Class in org.apache.ignite.table
Deprecated.
Builder.
ReceiverExecutionOptions - Class in org.apache.ignite.table
Streamer receiver execution options.
ReceiverExecutionOptions.Builder - Class in org.apache.ignite.table
ReceiverExecutionOptions builder.
RECIPIENT_LEFT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Network
Recipient node has left the physical topology.
record(Class<?>) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets record class to generate columns.
recordView() - Method in interface org.apache.ignite.table.Table
Gets a record view of the table.
recordView(Class<R>) - Method in interface org.apache.ignite.table.Table
Gets a record view of the table using the default mapper for the specified record class.
recordView(Mapper<R>) - Method in interface org.apache.ignite.table.Table
Gets a record view of the table using the specified record class mapper.
recordView(Mapper<R>, TableViewOptions) - Method in interface org.apache.ignite.table.Table
Gets a record view of the table using the specified record class mapper.
recordView(TableViewOptions) - Method in interface org.apache.ignite.table.Table
Gets a record view of the table.
RecordView<R> - Interface in org.apache.ignite.table
Table view interface provides methods to access table records.
RECOVERY_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.DisasterRecovery
Disaster recovery group.
reduceAsync(TaskExecutionContext, Map<UUID, T>) - Method in interface org.apache.ignite.compute.task.MapReduceTask
This is a finishing step in the task execution.
reduceJobResultClass() - Method in class org.apache.ignite.compute.TaskDescriptor
Reduce job result class.
reduceJobResultClass(Class<R>) - Method in class org.apache.ignite.compute.TaskDescriptor.Builder
Sets the reduce job result class.
reduceJobResultMarshaller() - Method in interface org.apache.ignite.compute.task.MapReduceTask
The marshaller that is called to marshal reduce job result if not null.
reduceJobResultMarshaller() - Method in class org.apache.ignite.compute.TaskDescriptor
Marshaller for reduce job result.
reduceJobResultMarshaller(Marshaller<R, byte[]>) - Method in class org.apache.ignite.compute.TaskDescriptor.Builder
Sets the marshaller for reduce job result.
registerErrorCode(short) - Method in class org.apache.ignite.lang.ErrorGroup
Registers a new error code within this error group.
registerGroup(String, short) - Static method in class org.apache.ignite.lang.ErrorGroups
Creates a new error group with the given groupName and groupCode and default error prefix.
registerGroup(String, String, short) - Static method in class org.apache.ignite.lang.ErrorGroups
Creates a new error group with the given groupName and groupCode.
remove(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Removes from a table a value associated with the given key.
remove(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Removes from a table an expected value associated with the given key.
remove(K) - Method in interface org.gridgain.structure.IgniteMap
Removes the mapping for a key from this map if it is present.
REMOVE - Enum constant in enum class org.apache.ignite.table.DataStreamerOperationType
Remove operation.
removeAll(Transaction) - Method in interface org.apache.ignite.table.KeyValueView
Removes all entries from a table.
removeAll(Transaction, Collection<K>) - Method in interface org.apache.ignite.table.KeyValueView
Removes from a table values associated with the given keys.
removeAllAsync(Transaction) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously remove all entries from a table.
removeAllAsync(Transaction, Collection<K>) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously remove from a table values associated with the given keys.
removeAsync(Transaction, K) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously removes from a table a value associated with the given key.
removeAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously removes from a table an expected value associated with the given key.
removeAsync(K) - Method in interface org.gridgain.structure.IgniteMap
Removes the mapping for a key from this map if it is present.
removed(T) - Static method in interface org.apache.ignite.table.DataStreamerItem
Creates a new data streamer item with the given data and DataStreamerOperationType.REMOVE operation type.
REMOVED - Enum constant in enum class org.apache.ignite.table.TableRowEventType
Row removed.
render() - Method in class org.apache.ignite.deployment.DeploymentUnit
 
render() - Method in interface org.apache.ignite.deployment.version.Version
Render version representation in String format.
replace(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Replaces a value for a key if it exists.
replace(Transaction, K, V, V) - Method in interface org.apache.ignite.table.KeyValueView
Replaces an expected value for a key.
replace(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Replaces an existing record associated with the same key column values as the given record.
replace(Transaction, R, R) - Method in interface org.apache.ignite.table.RecordView
Replaces an expected record in the table with the given new one.
replaceAsync(Transaction, K, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously replaces a value for a key if it exists.
replaceAsync(Transaction, K, V, V) - Method in interface org.apache.ignite.table.KeyValueView
Asynchronously replaces an expected value for a key.
replaceAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously replaces an existing record associated with the same key columns values as the given record.
replaceAsync(Transaction, R, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously replaces an existing record in the table with the given new one.
REPLICA_COMMON_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
Common error for the replication procedure.
REPLICA_IS_ALREADY_STARTED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
Replica with the same identifier is already existed.
REPLICA_MISS_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
The error happens when the replica is not the current primary replica.
REPLICA_STOPPING_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
Stopping replica exception code.
REPLICA_TIMEOUT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
Timeout has happened during the replication procedure.
REPLICA_UNAVAILABLE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
The error happens when the replica is not ready to handle a request.
REPLICA_UNSUPPORTED_REQUEST_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
The error happens when the replication level try to handle an unsupported request.
replicas() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Number of replicas.
replicas() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns number of replicas.
replicas(Integer) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets the number of replicas.
REPLICATION_ALREADY_EXISTS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replication already exists.
REPLICATION_CREATE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replication failed to create.
REPLICATION_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replication is not found.
REPLICATION_STARTUP_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replication failed to start.
REPLICATION_STARTUP_SAME_TABLE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replication failed to start second replication for the same table.
REPLICATION_STOP_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replication failed to stop.
REPLICATION_TO_SELF_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replication to self is not allowed.
Replicator() - Constructor for class org.apache.ignite.lang.ErrorGroups.Replicator
 
REPLICATOR_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Replicator
Replicator error group.
RESOURCE_CLOSING_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
Resource closing error.
Rest() - Constructor for class org.apache.ignite.lang.ErrorGroups.Rest
 
REST_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Rest
REST service error group.
restHost() - Method in class org.apache.ignite.network.NodeMetadata
 
RESTORING_STORAGE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.MetaStorage
Failed to restore the underlying key value storage.
RESULT_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Compute
Compute job result not found error.
resultAsync() - Method in interface org.apache.ignite.compute.JobExecution
Returns job's execution result.
resultAsync() - Method in interface org.apache.ignite.compute.task.TaskExecution
Returns task's execution result.
resultClass() - Method in class org.apache.ignite.compute.JobDescriptor
 
resultClass(Class<R>) - Method in class org.apache.ignite.compute.JobDescriptor.Builder
Sets the result class.
resultMarshaller() - Method in interface org.apache.ignite.compute.ComputeJob
Marshaller for the job result.
resultMarshaller() - Method in class org.apache.ignite.compute.JobDescriptor
 
resultMarshaller() - Method in interface org.apache.ignite.table.DataStreamerReceiver
Marshaller for the job result.
resultMarshaller() - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Result marshaller.
resultMarshaller(Marshaller<R, byte[]>) - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor.Builder
Sets the result marshaller.
resultMarshaller(Marshaller<R, byte[]>) - Method in class org.apache.ignite.compute.JobDescriptor.Builder
Sets the result marshaller.
resultMarshaller(Marshaller<R, byte[]>) - Method in class org.apache.ignite.compute.wasm.WasmJobDescriptor.Builder
Sets the result marshaller.
resultsAsync() - Method in interface org.apache.ignite.compute.BroadcastExecution
Returns all jobs execution results.
ResultSet<T> - Interface in org.apache.ignite.sql
Provides methods to access SQL query results represented by a collection of SqlRow.
ResultSetMetadata - Interface in org.apache.ignite.sql
ResultSet metadata.
RetriableTransactionException - Interface in org.apache.ignite.tx
retryLimit() - Method in class org.apache.ignite.table.DataStreamerOptions
Gets the retry limit for a page.
retryLimit(int) - Method in class org.apache.ignite.table.DataStreamerOptions.Builder
Sets the retry limit for a page.
ROLE_ALREADY_EXISTS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
ROLE_ASSIGNMENT_EXISTS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
ROLE_ASSIGNMENT_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
ROLE_GRANTED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
ROLE_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
ROLE_VALIDATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
rollback() - Method in interface org.apache.ignite.tx.Transaction
Synchronously rolls back a transaction.
rollbackAsync() - Method in interface org.apache.ignite.tx.Transaction
Asynchronously rolls back a transaction.
rows() - Method in interface org.apache.ignite.table.TableRowEventBatch
Gets the events.
runInTransaction(Consumer<Transaction>) - Method in interface org.apache.ignite.tx.IgniteTransactions
Executes a closure within a transaction.
runInTransaction(Consumer<Transaction>, TransactionOptions) - Method in interface org.apache.ignite.tx.IgniteTransactions
Executes a closure within a transaction.
runInTransaction(Function<Transaction, T>) - Method in interface org.apache.ignite.tx.IgniteTransactions
Executes a closure within a transaction and returns a result.
runInTransaction(Function<Transaction, T>, TransactionOptions) - Method in interface org.apache.ignite.tx.IgniteTransactions
Executes a closure within a transaction and returns a result.
runInTransactionAsync(Function<Transaction, CompletableFuture<T>>) - Method in interface org.apache.ignite.tx.IgniteTransactions
Executes a closure within a transaction asynchronously.
runInTransactionAsync(Function<Transaction, CompletableFuture<T>>, TransactionOptions) - Method in interface org.apache.ignite.tx.IgniteTransactions
Executes a closure within a transaction asynchronously.
RUNNING_REPLICATION_REMOVE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replication can't be removed because its still running.
RUNTIME_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
Runtime error.
RUST_WASM_BINDGEN - Enum constant in enum class org.apache.ignite.compute.wasm.WasmCallingConvention
Rust-specific calling convention that works with modules built using wasm-pack and wasm-bindgen.

S

scale() - Element in annotation interface org.apache.ignite.catalog.annotations.Column
The scale of the numeric type.
scale() - Method in class org.apache.ignite.catalog.ColumnType
Returns scale of the column type.
scale() - Method in interface org.apache.ignite.sql.ColumnMetadata
Returns an SQL column scale or -1 if scale is not applicable to the column's type.
scaleAllowed() - Method in enum class org.apache.ignite.sql.ColumnType
If true scale need to be specified, false otherwise.
schema(String) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets schema name.
schema(String) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets schema name.
SCHEMA_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
Deprecated.
SCHEMA_VERSION_MISMATCH_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Table
Schema version mismatch.
schemaName() - Element in annotation interface org.apache.ignite.catalog.annotations.Cache
The schema name.
schemaName() - Element in annotation interface org.apache.ignite.catalog.annotations.Table
The schema name.
schemaName() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns schema name.
schemaName() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns schema name.
schemaName() - Method in interface org.apache.ignite.sql.ColumnMetadata.ColumnOrigin
Returns a column table's schema.
schemaName() - Method in class org.apache.ignite.table.QualifiedName
Returns normalized schema name.
SchemaNotFoundException - Exception in org.apache.ignite.lang
Deprecated.
No longer used. Use SqlException with ErrorGroups.Sql.STMT_VALIDATION_ERR error code.
SchemaNotFoundException(String) - Constructor for exception org.apache.ignite.lang.SchemaNotFoundException
Deprecated.
Creates an exception with the given schema name.
SchemaNotFoundException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.SchemaNotFoundException
Deprecated.
Creates an exception with the given trace ID, error code, detailed message, and cause.
SECONDARY_STORAGE_BRIDGE_STARTUP_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.SecondaryStorage
Failed to initialise secondary storage bridge.
SECONDARY_STORAGE_NOT_INITIALIZED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.SecondaryStorage
Failed to get secondary storage.
SECONDARY_STORAGE_READ_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.SecondaryStorage
Failed to read data from secondary storage.
SECONDARY_STORAGE_REPLICATION_FAILURE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.SecondaryStorage
Failure during sending message to the secondary storage.
SECONDARY_STORAGE_REPLICATION_MANAGER_STARTUP_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.SecondaryStorage
Failure while trying to start secondary storage replication manager.
SECONDARY_STORAGE_WRITE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.SecondaryStorage
Failed to write data into secondary storage.
SecondaryStorage() - Constructor for class org.gridgain.lang.GridgainErrorGroups.SecondaryStorage
 
Security() - Constructor for class org.gridgain.lang.GridgainErrorGroups.Security
 
SECURITY_CONTEXT_NOT_SET_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Security
Security context is not set.
SERVER_TO_CLIENT_REQUEST_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Server to client request failed.
set(String, Object) - Method in interface org.apache.ignite.table.Tuple
Sets a column value.
setTransaction(Transaction) - Method in interface org.apache.ignite.cache.CacheStoreSession
Attaches corresponding Ignite transaction to a session.
shortValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a short column value.
shortValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a short column value.
size() - Method in class org.apache.ignite.sql.BatchedArguments
Returns the size of this batch.
size() - Method in interface org.gridgain.structure.IgniteMap
Returns the number of key-value mappings in this map.
sizeAsync() - Method in interface org.gridgain.structure.IgniteMap
Returns the number of key-value mappings in this map.
skipOldEntries() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Gets the flag that indicates whether old entries should be skipped for TableRowEventType.UPDATED events.
skipOldEntries(boolean) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the flag that indicates whether old entries should be skipped for TableRowEventType.UPDATED events.
SMALLINT - Static variable in class org.apache.ignite.catalog.ColumnType
SMALLINT SQL column type.
SNAPSHOT_CANCELED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that a Snapshot has been canceled.
SNAPSHOT_ENCRYPTION_PROVIDER_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that the specified snapshot encryption provider was not found.
SNAPSHOT_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
General Snapshot error.
SNAPSHOT_ILLEGAL_ARGUMENT_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that an illegal or inappropriate argument was provided.
SNAPSHOT_META_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that the specified snapshot meta file was not found.
SNAPSHOT_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that the specified snapshot was not found.
SNAPSHOT_OPERATION_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that the specified snapshot operation was not found.
SNAPSHOT_REPLICA_TIMEOUT_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that during restoration of a snapshot one of the target table partitions did not have a primary replica.
SNAPSHOT_TABLES_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that the specified tables were not found.
SNAPSHOT_URI_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Snapshots
Error indicating that the specified snapshot URI was not found.
Snapshots() - Constructor for class org.gridgain.lang.GridgainErrorGroups.Snapshots
 
sort() - Element in annotation interface org.apache.ignite.catalog.annotations.ColumnRef
Sort order.
sort(SortOrder) - Method in class org.apache.ignite.catalog.ColumnSorted
Assigns specified order.
SORTED - Enum constant in enum class org.apache.ignite.catalog.IndexType
 
sortOrder() - Method in class org.apache.ignite.catalog.ColumnSorted
Returns sort order.
SortOrder - Enum Class in org.apache.ignite.catalog
Sort order.
SOURCE_TABLE_NOT_EXIST_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replicated source table doesn't exist.
SOURCE_TABLES_NOT_DEFINED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.DataCenterReplication
Error indicates that replicated source tables aren't defined.
SPILLING_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.MemoryQuota
General disk spilling I/O error.
splitAsync(TaskExecutionContext, I) - Method in interface org.apache.ignite.compute.task.MapReduceTask
This method should return a list of compute job execution parameters which will be used to submit compute jobs.
splitJobArgumentMarshaller() - Method in class org.apache.ignite.compute.TaskDescriptor
Marshaller for split job argument.
splitJobArgumentMarshaller(Marshaller<T, byte[]>) - Method in class org.apache.ignite.compute.TaskDescriptor.Builder
Sets the marshaller for split job argument.
splitJobInputMarshaller() - Method in interface org.apache.ignite.compute.task.MapReduceTask
The marshaller that is called to unmarshal split job argument if not null.
sql() - Method in enum class org.apache.ignite.catalog.SortOrder
Returns SQL string describing this sort order.
sql() - Method in interface org.apache.ignite.Ignite
Returns a facade for the SQL query engine.
Sql() - Constructor for class org.apache.ignite.lang.ErrorGroups.Sql
 
SQL_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
SQL error group.
SQL_OUT_OF_MEMORY_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.MemoryQuota
Node memory quota exceeded.
SqlBatchException - Exception in org.apache.ignite.sql
Subclass of SqlException is thrown when an error occurs during a batch update operation.
SqlBatchException(UUID, int, long[], String, Throwable) - Constructor for exception org.apache.ignite.sql.SqlBatchException
Creates a grid exception with the given throwable as a cause and source of error message.
SqlBatchException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.sql.SqlBatchException
Creates an exception with the given trace ID, error code, detailed message, and cause.
SqlException - Exception in org.apache.ignite.sql
SQL exception base class.
SqlException(int) - Constructor for exception org.apache.ignite.sql.SqlException
Creates an exception with the given error code.
SqlException(int, Throwable) - Constructor for exception org.apache.ignite.sql.SqlException
Creates an exception with the given error code and cause.
SqlException(int, String) - Constructor for exception org.apache.ignite.sql.SqlException
Creates an exception with the given error code and detailed message.
SqlException(int, String, Throwable) - Constructor for exception org.apache.ignite.sql.SqlException
Creates an exception with the given error code, detailed message and cause.
SqlException(UUID, int, Throwable) - Constructor for exception org.apache.ignite.sql.SqlException
Creates an exception with the given trace ID, error code, and cause.
SqlException(UUID, int, String) - Constructor for exception org.apache.ignite.sql.SqlException
Creates an exception with the given trace ID, error code, and detailed message.
SqlException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.sql.SqlException
Creates an exception with the given trace ID, error code, detailed message, and cause.
SqlRow - Interface in org.apache.ignite.sql
Provides methods to access row data by column name or ID.
SSL_CONFIGURATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
SSL can not be configured error.
STARTING_STORAGE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.MetaStorage
Failed to start the underlying key value storage.
startTime() - Method in interface org.apache.ignite.compute.JobState
Returns job start time.
startTime() - Method in interface org.apache.ignite.compute.TaskState
Returns task start time.
startTime() - Method in class org.apache.ignite.table.ContinuousQueryPhysicalTimeWatermark
 
stateAsync() - Method in interface org.apache.ignite.compute.JobExecution
Returns the current state of the job.
stateAsync() - Method in interface org.apache.ignite.compute.task.TaskExecution
Returns the current state of the task.
Statement - Interface in org.apache.ignite.sql
Object represents an SQL statement.
STATEMENT_MEMORY_QUOTA_EXCEEDED_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.MemoryQuota
Query memory quota exceeded.
Statement.StatementBuilder - Interface in org.apache.ignite.sql
Statement builder provides methods for building a statement object, which represents a query and holds query-specific settings that overrides the query execution context defaults.
statementBuilder() - Method in interface org.apache.ignite.sql.IgniteSql
Creates an SQL statement builder, which provides query-specific settings.
statesAsync() - Method in interface org.apache.ignite.compute.task.TaskExecution
Returns a collection of states of the jobs which are executing under this task.
status() - Method in interface org.apache.ignite.compute.JobState
Returns job status.
status() - Method in interface org.apache.ignite.compute.TaskState
Returns task status.
STMT_PARSE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
Statement parsing error.
STMT_VALIDATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
Statement validation error.
Storage() - Constructor for class org.apache.ignite.lang.ErrorGroups.Storage
 
STORAGE_CORRUPTED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Storage
Error indicating a possible data corruption in the storage.
STORAGE_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Storage
Storage error group.
storageProfile(String) - Method in class org.gridgain.structure.MapConfiguration.Builder
Sets the storage profile of the map.
storageProfiles() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
Storage profiles.
storageProfiles() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns storage profiles.
storageProfiles(String) - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition.Builder
Sets the storage profiles.
streamData(Flow.Publisher<E>, Function<E, T>, Function<E, V>, ReceiverDescriptor<A>, Flow.Subscriber<R>, DataStreamerOptions, A) - Method in interface org.apache.ignite.table.DataStreamerTarget
streamData(Flow.Publisher<E>, DataStreamerReceiverDescriptor<V, A, R>, Function<E, T>, Function<E, V>, A, Flow.Subscriber<R>, DataStreamerOptions) - Method in interface org.apache.ignite.table.DataStreamerTarget
Streams data with receiver.
streamData(Flow.Publisher<DataStreamerItem<T>>, DataStreamerOptions) - Method in interface org.apache.ignite.table.DataStreamerTarget
Streams data into the underlying table.
STRING - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
String.
STRING - Enum constant in enum class org.apache.ignite.sql.ColumnType
String.
stringValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a String column value.
stringValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a String column value.
structures() - Method in interface org.apache.ignite.Ignite
Returns IgniteStructures which can be used to create and access to different distributed structes.
StructureUtils - Class in org.gridgain.structure
Structure utils.
submitAsync(BroadcastJobTarget, JobDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a ComputeJob of the given class for an execution on all nodes in the given node set.
submitAsync(BroadcastJobTarget, JobDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a ComputeJob of the given class for an execution on all nodes in the given node set.
submitAsync(JobTarget, JobDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a ComputeJob of the given class for an execution on a single node from a set of candidate nodes.
submitAsync(JobTarget, JobDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a ComputeJob of the given class for an execution on a single node from a set of candidate nodes.
submitMapReduce(TaskDescriptor<T, R>, T) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a MapReduceTask of the given class for an execution.
submitMapReduce(TaskDescriptor<T, R>, T, CancellationToken) - Method in interface org.apache.ignite.compute.IgniteCompute
Submits a MapReduceTask of the given class for an execution.
SYNC - Enum constant in enum class org.apache.ignite.cache.CacheWriteMode
Cache store writes are synchronous.
SYSTEM_CRITICAL_OPERATION_TIMEOUT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CriticalWorkers
System-critical operation timed out.
SYSTEM_USER_MODIFICATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
SYSTEM_WORKER_BLOCKED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CriticalWorkers
System worker does not update its heartbeat for a long time.

T

table(String) - Static method in interface org.apache.ignite.compute.BroadcastJobTarget
Creates a job target for partitioned execution.
table(String) - Method in interface org.apache.ignite.table.IgniteTables
Gets a table with the specified name if that table exists.
table(QualifiedName) - Static method in interface org.apache.ignite.compute.BroadcastJobTarget
Creates a job target for partitioned execution.
table(QualifiedName) - Method in interface org.apache.ignite.table.IgniteTables
Gets a table with the specified name if that table exists.
Table - Interface in org.apache.ignite.table
Table provides different views (key-value vs record) and approaches (mapped-object vs binary) to access the data.
Table - Annotation Interface in org.apache.ignite.catalog.annotations
Describes a table.
Table() - Constructor for class org.apache.ignite.lang.ErrorGroups.Table
 
TABLE_ALREADY_EXISTS_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Table
Deprecated.
TABLE_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Table
Table error group.
TABLE_ID_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Client
Table not found by ID.
TABLE_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Table
Table not found.
TableAlreadyExistsException - Exception in org.apache.ignite.lang
Deprecated.
No longer used. Use SqlException with ErrorGroups.Sql.STMT_VALIDATION_ERR error code.
TableAlreadyExistsException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.TableAlreadyExistsException
Deprecated.
Creates an exception with the given trace IDS, error code, detailed message, and cause.
TableAlreadyExistsException(QualifiedName) - Constructor for exception org.apache.ignite.lang.TableAlreadyExistsException
Deprecated.
Creates an exception with the given table name.
tableAsync(String) - Method in interface org.apache.ignite.table.IgniteTables
Gets a table with the specified name if that table exists.
tableAsync(QualifiedName) - Method in interface org.apache.ignite.table.IgniteTables
Gets a table with the specified name if that table exists.
tableDefinition(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the table with provided name or null if table doesn't exist.
tableDefinition(QualifiedName) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the table with provided QualifiedName or null if table doesn't exist.
TableDefinition - Class in org.apache.ignite.catalog.definitions
Definition of the CREATE TABLE statement.
TableDefinition.Builder - Class in org.apache.ignite.catalog.definitions
Builder for the table definition.
tableDefinitionAsync(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the table with provided name or null if table doesn't exist.
tableDefinitionAsync(QualifiedName) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the table with provided QualifiedName or null if table doesn't exist.
TableJobTarget - Class in org.apache.ignite.compute
Partitioned broadcast execution target.
tableName() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns table name.
tableName() - Method in class org.apache.ignite.compute.ColocatedJobTarget
 
tableName() - Method in class org.apache.ignite.compute.TableJobTarget
 
tableName() - Method in interface org.apache.ignite.sql.ColumnMetadata.ColumnOrigin
Returns a column table's name.
TableNotFoundException - Exception in org.apache.ignite.lang
Exception is thrown when a specified table cannot be found.
TableNotFoundException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.TableNotFoundException
Creates an exception with the given trace ID, error code, detailed message, and cause.
TableNotFoundException(QualifiedName) - Constructor for exception org.apache.ignite.lang.TableNotFoundException
Creates an exception with the given table name.
TableNotFoundException(QualifiedName, Throwable) - Constructor for exception org.apache.ignite.lang.TableNotFoundException
Creates an exception with the given table name.
TableRowEvent<T> - Interface in org.apache.ignite.table
Table row event.
TableRowEventBatch<T> - Interface in org.apache.ignite.table
Table row event batch.
TableRowEventType - Enum Class in org.apache.ignite.table
Table row event type.
tables() - Method in interface org.apache.ignite.Ignite
Returns an object for manipulating Ignite tables.
tables() - Method in interface org.apache.ignite.table.IgniteTables
Gets a list of all tables.
tablesAsync() - Method in interface org.apache.ignite.table.IgniteTables
Gets a list of all tables.
TableViewOptions - Class in org.apache.ignite.table
Table view options.
TableViewOptions.Builder - Class in org.apache.ignite.table
Builder.
targetType() - Method in interface org.apache.ignite.table.mapper.Mapper
Returns a type of the object the mapper handles.
taskClassName() - Method in class org.apache.ignite.compute.TaskDescriptor
Task class name.
TaskDescriptor<T,R> - Class in org.apache.ignite.compute
Compute task descriptor.
TaskDescriptor.Builder<T,R> - Class in org.apache.ignite.compute
Builder.
TaskExecution<R> - Interface in org.apache.ignite.compute.task
Compute task control object.
TaskExecutionContext - Interface in org.apache.ignite.compute.task
Context of the compute task execution.
TaskState - Interface in org.apache.ignite.compute
Task state.
TaskStatus - Enum Class in org.apache.ignite.compute
Compute task's status.
time(int) - Static method in class org.apache.ignite.catalog.ColumnType
TIME with specified precision.
TIME - Enum constant in enum class org.apache.ignite.sql.ColumnType
Timezone-free time with precision.
TIME - Static variable in class org.apache.ignite.catalog.ColumnType
TIME SQL column type.
timeoutMillis() - Method in class org.apache.ignite.tx.TransactionOptions
Returns transaction timeout, in milliseconds.
timeoutMillis(long) - Method in class org.apache.ignite.tx.TransactionOptions
Sets transaction timeout, in milliseconds.
timestamp(int) - Static method in class org.apache.ignite.catalog.ColumnType
TIMESTAMP with specified precision.
TIMESTAMP - Enum constant in enum class org.apache.ignite.compute.wasm.WasmType
Timestamp.
TIMESTAMP - Enum constant in enum class org.apache.ignite.sql.ColumnType
Point on the time-line.
TIMESTAMP - Static variable in class org.apache.ignite.catalog.ColumnType
TIMESTAMP SQL column type.
TIMESTAMP_WITH_LOCAL_TIME_ZONE - Static variable in class org.apache.ignite.catalog.ColumnType
TIMESTAMP WITH LOCAL TIME ZONE SQL column type.
timestampValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a Instant column value.
timestampValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a Instant column value.
timeValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a LocalTime column value.
timeValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a LocalTime column value.
timeZoneId() - Method in interface org.apache.ignite.sql.Statement
Returns time zone used for this statement.
timeZoneId(ZoneId) - Method in interface org.apache.ignite.sql.Statement.StatementBuilder
Sets a time zone for this statement.
TINYINT - Static variable in class org.apache.ignite.catalog.ColumnType
TINYINT SQL column type.
toBuilder() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns new builder using this definition.
toBuilder() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns new builder using this definition.
toBuilder() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns new builder using this definition.
toBuilder() - Method in class org.apache.ignite.compute.task.MapReduceJob
Returns new builder using this definition.
toBuilder() - Method in interface org.apache.ignite.sql.Statement
Creates a statement builder from the current statement.
toCanonicalForm() - Method in class org.apache.ignite.table.QualifiedName
Returns qualified name in canonical form.
toColumnType(ObjectT) - Method in interface org.apache.ignite.table.mapper.TypeConverter
Converts a given object to a column type.
token() - Method in interface org.apache.ignite.lang.CancelHandle
Issue a token associated with this handle.
toObjectType(ColumnT) - Method in interface org.apache.ignite.table.mapper.TypeConverter
Transforms to an object of the target type; called after the data is read from a column.
toString() - Method in class org.apache.ignite.catalog.ColumnSorted
 
toString() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
 
toString() - Method in class org.apache.ignite.deployment.DeploymentUnit
 
toString() - Method in class org.apache.ignite.deployment.DeploymentUnitInfo
 
toString() - Method in class org.apache.ignite.lang.ErrorGroup
toString() - Method in exception org.apache.ignite.lang.IgniteCheckedException
toString() - Method in exception org.apache.ignite.lang.IgniteException
toString() - Method in class org.apache.ignite.lang.NullableValue
toString() - Method in class org.apache.ignite.network.NetworkAddress
toString() - Method in class org.apache.ignite.network.NodeMetadata
 
toString() - Method in class org.apache.ignite.table.NearCacheOptions
 
toString() - Method in class org.apache.ignite.table.QualifiedName
toString() - Method in class org.apache.ignite.table.TableViewOptions
 
TraceableException - Interface in org.apache.ignite.lang
Interface representing an exception that can be identified with trace identifier and provides an error code.
traceId() - Method in exception org.apache.ignite.lang.IgniteCheckedException
Returns a unique identifier of the exception.
traceId() - Method in exception org.apache.ignite.lang.IgniteException
Returns a unique identifier of the exception.
traceId() - Method in interface org.apache.ignite.lang.TraceableException
Returns a unique identifier of the exception.
TraceIdUtils - Class in org.apache.ignite.lang.util
This utility class allows to extract trace identifier from an instance of TraceableException or creating a new trace identifier.
TraceIdUtils() - Constructor for class org.apache.ignite.lang.util.TraceIdUtils
 
transaction() - Method in class org.apache.ignite.table.ContinuousQueryTransactionWatermark
Gets the transaction associated with this watermark.
Transaction - Interface in org.apache.ignite.tx
The transaction.
TransactionException - Exception in org.apache.ignite.tx
This exception is thrown if a transaction can't be finished for some reason.
TransactionException(int, Throwable) - Constructor for exception org.apache.ignite.tx.TransactionException
Creates a new transaction exception with the given error code and cause.
TransactionException(int, String) - Constructor for exception org.apache.ignite.tx.TransactionException
Creates a new transaction exception with the given error code and detail message.
TransactionException(int, String, Throwable) - Constructor for exception org.apache.ignite.tx.TransactionException
Creates a new transaction exception with the given error code, detail message and cause.
TransactionException(UUID, int, Throwable) - Constructor for exception org.apache.ignite.tx.TransactionException
Creates a new transaction exception with the given trace id, error code and cause.
TransactionException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.tx.TransactionException
Creates a new transaction exception with the given trace id, error code, detail message and cause.
TransactionOptions - Class in org.apache.ignite.tx
Ignite transaction options.
TransactionOptions() - Constructor for class org.apache.ignite.tx.TransactionOptions
 
transactions() - Method in interface org.apache.ignite.Ignite
Returns a transaction facade.
Transactions() - Constructor for class org.apache.ignite.lang.ErrorGroups.Transactions
 
tryMarshalOrCast(Marshaller<T, R>, Object) - Static method in interface org.apache.ignite.marshalling.Marshaller
Try to marshal given object if marshaller if not null, else the object is casted directly to the target type.
tryUnmarshalOrCast(Marshaller<T, R>, Object) - Static method in interface org.apache.ignite.marshalling.Marshaller
Try to unmarshal given object if marshaller if not null, else the object is casted directly to the target type.
Tuple - Interface in org.apache.ignite.table
Tuple represents an arbitrary set of columns whose values are accessible by column name.
TX_ALREADY_FINISHED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Operation failed because the transaction is already finished.
TX_ALREADY_FINISHED_WITH_TIMEOUT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Operation failed because the transaction is already finished with timeout.
TX_COMMIT_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Failed to commit a transaction.
TX_CONTROL_INSIDE_EXTERNAL_TX_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Sql
Execution of transaction control statement inside an external transaction is forbidden.
TX_ERR_GROUP - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Transactions error group.
TX_FAILED_READ_WRITE_OPERATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Failed to enlist read-write operation into read-only transaction.
TX_INCOMPATIBLE_OPERATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Cache
Failure due to enlist cache operation into table transaction or vice versa.
TX_INCOMPATIBLE_SCHEMA_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Failure due to an incompatible schema change.
TX_PRIMARY_REPLICA_EXPIRED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Failure due to primary replica expiration.
TX_READ_ONLY_TOO_OLD_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Error occurred when trying to create a read-only transaction with a timestamp older than the data available in the tables.
TX_ROLLBACK_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Failed to rollback a transaction.
TX_STALE_OPERATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Failure due to a stale operation of a completed transaction is detected.
TX_STALE_READ_ONLY_OPERATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Error occurred when trying to execute an operation in a read-only transaction on a node that has already destroyed data for read timestamp of the transaction.
TX_STATE_STORAGE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Error of tx state storage.
TX_STATE_STORAGE_REBALANCE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Tx state storage rebalancing error.
TX_STATE_STORAGE_STOPPED_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Tx state storage is stopped.
TX_UNEXPECTED_STATE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Transactions
Error of unexpected tx state on state change.
type() - Element in annotation interface org.apache.ignite.catalog.annotations.Index
The type of the index.
type() - Method in class org.apache.ignite.catalog.ColumnType
Returns Java type of the column type.
type() - Method in class org.apache.ignite.catalog.definitions.ColumnDefinition
Returns type of the column.
type() - Method in class org.apache.ignite.catalog.definitions.IndexDefinition
Returns index type.
type() - Method in interface org.apache.ignite.sql.ColumnMetadata
Returns an SQL column type.
type() - Method in interface org.apache.ignite.table.TableRowEvent
Gets the event type.
TypeConverter<ObjectT,ColumnT> - Interface in org.apache.ignite.table.mapper
Type converter interface provides methods for additional data transformation of the field type to a type compatible with the column type, and vice versa.
typeName() - Method in class org.apache.ignite.catalog.ColumnType
Returns SQL type name of the column type.

U

UNDEFINED_PRECISION - Static variable in interface org.apache.ignite.sql.ColumnMetadata
Undefined precision value.
UNDEFINED_SCALE - Static variable in interface org.apache.ignite.sql.ColumnMetadata
Undefined scale value.
UnexpectedNullValueException - Exception in org.apache.ignite.lang
This exception is thrown instead of returning a null value from a method that does not respect null-value to avoid ambiguity (whether the value is absent or is null).
UnexpectedNullValueException(String) - Constructor for exception org.apache.ignite.lang.UnexpectedNullValueException
Creates a new exception.
UnexpectedNullValueException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.UnexpectedNullValueException
Creates a new exception with the given trace id, error code, detail message and cause.
UNIT_ALREADY_EXISTS_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CodeDeployment
Unit duplicate error.
UNIT_CONTENT_READ_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CodeDeployment
Deployment unit content read error.
UNIT_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CodeDeployment
Access to non-existing deployment unit.
UNIT_UNAVAILABLE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CodeDeployment
Deployment unit is unavailable for computing.
UNIT_WRITE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CodeDeployment
Deployment unit write to fs error.
UNIT_ZIP_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.CodeDeployment
Deployment unit zip deploy error.
units() - Method in class org.apache.ignite.compute.JobDescriptor
Deployment units.
units() - Method in class org.apache.ignite.compute.TaskDescriptor
Deployment units.
units() - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor
Deployment units.
units() - Method in class org.apache.ignite.table.ReceiverDescriptor
Deprecated.
Deployment units.
units(List<DeploymentUnit>) - Method in class org.apache.ignite.compute.JobDescriptor.Builder
Sets the deployment units.
units(List<DeploymentUnit>) - Method in class org.apache.ignite.compute.TaskDescriptor.Builder
Sets the deployment units.
units(List<DeploymentUnit>) - Method in class org.apache.ignite.compute.wasm.WasmJobDescriptor.Builder
Sets the deployment units.
units(List<DeploymentUnit>) - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor.Builder
Sets the deployment units.
units(List<DeploymentUnit>) - Method in class org.apache.ignite.table.ReceiverDescriptor.Builder
Deprecated.
Sets the deployment units.
units(DeploymentUnit...) - Method in class org.apache.ignite.compute.JobDescriptor.Builder
Sets the deployment units.
units(DeploymentUnit...) - Method in class org.apache.ignite.compute.TaskDescriptor.Builder
Sets the deployment units.
units(DeploymentUnit...) - Method in class org.apache.ignite.compute.wasm.WasmJobDescriptor.Builder
Sets the deployment units.
units(DeploymentUnit...) - Method in class org.apache.ignite.table.DataStreamerReceiverDescriptor.Builder
Sets the deployment units.
units(DeploymentUnit...) - Method in class org.apache.ignite.table.ReceiverDescriptor.Builder
Deprecated.
Sets the deployment units.
unmarshal(byte[]) - Method in interface org.apache.ignite.marshalling.ByteArrayMarshaller
 
unmarshal(Object) - Method in interface org.apache.ignite.marshalling.NoopMarshaller
 
unmarshal(R) - Method in interface org.apache.ignite.marshalling.Marshaller
Unmarshal the raw type into object.
UNMARSHALLING_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Marshalling
Unmarshalling error.
UnmarshallingException - Exception in org.apache.ignite.marshalling
Exception thrown when unmarshalling failed.
UnmarshallingException(String) - Constructor for exception org.apache.ignite.marshalling.UnmarshallingException
Constructor.
UnmarshallingException(String, Throwable) - Constructor for exception org.apache.ignite.marshalling.UnmarshallingException
Constructor.
UnmarshallingException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.marshalling.UnmarshallingException
Creates an exception with the given trace ID, error code, detailed message, and cause.
UNRESOLVABLE_CONSISTENT_ID_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Network
Unresolvable consistent ID.
UNSUPPORTED_AUTHENTICATION_TYPE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Authentication
Authentication error caused by unsupported authentication type.
UNSUPPORTED_OBJECT_TYPE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Marshalling
Unsupported object type error.
UNSUPPORTED_PARTITION_TYPE_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Table
Unsupported partition type.
UnsupportedAuthenticationTypeException - Exception in org.apache.ignite.security.exception
The exception thrown when authentication type is not supported.
UnsupportedAuthenticationTypeException(String) - Constructor for exception org.apache.ignite.security.exception.UnsupportedAuthenticationTypeException
Creates a new authentication exception.
UnsupportedObjectTypeMarshallingException - Exception in org.apache.ignite.marshalling
Exception thrown when an object type is not supported by the marshaller.
UnsupportedObjectTypeMarshallingException(Class<?>) - Constructor for exception org.apache.ignite.marshalling.UnsupportedObjectTypeMarshallingException
Creates an exception with the given unsupported type.
UnsupportedObjectTypeMarshallingException(String) - Constructor for exception org.apache.ignite.marshalling.UnsupportedObjectTypeMarshallingException
Creates an exception with the given message.
UnsupportedObjectTypeMarshallingException(String, Throwable) - Constructor for exception org.apache.ignite.marshalling.UnsupportedObjectTypeMarshallingException
Creates an exception with the given message and cause.
UnsupportedObjectTypeMarshallingException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.marshalling.UnsupportedObjectTypeMarshallingException
Creates an exception with the given trace ID, error code, detailed message, and cause.
UnsupportedPartitionTypeException - Exception in org.apache.ignite.lang
This exception is thrown when a table does not support the specified partition type.
UnsupportedPartitionTypeException(String) - Constructor for exception org.apache.ignite.lang.UnsupportedPartitionTypeException
Creates a new exception with the given message.
UnsupportedPartitionTypeException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.UnsupportedPartitionTypeException
Creates a new exception with the given trace id, error code, detail message and cause.
updateCounters() - Method in exception org.apache.ignite.sql.SqlBatchException
Returns an array that describes the outcome of a batch execution.
UPDATED - Enum constant in enum class org.apache.ignite.table.TableRowEventType
Row updated.
updatePollInterval() - Method in class org.apache.ignite.table.NearCacheOptions
The period of time with which updates are requested from the server in milliseconds.
updatePollInterval(int) - Method in class org.apache.ignite.table.NearCacheOptions.Builder
Sets the period of time with which updates are requested from the server, in milliseconds.
upsert(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Inserts a record into a table, if it does not exist, or replaces an existing one.
upsertAll(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Inserts records into a table, if they do not exist, or replaces the existing ones.
upsertAllAsync(Transaction, Collection<R>) - Method in interface org.apache.ignite.table.RecordView
Asynchronously inserts a record into a table, if it does not exist, or replaces the existing one.
upsertAsync(Transaction, R) - Method in interface org.apache.ignite.table.RecordView
Asynchronously inserts a record into a table, if it does not exist, or replaces the existing one.
USER_ALREADY_EXISTS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
USER_ASSIGNMENT_EXISTS_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
USER_NOT_FOUND_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
USER_OBJECT_SERIALIZATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Common
Can't marshal/unmarshal a user object.
USER_UPDATE_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
USER_VALIDATION_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.Rbac
 
UUID - Enum constant in enum class org.apache.ignite.sql.ColumnType
128-bit UUID.
UUID - Static variable in class org.apache.ignite.catalog.ColumnType
UUID SQL column type.
uuidValue(int) - Method in interface org.apache.ignite.table.Tuple
Gets a UUID column value.
uuidValue(String) - Method in interface org.apache.ignite.table.Tuple
Gets a UUID column value.

V

VALIDATION_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.Catalog
Command to the catalog has not passed the validation.
value() - Element in annotation interface org.apache.ignite.catalog.annotations.Cache
The name of the cache.
value() - Element in annotation interface org.apache.ignite.catalog.annotations.Column
The name of the column.
value() - Element in annotation interface org.apache.ignite.catalog.annotations.ColumnRef
Column name.
value() - Element in annotation interface org.apache.ignite.catalog.annotations.Id
Sort order.
value() - Element in annotation interface org.apache.ignite.catalog.annotations.Index
The name of the index.
value() - Element in annotation interface org.apache.ignite.catalog.annotations.Table
The name of the table.
value() - Element in annotation interface org.apache.ignite.catalog.annotations.Zone
The name of the zone.
value(int) - Method in interface org.apache.ignite.table.Tuple
Gets a column value for the given column index.
value(Class<?>) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets value class to generate columns.
value(Class<?>) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets value class to generate columns.
value(String) - Method in interface org.apache.ignite.table.Tuple
Gets a column value for the given column name.
valueClass() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns a class to use to generate columns.
valueClass() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns a class to use to generate columns.
valueClass() - Method in interface org.apache.ignite.sql.ColumnMetadata
Returns a class of column values.
valueOf(String) - Static method in enum class org.apache.ignite.cache.CacheWriteMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.catalog.IndexType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.catalog.SortOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.compute.JobExecutorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.compute.JobStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.compute.TaskStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.compute.wasm.WasmCallingConvention
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.compute.wasm.WasmType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.security.AuthenticationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.sql.ColumnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.table.criteria.Operator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.table.DataStreamerOperationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.ignite.table.TableRowEventType
Returns the enum constant of this class with the specified name.
valueOrDefault(String, T) - Method in interface org.apache.ignite.table.Tuple
Gets a column value if the column with the specified name is present in the tuple; returns a default value otherwise.
values() - Static method in enum class org.apache.ignite.cache.CacheWriteMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.catalog.IndexType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.catalog.SortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.compute.JobExecutorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.compute.JobStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.compute.TaskStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.compute.wasm.WasmCallingConvention
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.compute.wasm.WasmType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.security.AuthenticationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.sql.ColumnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.table.criteria.Operator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.table.DataStreamerOperationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.ignite.table.TableRowEventType
Returns an array containing the constants of this enum class, in the order they are declared.
varbinary(int) - Static method in class org.apache.ignite.catalog.ColumnType
VARBINARY with specified length.
VARBINARY - Static variable in class org.apache.ignite.catalog.ColumnType
VARBINARY SQL column type.
varchar(int) - Static method in class org.apache.ignite.catalog.ColumnType
VARCHAR with specified length.
VARCHAR - Static variable in class org.apache.ignite.catalog.ColumnType
VARCHAR SQL column type.
version() - Method in class org.apache.ignite.deployment.DeploymentUnit
Returns version of the deployment unit.
version() - Method in class org.apache.ignite.deployment.DeploymentUnitInfo
Returns the version of the deployment unit.
Version - Interface in org.apache.ignite.deployment.version
Unit version interface.
VersionParseException - Exception in org.apache.ignite.deployment.version
Throws when Version of deployment unit not parsable.
VersionParseException(String, String) - Constructor for exception org.apache.ignite.deployment.version.VersionParseException
Constructor.
VersionParseException(String, Throwable) - Constructor for exception org.apache.ignite.deployment.version.VersionParseException
Constructor.
visit(Column, C) - Method in interface org.apache.ignite.table.criteria.CriteriaVisitor
Visit a Column instance with the given context.
visit(Criteria, C) - Method in interface org.apache.ignite.table.criteria.CriteriaVisitor
Visit a Criteria instance with the given context.
visit(Expression, C) - Method in interface org.apache.ignite.table.criteria.CriteriaVisitor
Visit a Expression instance with the given context.
visit(Parameter<T>, C) - Method in interface org.apache.ignite.table.criteria.CriteriaVisitor
Visit a Parameter instance with the given context.

W

wasApplied() - Method in interface org.apache.ignite.sql.async.AsyncResultSet
Indicates whether the query that had produced the result was a conditional query.
wasApplied() - Method in interface org.apache.ignite.sql.ResultSet
Indicates whether the query that had produced the result was a conditional query.
WASM_EMBEDDED - Enum constant in enum class org.apache.ignite.compute.JobExecutorType
Embedded WASM job executor.
WasmCallingConvention - Enum Class in org.apache.ignite.compute.wasm
WebAssembly calling conventions.
WasmJobDescriptor - Class in org.apache.ignite.compute.wasm
WebAssembly job descriptor builder.
WasmJobDescriptor() - Constructor for class org.apache.ignite.compute.wasm.WasmJobDescriptor
 
WasmJobDescriptor.Builder<T,R> - Class in org.apache.ignite.compute.wasm
Builder.
WasmType - Enum Class in org.apache.ignite.compute.wasm
Wasm data types.
watermark() - Method in class org.apache.ignite.table.ContinuousQueryOptions
Gets the starting watermark.
watermark() - Method in interface org.apache.ignite.table.TableRowEvent
Gets the event watermark for resume and failover purposes.
watermark() - Method in interface org.apache.ignite.table.TableRowEventBatch
Gets the batch watermark for resume and failover purposes.
watermark(ContinuousQueryWatermark) - Method in class org.apache.ignite.table.ContinuousQueryOptions.Builder
Sets the starting watermark.
WATERMARK_TOO_OLD_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.ContinuousQuery
Watermark represents a timestamp older than the data available in the table.
WATERMARK_TOO_OLD_TABLE_DOES_NOT_EXIST_ERR - Static variable in class org.gridgain.lang.GridgainErrorGroups.ContinuousQuery
Table was dropped and storage destruction began because LWM updated.
writeAllAsync(CacheStoreSession, Collection<Map.Entry<? extends K, ? extends V>>) - Method in interface org.apache.ignite.cache.CacheStore
Write a batch to the store.
writeAsync(CacheStoreSession, Map.Entry<? extends K, ? extends V>) - Method in interface org.apache.ignite.cache.CacheStore
Write a single entry to the store.

Z

zone() - Element in annotation interface org.apache.ignite.catalog.annotations.Cache
Class annotated with Zone annotation to create a zone.
zone() - Element in annotation interface org.apache.ignite.catalog.annotations.Table
Class annotated with Zone annotation to create a zone.
zone(String) - Method in class org.apache.ignite.catalog.definitions.CacheDefinition.Builder
Sets primary zone name.
zone(String) - Method in class org.apache.ignite.catalog.definitions.TableDefinition.Builder
Sets primary zone name.
Zone - Annotation Interface in org.apache.ignite.catalog.annotations
Describes a distribution zone.
ZONE_NOT_FOUND_ERR - Static variable in class org.apache.ignite.lang.ErrorGroups.DistributionZones
Distribution zone was not found.
zoneDefinition(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the zone with provided name or null if zone doesn't exist.
ZoneDefinition - Class in org.apache.ignite.catalog.definitions
Definition of the CREATE ZONE statement.
ZoneDefinition.Builder - Class in org.apache.ignite.catalog.definitions
Builder for the zone definition.
zoneDefinitionAsync(String) - Method in interface org.apache.ignite.catalog.IgniteCatalog
Returns definition of the zone with provided name or null if zone doesn't exist.
zoneName() - Method in class org.apache.ignite.catalog.definitions.CacheDefinition
Returns primary zone name.
zoneName() - Method in class org.apache.ignite.catalog.definitions.TableDefinition
Returns primary zone name.
zoneName() - Method in class org.apache.ignite.catalog.definitions.ZoneDefinition
Returns zone name.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form