Uses of Record Class
com.loomcache.common.protocol.ScanResult
Packages that use ScanResult
-
Uses of ScanResult in com.loomcache.client
Methods in com.loomcache.client that return ScanResultModifier and TypeMethodDescriptionLoomMap.scan(long cursor) Scans the map using cursor-based iteration (Redis-like SCAN).Scans the map using cursor-based iteration with a glob pattern filter.Scans the map using cursor-based iteration with full control.LoomSet.scan(long cursor) Scans the set using cursor-based iteration (Redis-like SCAN).Scans the set using cursor-based iteration with a glob pattern filter.Scans the set using cursor-based iteration with full control.LoomClient.setScan(long cursor) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ScanResult in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return ScanResultModifier and TypeMethodDescriptionScan the map with cursor-based iteration (Redis-like SCAN).Scan the set with cursor-based iteration (Redis-like SCAN).
LoomClient.setScan(String, long, String, int)with explicit set name