Skip to content

Commit

Permalink
IGNITE-23398 Class SpiQuery is marked as DEPRECATED. (#11624)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladnovoren authored Oct 29, 2024
1 parent dd86f44 commit afe24be
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@
* Query to be used by {@link IndexingSpi} implementations.
*
* @see IgniteCache#query(Query)
* @see ScanQuery
* @see SqlFieldsQuery
* @see IndexQuery
*
* @deprecated Use {@link ScanQuery}, {@link SqlFieldsQuery}, {@link IndexQuery} instead.
*/
@Deprecated
public final class SpiQuery<K, V> extends Query<Cache.Entry<K, V>> {
/** */
private static final long serialVersionUID = 0L;
Expand Down

0 comments on commit afe24be

Please sign in to comment.