Package org.infinispan.api.sync
Interface SyncQueryResult<R>
- All Superinterfaces:
AutoCloseable
- Since:
- 14.0
-
Method Details
-
hitCount
OptionalLong hitCount() -
results
CloseableIterable<R> results() -
close
void close()- Specified by:
closein interfaceAutoCloseable
-