Package org.apache.ignite.table.criteria
Class Parameter<T>
java.lang.Object
org.apache.ignite.table.criteria.Parameter<T>
- Type Parameters:
T
- Parameter type.
- All Implemented Interfaces:
Criteria
Represents a parameter for criteria query.
-
Method Summary
Modifier and TypeMethodDescription<C> void
accept
(CriteriaVisitor<C> v, C context) Accept the visitor with the given context.getValue()
Gets parameter value.