Package org.infinispan.server.core
Interface QueryFacade
-
public interface QueryFacade
Query facade- Since:
- 9.0
- Author:
- Galder ZamarreƱo, wburns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
query(AdvancedCache<byte[],byte[]> cache, byte[] query)
-
-
-
Method Detail
-
query
byte[] query(AdvancedCache<byte[],byte[]> cache, byte[] query)
-
-