Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This endpoint allows you to interact with an IgniteCache Ignite Cache:

Code Block
ignite:cache:cacheName?option1=value1&option2=value2...

...

This endpoint allows you to run compute operations on the cluster by passing in an IgniteCallable, an IgniteRunnable, an IgniteClosure, or collections of them, along with their parameters if necessary. 

...

 The Ignite Messaging endpoint allows you to send and consume messages from an Ignite topic.

Code Block
ignite:messaging:topicName?option1=value1&option2=value2...

...

The compute operation to perform.

Possible values: CALL, BROADCAST, APPLY, EXECUTE, RUN, AFFINITY_CALL, AFFINITY_RUN.The name for the IgniteCompute instances produced by this endpoint
OptionTypeDefault valueDescriptionCompulsoryConsumer/producer

executionType

IgniteComputeExecutionType enum

---YProducer

clusterGroupExpression

ClusterGroupExpression
---

An expression that returns the Cluster Group for the IgniteCompute IgniteMessaging instance.

NConsumer and Producer

taskNamesendMode

String
---The task name, only used when performing the EXECUTE if a ComputeTask is not passed in the payload.NProducer

computeName

String
---

IgniteMessagingSendMode enum

UNORDERED

The send mode to use.

Possible values: UNORDERED, ORDERED.

NProducer

timeoutMillistimeout

Long

---

The timeout for the compute jobsend operation when using ordered messages.

NProducer

Ignite Events endpoint

The Ignite Events endpoint allows you to receive events from the Ignite cluster by creating a local event listener.

...

The Ignite Sets endpoint allows you to interact with Ignite Set data structures.

Code Block
ignite:sets:setName?option1=value1&option2=value2...

...

The Ignite Queue endpoint allows you to interact with Ignite Queue data structures.

Code Block
ignite:queue:queueName?option1=value1&option2=value2...

...

The Ignite ID Generator endpoint allows you to interact with Ignite Atomic Sequences and ID Generators.

Code Block
ignite:idgen:sequenceName?option1=value1&option2=value2...

...