Serialized Form
-
Package org.apache.ignite.client
-
Exception org.apache.ignite.client.IgniteClientConnectionException
class IgniteClientConnectionException extends IgniteException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
endpoint
@Nullable String endpoint
The endpoint that caused the exception.
-
-
Exception org.apache.ignite.client.IgniteClientFeatureNotSupportedByServerException
class IgniteClientFeatureNotSupportedByServerException extends IgniteException implements Serializable- serialVersionUID:
- 0L
-
-
Package org.apache.ignite.compute
-
Exception org.apache.ignite.compute.ComputeException
class ComputeException extends IgniteException implements Serializable -
Exception org.apache.ignite.compute.NodeNotFoundException
class NodeNotFoundException extends ComputeException implements Serializable
-
-
Package org.apache.ignite.deployment.version
-
Exception org.apache.ignite.deployment.version.VersionParseException
class VersionParseException extends RuntimeException implements Serializable-
Serialized Fields
-
rawVersion
String rawVersion
-
-
-
-
Package org.apache.ignite.lang
-
Exception org.apache.ignite.lang.ClusterInitFailureException
class ClusterInitFailureException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.ClusterNotInitializedException
class ClusterNotInitializedException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.ColumnAlreadyExistsException
class ColumnAlreadyExistsException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.ColumnNotFoundException
class ColumnNotFoundException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.CursorClosedException
class CursorClosedException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.IgniteCheckedException
class IgniteCheckedException extends Exception implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
code
int code
Error code that contains information about the error group and code, where the code is unique within the group. The code structure is as follows: +------------+--------------+ | 16 bits | 16 bits | +------------+--------------+ | Group Code | Error Code | +------------+--------------+ -
errorPrefix
String errorPrefix
Prefix for error message. -
groupName
String groupName
Name of the error group. -
traceId
UUID traceId
Unique identifier of the exception that helps locating the error message in a log file.
-
-
Exception org.apache.ignite.lang.IgniteException
class IgniteException extends RuntimeException implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
code
int code
Error code that contains information about the error group and code, where the code is unique within the group. The code structure is as follows: +------------+--------------+ | 16 bits | 16 bits | +------------+--------------+ | Group Code | Error Code | +------------+--------------+ -
errorPrefix
String errorPrefix
Prefix for error message. -
groupName
String groupName
Name of the error group. -
traceId
UUID traceId
Unique identifier of the exception that helps locate the error message in a log file.Not
finalbecause it gets accessed via reflection when creating a copy.
-
-
Exception org.apache.ignite.lang.IndexAlreadyExistsException
class IndexAlreadyExistsException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.IndexNotFoundException
class IndexNotFoundException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.MarshallerException
class MarshallerException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.NodeNotStartedException
class NodeNotStartedException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.NodeStartException
class NodeStartException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.SchemaNotFoundException
class SchemaNotFoundException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.TableAlreadyExistsException
class TableAlreadyExistsException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.TableNotFoundException
class TableNotFoundException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.UnexpectedNullValueException
class UnexpectedNullValueException extends IgniteException implements Serializable -
Exception org.apache.ignite.lang.UnsupportedPartitionTypeException
class UnsupportedPartitionTypeException extends IgniteException implements Serializable- serialVersionUID:
- 6875586826126580903L
-
-
Package org.apache.ignite.marshalling
-
Exception org.apache.ignite.marshalling.MarshallingException
class MarshallingException extends IgniteException implements Serializable- serialVersionUID:
- -4170221560474770629L
-
Exception org.apache.ignite.marshalling.UnmarshallingException
class UnmarshallingException extends IgniteException implements Serializable- serialVersionUID:
- -8131613381875542450L
-
Exception org.apache.ignite.marshalling.UnsupportedObjectTypeMarshallingException
class UnsupportedObjectTypeMarshallingException extends IgniteException implements Serializable- serialVersionUID:
- -8131613381875542450L
-
-
Package org.apache.ignite.network
-
Class org.apache.ignite.network.NodeMetadata
class NodeMetadata extends Object implements Serializable- serialVersionUID:
- 3216463261002854096L
-
Serialized Fields
-
httpPort
int httpPort
-
httpsPort
int httpsPort
-
restHost
String restHost
-
-
-
Package org.apache.ignite.security.exception
-
Exception org.apache.ignite.security.exception.InvalidCredentialsException
class InvalidCredentialsException extends IgniteException implements Serializable -
Exception org.apache.ignite.security.exception.UnsupportedAuthenticationTypeException
class UnsupportedAuthenticationTypeException extends IgniteException implements Serializable
-
-
Package org.apache.ignite.sql
-
Exception org.apache.ignite.sql.NoRowSetExpectedException
class NoRowSetExpectedException extends SqlException implements Serializable -
Exception org.apache.ignite.sql.SqlBatchException
class SqlBatchException extends SqlException implements Serializable-
Serialized Fields
-
updCntrs
long[] updCntrs
-
-
-
Exception org.apache.ignite.sql.SqlException
class SqlException extends IgniteException implements Serializable
-
-
Package org.apache.ignite.table
-
Class org.apache.ignite.table.ContinuousQueryPhysicalTimeWatermark
class ContinuousQueryPhysicalTimeWatermark extends Object implements Serializable- serialVersionUID:
- 6511356125857203826L
-
Serialized Fields
-
startTime
Instant startTime
-
-
Class org.apache.ignite.table.ContinuousQueryTransactionWatermark
class ContinuousQueryTransactionWatermark extends Object implements Serializable- serialVersionUID:
- 4816921912590358491L
-
Serialized Fields
-
after
boolean after
-
readTimestamp
long readTimestamp
-
-
Exception org.apache.ignite.table.DataStreamerException
class DataStreamerException extends IgniteException implements Serializable- serialVersionUID:
- -7516813059448101081L
-
Serialized Fields
-
failedItems
Set<?> failedItems
-
-
Class org.apache.ignite.table.QualifiedName
class QualifiedName extends Object implements Serializable- serialVersionUID:
- -7016402388810709149L
-
-
Package org.apache.ignite.table.criteria
-
Exception org.apache.ignite.table.criteria.CriteriaException
class CriteriaException extends IgniteException implements Serializable
-
-
Package org.apache.ignite.table.partition
-
Package org.apache.ignite.tx
-
Exception org.apache.ignite.tx.IncompatibleSchemaException
class IncompatibleSchemaException extends TransactionException implements Serializable -
Exception org.apache.ignite.tx.MismatchingTransactionOutcomeException
class MismatchingTransactionOutcomeException extends TransactionException implements Serializable -
Exception org.apache.ignite.tx.TransactionException
class TransactionException extends IgniteException implements Serializable
-
-
Package org.gridgain.cache.store.jdbc
-
Exception org.gridgain.cache.store.jdbc.JdbcCacheStoreAccessException
class JdbcCacheStoreAccessException extends IgniteException implements Serializable -
Exception org.gridgain.cache.store.jdbc.JdbcCacheStoreConfigurationException
class JdbcCacheStoreConfigurationException extends IgniteException implements Serializable
-
-
Package org.gridgain.ml
-
Exception org.gridgain.ml.DeploymentException
class DeploymentException extends IgniteException implements Serializable -
Exception org.gridgain.ml.InferenceException
class InferenceException extends IgniteException implements Serializable -
Exception org.gridgain.ml.ModelInitializationException
class ModelInitializationException extends IgniteException implements Serializable -
Exception org.gridgain.ml.ModelNotFoundException
class ModelNotFoundException extends IgniteException implements Serializable -
Exception org.gridgain.ml.TranslatorNotFoundException
class TranslatorNotFoundException extends IgniteException implements Serializable
-
-
Package org.gridgain.ml.compute
-
Class org.gridgain.ml.compute.MlInputMarshaller
class MlInputMarshaller extends Object implements Serializable
-
-
Package org.gridgain.ml.model
-
Class org.gridgain.ml.model.MlBatchJobParameters
class MlBatchJobParameters extends MlJobParameters implements Serializable- serialVersionUID:
- 1L
-
Class org.gridgain.ml.model.MlColocatedJobParameters
- serialVersionUID:
- 1L
-
Class org.gridgain.ml.model.MlJobParameters
class MlJobParameters extends ModelInfo implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
operationType
MlJobParameters.OperationType operationType
Operation type for this job. -
timeoutSeconds
long timeoutSeconds
Timeout for synchronous operations in seconds.
-
-
Class org.gridgain.ml.model.MlSimpleJobParameters
class MlSimpleJobParameters extends MlJobParameters implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
input
I input
Single input for prediction.
-
-
Class org.gridgain.ml.model.MlSqlJobParameters
class MlSqlJobParameters extends MlJobParameters implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
inputColumn
String inputColumn
Parameter for input column name. -
limit
int limit
Maximum number of rows to process. -
sqlParams
Serializable[] sqlParams
Parameters for SQL query. -
sqlQuery
String sqlQuery
SQL query for data-driven prediction.
-
-
Class org.gridgain.ml.model.ModelConfig
class ModelConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.gridgain.ml.model.ModelInfo
class ModelInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
config
ModelConfig config
Runtime configuration settings. -
id
String id
Unique identifier for the model. -
inputClass
String inputClass
Input class name for the model. -
loaded
boolean loaded
Whether model is currently loaded. -
loadTimestamp
long loadTimestamp
Timestamp when model was loaded. -
name
String name
Name. -
outputClass
String outputClass
Output class name for the model. -
properties
Map<String,
String> properties Custom key-value properties. -
status
ModelInfo.ModelStatus status
Current model status. -
translator
String translator
Translator class name for the model. -
translatorFactory
String translatorFactory
Translator factory class name for the model. -
type
ModelType type
Type of ML framework. -
url
String url
URL or path to model files. -
version
String version
Model version string.
-
-
-
Package org.gridgain.testframework.core.exceptions
-
Exception org.gridgain.testframework.core.exceptions.EmptyTableException
class EmptyTableException extends RuntimeException implements Serializable- serialVersionUID:
- 3774294406719555440L
-
Exception org.gridgain.testframework.core.exceptions.IllegalClusterStateException
class IllegalClusterStateException extends RuntimeException implements Serializable- serialVersionUID:
- -7576197401900505274L
-
Exception org.gridgain.testframework.core.exceptions.IllegalNodeStateException
class IllegalNodeStateException extends RuntimeException implements Serializable- serialVersionUID:
- -7576197401900505274L
-
-
Package org.gridgain.testframework.core.node.rest.exception
-
Exception org.gridgain.testframework.core.node.rest.exception.ApiException
class ApiException extends RuntimeException implements Serializable- serialVersionUID:
- -8502305160058690402L
-
-
Package org.gridgain.tpcds.qgen
-
Exception org.gridgain.tpcds.qgen.InvalidOptionException
class InvalidOptionException extends RuntimeException implements Serializable -
Exception org.gridgain.tpcds.qgen.TpcdsException
class TpcdsException extends RuntimeException implements Serializable
-