Index

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

A

Account - Class in org.apache.ignite.example.streaming
 
Account() - Constructor for class org.apache.ignite.example.streaming.Account
 
Account(int) - Constructor for class org.apache.ignite.example.streaming.Account
 
Account(int, String, long, boolean) - Constructor for class org.apache.ignite.example.streaming.Account
 
AccountKey - Class in org.apache.ignite.example.cache
 
AccountKey() - Constructor for class org.apache.ignite.example.cache.AccountKey
 
AccountKey(int) - Constructor for class org.apache.ignite.example.cache.AccountKey
 
accountNumber - Variable in class org.apache.ignite.example.cache.AccountKey
 
AccountValue - Class in org.apache.ignite.example.cache
 
AccountValue() - Constructor for class org.apache.ignite.example.cache.AccountValue
 
AccountValue(String, String, double) - Constructor for class org.apache.ignite.example.cache.AccountValue
 
AutoSerializableArg - Class in org.apache.ignite.example.serialization
Argument object used in auto-serialization examples.
AutoSerializableArg() - Constructor for class org.apache.ignite.example.serialization.AutoSerializableArg
Default constructor.
AutoSerializableResult - Class in org.apache.ignite.example.serialization
 
AutoSerializableResult() - Constructor for class org.apache.ignite.example.serialization.AutoSerializableResult
 

B

balance - Variable in class org.apache.ignite.example.cache.AccountValue
 
batchProcessInput(TranslatorContext, List<PytorchQAInput>) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslator
 
batchProcessOutput(TranslatorContext, NDList) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslator
 
build() - Method in class org.apache.ignite.example.ml.custom.CustomTranslator.Builder
 
build() - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslator.Builder
 
builder(HuggingFaceTokenizer) - Static method in class org.apache.ignite.example.ml.custom.CustomTranslator
 
builder(HuggingFaceTokenizer) - Static method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslator
 
builder(HuggingFaceTokenizer, Map<String, ?>) - Static method in class org.apache.ignite.example.ml.custom.CustomTranslator
 
builder(HuggingFaceTokenizer, Map<String, ?>) - Static method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslator
 

C

CacheExample - Class in org.apache.ignite.example.cache
This example demonstrates how to create, read and write to Caches with GridGain 9, JDBC and external database H2.
CacheExample() - Constructor for class org.apache.ignite.example.cache.CacheExample
 
cleanup() - Static method in class org.apache.ignite.example.ml.MlTensorflowSentenceEncoderExample
 
client - Static variable in class org.apache.ignite.example.ml.MlBaseExample
 
CLIENT_ONLY - Enum constant in enum class org.apache.ignite.example.ml.MlBaseExample.MODE
 
CodeDeploymentExample - Class in org.apache.ignite.example.code.deployment
This example demonstrates the usage of the IgniteCompute.execute(org.apache.ignite.compute.JobTarget, org.apache.ignite.compute.JobDescriptor<T, R>, T) API.
CodeDeploymentExample() - Constructor for class org.apache.ignite.example.code.deployment.CodeDeploymentExample
 
ComputeGoJobExample - Class in org.apache.ignite.example.compute
This example demonstrates the usage of the IgniteCompute API with Go WASM jobs.
ComputeGoJobExample() - Constructor for class org.apache.ignite.example.compute.ComputeGoJobExample
 
ComputeJobStateExample - Class in org.apache.ignite.example.compute
This code demonstrates the usage of the JobExecution interface that allows to get job statuses and, for example, handle failures.
ComputeJobStateExample() - Constructor for class org.apache.ignite.example.compute.ComputeJobStateExample
 
ComputeJobStateExample.WordPrintJob - Class in org.apache.ignite.example.compute
Job that prints provided word.
ComputePartitionQueryMapReduceExample - Class in org.apache.ignite.example.compute
This example demonstrates a partition-aware Map/Reduce pattern using the IgniteCompute.executeMapReduce(org.apache.ignite.compute.TaskDescriptor<T, R>, T) API together with the __PARTITION_ID virtual SQL column.
ComputePartitionQueryMapReduceExample() - Constructor for class org.apache.ignite.example.compute.ComputePartitionQueryMapReduceExample
 
ComputePartitionQueryMapReduceExample.PartitionPersonCountJob - Class in org.apache.ignite.example.compute
Job that counts persons in a single partition, identified by partition ID passed as the job argument.
ComputePartitionQueryMapReduceExample.PersonCountByPartitionTask - Class in org.apache.ignite.example.compute
MapReduce task that counts persons across all partitions of the Person table.
ComputeRustJobExample - Class in org.apache.ignite.example.compute
This example demonstrates the usage of the IgniteCompute API with Rust WASM jobs.
ComputeRustJobExample() - Constructor for class org.apache.ignite.example.compute.ComputeRustJobExample
 
ComputeWasmJobExample - Class in org.apache.ignite.example.compute
This example demonstrates the usage of the IgniteCompute API with WASM jobs.
ComputeWasmJobExample() - Constructor for class org.apache.ignite.example.compute.ComputeWasmJobExample
 
CQexample - Class in org.apache.ignite.example.cq
This example demonstrates the usage of the basic client API without any fine-tuning.
CQexample() - Constructor for class org.apache.ignite.example.cq.CQexample
 
CustomBatchComputeJob<I extends org.gridgain.ml.model.MlBatchJobParameters,O> - Class in org.apache.ignite.example.ml.custom
Compute job for Batch Custom ML predictions.
CustomBatchComputeJob() - Constructor for class org.apache.ignite.example.ml.custom.CustomBatchComputeJob
 
CustomComputeJob<I extends org.gridgain.ml.model.MlSimpleJobParameters,O> - Class in org.apache.ignite.example.ml.custom
Compute job for Custom ML predictions.
CustomComputeJob() - Constructor for class org.apache.ignite.example.ml.custom.CustomComputeJob
 
CustomInput - Class in org.apache.ignite.example.ml.custom
Defines the input structure for custom ML model inference.
CustomInput(String, String[], boolean) - Constructor for class org.apache.ignite.example.ml.custom.CustomInput
 
CustomInputMarshaller<I extends org.gridgain.ml.model.MlJobParameters> - Class in org.apache.ignite.example.ml.custom
A standard Marshaller for all input types for ML.
CustomInputMarshaller() - Constructor for class org.apache.ignite.example.ml.custom.CustomInputMarshaller
 
CustomOutput - Class in org.apache.ignite.example.ml.custom
Represents the output of a custom ML model inference.
CustomOutputListMarshaller<O> - Class in org.apache.ignite.example.ml.custom
Handles serialization and deserialization of lists of custom ML outputs.
CustomOutputListMarshaller() - Constructor for class org.apache.ignite.example.ml.custom.CustomOutputListMarshaller
 
CustomOutputMarshaller<O> - Class in org.apache.ignite.example.ml.custom
A standard Marshaller for all list based output types for ML.
CustomOutputMarshaller() - Constructor for class org.apache.ignite.example.ml.custom.CustomOutputMarshaller
 
CustomPojoSerializationExample - Class in org.apache.ignite.example.serialization
Example demonstrating custom POJO serialization using custom marshallers on both client and server side.
CustomPojoSerializationExample() - Constructor for class org.apache.ignite.example.serialization.CustomPojoSerializationExample
 
CustomPojoSerializationJob - Class in org.apache.ignite.example.serialization
 
CustomPojoSerializationJob() - Constructor for class org.apache.ignite.example.serialization.CustomPojoSerializationJob
 
CustomTranslator - Class in org.apache.ignite.example.ml.custom
Custom translator for processing model input and output for custom ML inference.
CustomTranslator.Builder - Class in org.apache.ignite.example.ml.custom
 
CustomTranslatorFactory - Class in org.apache.ignite.example.ml.custom
Factory for creating instances of CustomTranslator.
CustomTranslatorFactory() - Constructor for class org.apache.ignite.example.ml.custom.CustomTranslatorFactory
 

D

DeployComputeUnit - Class in org.apache.ignite.example.util
Utility class for deploying Ignite compute units.
DeployComputeUnit() - Constructor for class org.apache.ignite.example.util.DeployComputeUnit
 
deployIfNotExist(String, String) - Static method in class org.apache.ignite.example.util.DeployComputeUnit
Checks if a deployment unit exists with DEPLOYED status.
DEPLOYMENT_UNIT_NAME - Static variable in class org.apache.ignite.example.serialization.CustomPojoSerializationExample
Name of the deployment unit used in this example.
DEPLOYMENT_UNIT_NAME - Static variable in class org.apache.ignite.example.serialization.PojoAutoSerializationExample
 
DEPLOYMENT_UNIT_NAME - Static variable in class org.apache.ignite.example.serialization.TupleSerializationExample
 
DEPLOYMENT_UNIT_VERSION - Static variable in class org.apache.ignite.example.serialization.CustomPojoSerializationExample
Version of the deployment unit used in this example.
DEPLOYMENT_UNIT_VERSION - Static variable in class org.apache.ignite.example.serialization.PojoAutoSerializationExample
 
DEPLOYMENT_UNIT_VERSION - Static variable in class org.apache.ignite.example.serialization.TupleSerializationExample
 
deployWasmIfNotExist(String, String) - Static method in class org.apache.ignite.example.util.DeployComputeUnit
Checks if a WASM deployment unit exists with DEPLOYED status.
DetectFailedEntriesExample - Class in org.apache.ignite.example.streaming
This example demonstrates how to use the streaming API to catch both asynchronous errors during background streaming and immediate submission errors.
DetectFailedEntriesExample() - Constructor for class org.apache.ignite.example.streaming.DetectFailedEntriesExample
 
DistributedComputeWithReceiverExample - Class in org.apache.ignite.example.streaming
This example demonstrates how to use the streaming API to simulate a fraud detection process, which typically involves intensive processing of each transaction using ML models.
DistributedComputeWithReceiverExample() - Constructor for class org.apache.ignite.example.streaming.DistributedComputeWithReceiverExample
 
DistributedComputeWithReceiverExample.FraudDetectorReceiver - Class in org.apache.ignite.example.streaming
Receiver that processes transactions and detects potential fraud.
DistributedMapExample - Class in org.apache.ignite.example.structures
 
DistributedMapExample() - Constructor for class org.apache.ignite.example.structures.DistributedMapExample
 
downloadDjlModel(String, Class<I>, Class<O>, String, String) - Static method in class org.apache.ignite.example.ml.ModelUtils
Downloads the model from DJL

E

EMBEDDED - Enum constant in enum class org.apache.ignite.example.ml.MlBaseExample.MODE
 
executeAsync(JobExecutionContext, Integer) - Method in class org.apache.ignite.example.serialization.IntegerDecrementJob
 
executeAsync(JobExecutionContext, Long) - Method in class org.apache.ignite.example.compute.ComputePartitionQueryMapReduceExample.PartitionPersonCountJob
executeAsync(JobExecutionContext, String) - Method in class org.apache.ignite.example.code.deployment.MyJob
 
executeAsync(JobExecutionContext, String) - Method in class org.apache.ignite.example.compute.ComputeJobStateExample.WordPrintJob
executeAsync(JobExecutionContext, AutoSerializableArg) - Method in class org.apache.ignite.example.serialization.PojoAutoSerializationJob
 
executeAsync(JobExecutionContext, JsonArg) - Method in class org.apache.ignite.example.serialization.CustomPojoSerializationJob
 

F

firstName - Variable in class org.apache.ignite.example.cache.AccountValue
 
FraudDetectorReceiver() - Constructor for class org.apache.ignite.example.streaming.DistributedComputeWithReceiverExample.FraudDetectorReceiver
 

G

getAge() - Method in class org.apache.ignite.example.table.Person
 
getBalance() - Method in class org.apache.ignite.example.streaming.Account
 
getBatchifier() - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslator
 
getCandidates() - Method in class org.apache.ignite.example.ml.custom.CustomInput
 
getCityId() - Method in class org.apache.ignite.example.table.Person
 
getCompany() - Method in class org.apache.ignite.example.table.Person
 
getId() - Method in class org.apache.ignite.example.streaming.Account
 
getId() - Method in class org.apache.ignite.example.table.Person
 
getLabels() - Method in class org.apache.ignite.example.ml.custom.CustomOutput
 
getLength() - Method in class org.apache.ignite.example.serialization.JsonResult
 
getName() - Method in class org.apache.ignite.example.streaming.Account
 
getName() - Method in class org.apache.ignite.example.table.Person
 
getOriginalWord() - Method in class org.apache.ignite.example.serialization.JsonResult
 
getParagraph() - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAInput
 
getQuestion() - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAInput
 
getResultWord() - Method in class org.apache.ignite.example.serialization.JsonResult
 
getScores() - Method in class org.apache.ignite.example.ml.custom.CustomOutput
 
getSequence() - Method in class org.apache.ignite.example.ml.custom.CustomOutput
 
getSupportedTypes() - Method in class org.apache.ignite.example.ml.custom.CustomTranslatorFactory
 
getSupportedTypes() - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslatorFactory
 
getText() - Method in class org.apache.ignite.example.ml.custom.CustomInput
 
getWord() - Method in class org.apache.ignite.example.serialization.JsonArg
 

I

IgniteClientExample - Class in org.apache.ignite.example.client
This example demonstrates the usage of the basic client API without any fine-tuning.
IgniteClientExample() - Constructor for class org.apache.ignite.example.client.IgniteClientExample
 
IgniteClientWithConfigExample - Class in org.apache.ignite.example.client
This example demonstrates the usage of the basic client API with additional configuration parameters.
IgniteClientWithConfigExample() - Constructor for class org.apache.ignite.example.client.IgniteClientWithConfigExample
 
inputMarshaller() - Method in class org.apache.ignite.example.ml.custom.CustomBatchComputeJob
 
inputMarshaller() - Method in class org.apache.ignite.example.ml.custom.CustomComputeJob
 
inputMarshaller() - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAComputeJob
 
inputMarshaller() - Method in class org.apache.ignite.example.ml.tensorflowtranslator.TensorflowSentenceEncoderComputeJob
 
inputMarshaller() - Method in class org.apache.ignite.example.serialization.CustomPojoSerializationJob
 
IntegerDecrementJob - Class in org.apache.ignite.example.serialization
 
IntegerDecrementJob() - Constructor for class org.apache.ignite.example.serialization.IntegerDecrementJob
 
isActive() - Method in class org.apache.ignite.example.streaming.Account
 
isUpperCase() - Method in class org.apache.ignite.example.serialization.JsonArg
 

J

JsonArg - Class in org.apache.ignite.example.serialization
 
JsonArg() - Constructor for class org.apache.ignite.example.serialization.JsonArg
 
JsonArg(String, boolean) - Constructor for class org.apache.ignite.example.serialization.JsonArg
 
JsonResult - Class in org.apache.ignite.example.serialization
 
JsonResult() - Constructor for class org.apache.ignite.example.serialization.JsonResult
 
JsonResult(String, String, int) - Constructor for class org.apache.ignite.example.serialization.JsonResult
 

K

KeyValueViewExample - Class in org.apache.ignite.example.table
This example demonstrates the usage of the KeyValueView API.
KeyValueViewExample() - Constructor for class org.apache.ignite.example.table.KeyValueViewExample
 
KeyValueViewPojoExample - Class in org.apache.ignite.example.table
This example demonstrates the usage of the KeyValueView API with user-defined POJOs.
KeyValueViewPojoExample() - Constructor for class org.apache.ignite.example.table.KeyValueViewPojoExample
 

L

lastName - Variable in class org.apache.ignite.example.cache.AccountValue
 

M

main(String[]) - Static method in class org.apache.ignite.example.cache.CacheExample
Main method to run the cache example.
main(String[]) - Static method in class org.apache.ignite.example.client.IgniteClientExample
Runs the IgniteClientExample.
main(String[]) - Static method in class org.apache.ignite.example.client.IgniteClientWithConfigExample
Runs the IgniteClientWithConfigExample.
main(String[]) - Static method in class org.apache.ignite.example.code.deployment.CodeDeploymentExample
Runs the CodeDeploymentExample.
main(String[]) - Static method in class org.apache.ignite.example.compute.ComputeGoJobExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.compute.ComputeJobStateExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.compute.ComputePartitionQueryMapReduceExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.compute.ComputeRustJobExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.compute.ComputeWasmJobExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.cq.CQexample
 
main(String[]) - Static method in class org.apache.ignite.example.ml.MlCustomTranslatorExample
 
main(String[]) - Static method in class org.apache.ignite.example.ml.MlInferenceExample
 
main(String[]) - Static method in class org.apache.ignite.example.ml.MlPytorchQAExample
 
main(String[]) - Static method in class org.apache.ignite.example.ml.MlTensorflowSentenceEncoderExample
 
main(String[]) - Static method in class org.apache.ignite.example.near.cache.NearCacheEmbeddedExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.near.cache.NearCacheExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.serialization.SerializationExample
 
main(String[]) - Static method in class org.apache.ignite.example.sql.jdbc.SqlJdbcExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.sql.SqlApiExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.storage.PersistentPageMemoryStorageExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.storage.RocksDbStorageExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.storage.VolatilePageMemoryStorageExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.streaming.DetectFailedEntriesExample
Runs the DetectFailedEntriesExample.
main(String[]) - Static method in class org.apache.ignite.example.streaming.DistributedComputeWithReceiverExample
Runs the DistributedComputeWithReceiverExample.
main(String[]) - Static method in class org.apache.ignite.example.streaming.MultiTableDataStreamerExample
Runs the MultiTableDataStreamerExample.
main(String[]) - Static method in class org.apache.ignite.example.streaming.SingleTableDataStreamerExample
Runs the SingleTableDataStreamerExample.
main(String[]) - Static method in class org.apache.ignite.example.structures.DistributedMapExample
This example demonstrates the usage of the IgniteStructures API.
main(String[]) - Static method in class org.apache.ignite.example.table.KeyValueViewExample
Runs the KeyValueViewExample.
main(String[]) - Static method in class org.apache.ignite.example.table.KeyValueViewPojoExample
Runs the KeyValueViewPojoExample.
main(String[]) - Static method in class org.apache.ignite.example.table.MapperExample
Runs the MapperExample.
main(String[]) - Static method in class org.apache.ignite.example.table.QueryExample
 
main(String[]) - Static method in class org.apache.ignite.example.table.RecordViewExample
Runs the RecordViewExample.
main(String[]) - Static method in class org.apache.ignite.example.table.RecordViewPojoExample
Runs the RecordViewPojoExample.
main(String[]) - Static method in class org.apache.ignite.example.table.TableExample
Main method of the example.
main(String[]) - Static method in class org.apache.ignite.example.tx.TransactionsExample
Runs the TransactionsExample.
MapperExample - Class in org.apache.ignite.example.table
This example demonstrates the usage of the Mapper API with a custom TypeConverter.
MapperExample() - Constructor for class org.apache.ignite.example.table.MapperExample
 
marshal(I) - Method in class org.apache.ignite.example.ml.custom.CustomInputMarshaller
 
marshal(I) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAInputMarshaller
 
marshal(I) - Method in class org.apache.ignite.example.ml.tensorflowtranslator.TensorFlowInputMarshaller
 
marshal(List<O>) - Method in class org.apache.ignite.example.ml.custom.CustomOutputListMarshaller
 
marshal(O) - Method in class org.apache.ignite.example.ml.custom.CustomOutputMarshaller
 
marshal(O) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAOutputMarshaller
 
marshal(O) - Method in class org.apache.ignite.example.ml.tensorflowtranslator.TensorFlowOutputMarshaller
 
mlApi - Static variable in class org.apache.ignite.example.ml.MlBaseExample
 
MlBaseExample - Class in org.apache.ignite.example.ml
Base utility class for running ML inference examples in GridGain.
MlBaseExample() - Constructor for class org.apache.ignite.example.ml.MlBaseExample
 
MlBaseExample.MODE - Enum Class in org.apache.ignite.example.ml
 
MlCustomTranslatorExample - Class in org.apache.ignite.example.ml
This example demonstrates: 1.
MlCustomTranslatorExample() - Constructor for class org.apache.ignite.example.ml.MlCustomTranslatorExample
 
MlInferenceExample - Class in org.apache.ignite.example.ml
This example demonstrates: 1.
MlInferenceExample() - Constructor for class org.apache.ignite.example.ml.MlInferenceExample
 
MlPytorchQAExample - Class in org.apache.ignite.example.ml
This example demonstrates: 1.
MlPytorchQAExample() - Constructor for class org.apache.ignite.example.ml.MlPytorchQAExample
 
MlTensorflowSentenceEncoderExample - Class in org.apache.ignite.example.ml
Demonstrates running a TensorFlow-based Universal Sentence Encoder model on GridGain.
MlTensorflowSentenceEncoderExample() - Constructor for class org.apache.ignite.example.ml.MlTensorflowSentenceEncoderExample
 
ModelUtils - Class in org.apache.ignite.example.ml
Base class for ML examples with functions to 1.
ModelUtils() - Constructor for class org.apache.ignite.example.ml.ModelUtils
 
MultiTableDataStreamerExample - Class in org.apache.ignite.example.streaming
This example demonstrates how to use the streaming API to implement a receiver that processes data containing customer and address information, and updates two separate tables on the server.
MultiTableDataStreamerExample() - Constructor for class org.apache.ignite.example.streaming.MultiTableDataStreamerExample
 
MyJob - Class in org.apache.ignite.example.code.deployment
 
MyJob() - Constructor for class org.apache.ignite.example.code.deployment.MyJob
 

N

NearCacheEmbeddedExample - Class in org.apache.ignite.example.near.cache
This example demonstrates the usage of Near Cache with an embedded Ignite server node.
NearCacheEmbeddedExample() - Constructor for class org.apache.ignite.example.near.cache.NearCacheEmbeddedExample
 
NearCacheExample - Class in org.apache.ignite.example.near.cache
This example demonstrates the usage of Near Cache with a client connecting to an existing Ignite cluster.
NearCacheExample() - Constructor for class org.apache.ignite.example.near.cache.NearCacheExample
 
newInstance(Class<I>, Class<O>, Model, Map<String, ?>) - Method in class org.apache.ignite.example.ml.custom.CustomTranslatorFactory
 
newInstance(Class<I>, Class<O>, Model, Map<String, ?>) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslatorFactory
 

O

onComplete() - Method in class org.apache.ignite.example.cq.SubscriberExample
 
onError(Throwable) - Method in class org.apache.ignite.example.cq.SubscriberExample
 
onNext(TableRowEventBatch<Tuple>) - Method in class org.apache.ignite.example.cq.SubscriberExample
 
onSubscribe(Flow.Subscription) - Method in class org.apache.ignite.example.cq.SubscriberExample
 
org.apache.ignite.example.cache - package org.apache.ignite.example.cache
 
org.apache.ignite.example.client - package org.apache.ignite.example.client
 
org.apache.ignite.example.code.deployment - package org.apache.ignite.example.code.deployment
 
org.apache.ignite.example.compute - package org.apache.ignite.example.compute
 
org.apache.ignite.example.cq - package org.apache.ignite.example.cq
 
org.apache.ignite.example.ml - package org.apache.ignite.example.ml
 
org.apache.ignite.example.ml.custom - package org.apache.ignite.example.ml.custom
 
org.apache.ignite.example.ml.pytorchtranslator - package org.apache.ignite.example.ml.pytorchtranslator
 
org.apache.ignite.example.ml.tensorflowtranslator - package org.apache.ignite.example.ml.tensorflowtranslator
 
org.apache.ignite.example.near.cache - package org.apache.ignite.example.near.cache
 
org.apache.ignite.example.serialization - package org.apache.ignite.example.serialization
 
org.apache.ignite.example.sql - package org.apache.ignite.example.sql
 
org.apache.ignite.example.sql.jdbc - package org.apache.ignite.example.sql.jdbc
 
org.apache.ignite.example.storage - package org.apache.ignite.example.storage
 
org.apache.ignite.example.streaming - package org.apache.ignite.example.streaming
 
org.apache.ignite.example.structures - package org.apache.ignite.example.structures
 
org.apache.ignite.example.table - package org.apache.ignite.example.table
 
org.apache.ignite.example.tx - package org.apache.ignite.example.tx
 
org.apache.ignite.example.util - package org.apache.ignite.example.util
 

P

PartitionPersonCountJob() - Constructor for class org.apache.ignite.example.compute.ComputePartitionQueryMapReduceExample.PartitionPersonCountJob
 
performQueryAsync(Table) - Static method in class org.apache.ignite.example.table.QueryExample
 
performQueryWithoutTransaction(Table) - Static method in class org.apache.ignite.example.table.QueryExample
Demonstrates querying with an implicit transaction.
performQueryWithTransaction(IgniteClient, Table) - Static method in class org.apache.ignite.example.table.QueryExample
Demonstrates querying with an explicit transaction.
PersistentPageMemoryStorageExample - Class in org.apache.ignite.example.storage
This example demonstrates a usage of the PageMemory storage engine configured with a persistent data region.
PersistentPageMemoryStorageExample() - Constructor for class org.apache.ignite.example.storage.PersistentPageMemoryStorageExample
 
Person - Class in org.apache.ignite.example.table
Represents a Person entity with database mapping.
Person() - Constructor for class org.apache.ignite.example.table.Person
 
Person(int, String, String, int, String) - Constructor for class org.apache.ignite.example.table.Person
 
PersonCountByPartitionTask() - Constructor for class org.apache.ignite.example.compute.ComputePartitionQueryMapReduceExample.PersonCountByPartitionTask
 
PojoAutoSerializationExample - Class in org.apache.ignite.example.serialization
 
PojoAutoSerializationExample() - Constructor for class org.apache.ignite.example.serialization.PojoAutoSerializationExample
 
PojoAutoSerializationJob - Class in org.apache.ignite.example.serialization
 
PojoAutoSerializationJob() - Constructor for class org.apache.ignite.example.serialization.PojoAutoSerializationJob
 
predictAsync(JobExecutionContext, I) - Method in class org.apache.ignite.example.ml.custom.CustomBatchComputeJob
 
predictAsync(JobExecutionContext, I) - Method in class org.apache.ignite.example.ml.custom.CustomComputeJob
 
predictAsync(JobExecutionContext, I) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAComputeJob
 
predictAsync(JobExecutionContext, I) - Method in class org.apache.ignite.example.ml.tensorflowtranslator.TensorflowSentenceEncoderComputeJob
 
prepare(TranslatorContext) - Method in class org.apache.ignite.example.ml.custom.CustomTranslator
 
processInput(TranslatorContext, String[]) - Method in class org.apache.ignite.example.ml.tensorflowtranslator.SentenceEncoderTranslator
 
processInput(TranslatorContext, CustomInput) - Method in class org.apache.ignite.example.ml.custom.CustomTranslator
 
processInput(TranslatorContext, PytorchQAInput) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslator
 
processOutput(TranslatorContext, NDList) - Method in class org.apache.ignite.example.ml.custom.CustomTranslator
 
processOutput(TranslatorContext, NDList) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslator
 
processOutput(TranslatorContext, NDList) - Method in class org.apache.ignite.example.ml.tensorflowtranslator.SentenceEncoderTranslator
 
PytorchQAComputeJob<I extends org.gridgain.ml.model.MlSimpleJobParameters,O> - Class in org.apache.ignite.example.ml.pytorchtranslator
Compute job for PyTorch QA ML predictions.
PytorchQAComputeJob() - Constructor for class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAComputeJob
 
PytorchQAInput - Class in org.apache.ignite.example.ml.pytorchtranslator
Serializable wrapper for QAInput
PytorchQAInput(String, String) - Constructor for class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAInput
 
PytorchQAInputMarshaller<I extends org.gridgain.ml.model.MlJobParameters> - Class in org.apache.ignite.example.ml.pytorchtranslator
Handles serialization and deserialization for PyTorch QA jobs.
PytorchQAInputMarshaller() - Constructor for class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAInputMarshaller
 
PytorchQAOutputMarshaller<O> - Class in org.apache.ignite.example.ml.pytorchtranslator
Serializes and deserializes PyTorch QA model outputs.
PytorchQAOutputMarshaller() - Constructor for class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAOutputMarshaller
 
PytorchQATranslator - Class in org.apache.ignite.example.ml.pytorchtranslator
Translator for PyTorch-based Question Answering models.
PytorchQATranslator.Builder - Class in org.apache.ignite.example.ml.pytorchtranslator
 
PytorchQATranslatorFactory - Class in org.apache.ignite.example.ml.pytorchtranslator
Factory for creating instances of PytorchQATranslator.
PytorchQATranslatorFactory() - Constructor for class org.apache.ignite.example.ml.pytorchtranslator.PytorchQATranslatorFactory
 

Q

QueryExample - Class in org.apache.ignite.example.table
 
QueryExample() - Constructor for class org.apache.ignite.example.table.QueryExample
 

R

receive(List<Tuple>, DataStreamerReceiverContext, Void) - Method in class org.apache.ignite.example.streaming.DistributedComputeWithReceiverExample.FraudDetectorReceiver
 
receive(List<Tuple>, DataStreamerReceiverContext, Void) - Method in class org.apache.ignite.example.streaming.TwoTableReceiver
 
RecordViewExample - Class in org.apache.ignite.example.table
This example demonstrates the usage of the RecordView API.
RecordViewExample() - Constructor for class org.apache.ignite.example.table.RecordViewExample
 
RecordViewPojoExample - Class in org.apache.ignite.example.table
This example demonstrates the usage of the RecordView API with user-defined POJOs.
RecordViewPojoExample() - Constructor for class org.apache.ignite.example.table.RecordViewPojoExample
 
reduceAsync(TaskExecutionContext, Map<UUID, Long>) - Method in class org.apache.ignite.example.compute.ComputePartitionQueryMapReduceExample.PersonCountByPartitionTask
resultMarshaller() - Method in class org.apache.ignite.example.ml.custom.CustomBatchComputeJob
 
resultMarshaller() - Method in class org.apache.ignite.example.ml.custom.CustomComputeJob
 
resultMarshaller() - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAComputeJob
 
resultMarshaller() - Method in class org.apache.ignite.example.ml.tensorflowtranslator.TensorflowSentenceEncoderComputeJob
 
resultMarshaller() - Method in class org.apache.ignite.example.serialization.CustomPojoSerializationJob
 
RocksDbStorageExample - Class in org.apache.ignite.example.storage
This example demonstrates a usage of the RocksDB storage engine.
RocksDbStorageExample() - Constructor for class org.apache.ignite.example.storage.RocksDbStorageExample
 

S

SentenceEncoderTranslator - Class in org.apache.ignite.example.ml.tensorflowtranslator
 
SentenceEncoderTranslator() - Constructor for class org.apache.ignite.example.ml.tensorflowtranslator.SentenceEncoderTranslator
 
SerializationExample - Class in org.apache.ignite.example.serialization
This example demonstrates the usage of the IgniteCompute.executeAsync(org.apache.ignite.compute.JobTarget, org.apache.ignite.compute.JobDescriptor<T, R>, T) API with various serialization approaches.
SerializationExample() - Constructor for class org.apache.ignite.example.serialization.SerializationExample
 
server - Static variable in class org.apache.ignite.example.ml.MlBaseExample
 
setActive(boolean) - Method in class org.apache.ignite.example.streaming.Account
 
setAge(int) - Method in class org.apache.ignite.example.table.Person
 
setBalance(long) - Method in class org.apache.ignite.example.streaming.Account
 
setCityId(String) - Method in class org.apache.ignite.example.table.Person
 
setCompany(String) - Method in class org.apache.ignite.example.table.Person
 
setId(int) - Method in class org.apache.ignite.example.streaming.Account
 
setId(int) - Method in class org.apache.ignite.example.table.Person
 
setLength(int) - Method in class org.apache.ignite.example.serialization.JsonResult
 
setName(String) - Method in class org.apache.ignite.example.streaming.Account
 
setName(String) - Method in class org.apache.ignite.example.table.Person
 
setOriginalWord(String) - Method in class org.apache.ignite.example.serialization.JsonResult
 
setResultWord(String) - Method in class org.apache.ignite.example.serialization.JsonResult
 
setUpperCase(boolean) - Method in class org.apache.ignite.example.serialization.JsonArg
 
setWord(String) - Method in class org.apache.ignite.example.serialization.JsonArg
 
SingleTableDataStreamerExample - Class in org.apache.ignite.example.streaming
This example demonstrates how to use the streaming API to configure the data streamer, insert account records into the existing Accounts table and then delete them.
SingleTableDataStreamerExample() - Constructor for class org.apache.ignite.example.streaming.SingleTableDataStreamerExample
 
splitAsync(TaskExecutionContext, Void) - Method in class org.apache.ignite.example.compute.ComputePartitionQueryMapReduceExample.PersonCountByPartitionTask
sql - Static variable in class org.apache.ignite.example.ml.MlBaseExample
 
SqlApiExample - Class in org.apache.ignite.example.sql
Examples of using SQL API.
SqlApiExample() - Constructor for class org.apache.ignite.example.sql.SqlApiExample
 
SqlJdbcExample - Class in org.apache.ignite.example.sql.jdbc
This example demonstrates the usage of the Apache Ignite JDBC driver.
SqlJdbcExample() - Constructor for class org.apache.ignite.example.sql.jdbc.SqlJdbcExample
 
start(MlBaseExample.MODE) - Static method in class org.apache.ignite.example.ml.MlBaseExample
 
stop() - Static method in class org.apache.ignite.example.ml.MlBaseExample
 
SubscriberExample - Class in org.apache.ignite.example.cq
 
SubscriberExample() - Constructor for class org.apache.ignite.example.cq.SubscriberExample
 

T

TableExample - Class in org.apache.ignite.example.table
This example demonstrates the usage of the { @link KeyValueView} API.
TableExample() - Constructor for class org.apache.ignite.example.table.TableExample
 
TensorFlowInputMarshaller<I extends org.gridgain.ml.model.MlJobParameters> - Class in org.apache.ignite.example.ml.tensorflowtranslator
Handles serialization and deserialization of MlJobParameters for TensorFlow inference jobs.
TensorFlowInputMarshaller() - Constructor for class org.apache.ignite.example.ml.tensorflowtranslator.TensorFlowInputMarshaller
 
TensorFlowOutputMarshaller<O> - Class in org.apache.ignite.example.ml.tensorflowtranslator
Serializes and deserializes TensorFlow model outputs.
TensorFlowOutputMarshaller() - Constructor for class org.apache.ignite.example.ml.tensorflowtranslator.TensorFlowOutputMarshaller
 
TensorflowSentenceEncoderComputeJob<I extends org.gridgain.ml.model.MlSimpleJobParameters,O> - Class in org.apache.ignite.example.ml.tensorflowtranslator
Compute job for TensorFlow Sentence Encoder ML predictions.
TensorflowSentenceEncoderComputeJob() - Constructor for class org.apache.ignite.example.ml.tensorflowtranslator.TensorflowSentenceEncoderComputeJob
 
toString() - Method in class org.apache.ignite.example.ml.custom.CustomInput
 
TransactionsExample - Class in org.apache.ignite.example.tx
This example demonstrates the usage of the Ignite Transactions API.
TransactionsExample() - Constructor for class org.apache.ignite.example.tx.TransactionsExample
 
TRANSLATOR_FACTORY - Static variable in class org.apache.ignite.example.ml.MlInferenceExample
 
TupleSerializationExample - Class in org.apache.ignite.example.serialization
 
TupleSerializationExample() - Constructor for class org.apache.ignite.example.serialization.TupleSerializationExample
 
TwoTableReceiver - Class in org.apache.ignite.example.streaming
Custom receiver class that extracts data from the provided source and write it into two separate tables: Customers and Addresses
TwoTableReceiver() - Constructor for class org.apache.ignite.example.streaming.TwoTableReceiver
 

U

undeployUnit(String, String) - Static method in class org.apache.ignite.example.util.DeployComputeUnit
Undeploys the given deployment unit from the cluster and waits for it to be removed.
unmarshal(byte[]) - Method in class org.apache.ignite.example.ml.custom.CustomInputMarshaller
 
unmarshal(byte[]) - Method in class org.apache.ignite.example.ml.custom.CustomOutputListMarshaller
 
unmarshal(byte[]) - Method in class org.apache.ignite.example.ml.custom.CustomOutputMarshaller
 
unmarshal(byte[]) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAInputMarshaller
 
unmarshal(byte[]) - Method in class org.apache.ignite.example.ml.pytorchtranslator.PytorchQAOutputMarshaller
 
unmarshal(byte[]) - Method in class org.apache.ignite.example.ml.tensorflowtranslator.TensorFlowInputMarshaller
 
unmarshal(byte[]) - Method in class org.apache.ignite.example.ml.tensorflowtranslator.TensorFlowOutputMarshaller
 

V

valueOf(String) - Static method in enum class org.apache.ignite.example.ml.MlBaseExample.MODE
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.ignite.example.ml.MlBaseExample.MODE
Returns an array containing the constants of this enum class, in the order they are declared.
VolatilePageMemoryStorageExample - Class in org.apache.ignite.example.storage
This example demonstrates a usage of the PageMemory storage engine configured with an in-memory data region.
VolatilePageMemoryStorageExample() - Constructor for class org.apache.ignite.example.storage.VolatilePageMemoryStorageExample
 

W

WordPrintJob() - Constructor for class org.apache.ignite.example.compute.ComputeJobStateExample.WordPrintJob
 
A B C D E F G I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form