public interface PartitionNode
| Modifier and Type | Method and Description |
|---|---|
Collection<Integer> |
apply(@Nullable PartitionClientContext cliCtx,
Object... args)
Get partitions.
|
String |
cacheName() |
int |
joinGroup() |
default PartitionNode |
optimize()
Try optimizing partition nodes into a simpler form.
|
Collection<Integer> apply(@Nullable @Nullable PartitionClientContext cliCtx, Object... args) throws IgniteCheckedException
cliCtx - Thin client context (optional).args - Query arguments.IgniteCheckedException - If failed.int joinGroup()
String cacheName()
PartitionSingleNode
during PartitionNode tree traversal. This method is intended to be used within the Jdbc thin client.default PartitionNode optimize()
this if optimization failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021