Interface OqlQueryExecutor

All Known Implementing Classes:
TemplateBasedOqlQueryExecutor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OqlQueryExecutor
A Strategy interface for executing Apache Geode OQL queries (e.g. SELECT statements).
Since:
2.4.0
Author:
John Blum
See Also: