public class PartitionParameterNode extends PartitionSingleNode
tbl| Constructor and Description |
|---|
PartitionParameterNode(PartitionTable tbl,
PartitionResolver partRslvr,
int idx,
int type,
PartitionParameterType clientType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
applySingle(PartitionClientContext cliCtx,
Object... args)
Apply arguments and get single partition.
|
PartitionParameterType |
clientType() |
boolean |
constant() |
String |
toString() |
int |
type() |
int |
value() |
apply, cacheName, equals, hashCode, joinGroup, tableclone, finalize, getClass, notify, notifyAll, wait, wait, waitoptimizepublic PartitionParameterNode(PartitionTable tbl, PartitionResolver partRslvr, int idx, int type, PartitionParameterType clientType)
tbl - Table descriptor.partRslvr - Partition resolver.idx - Parameter index.type - Parameter data type.clientType - Mapped parameter type to be used by thin clients.public Integer applySingle(PartitionClientContext cliCtx, Object... args) throws IgniteCheckedException
applySingle in class PartitionSingleNodecliCtx - Client context.args - Arguments.null if failed.IgniteCheckedExceptionpublic boolean constant()
constant in class PartitionSingleNodeTrue if constant, false if argument.public int value()
value in class PartitionSingleNodepublic int type()
public PartitionParameterType clientType()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021