Package org.infinispan.query.impl
Interface CustomQueryCommand
-
- All Superinterfaces:
org.infinispan.commands.remote.CacheRpcCommand
,ReplicableCommand
- All Known Implementing Classes:
AbstractUpdateCommand
,AffinityUpdateCommand
,ClusteredQueryCommand
,IndexUpdateCommand
,IndexUpdateStreamCommand
public interface CustomQueryCommand extends org.infinispan.commands.remote.CacheRpcCommand
Custom commands from the Query module should implement this interface to fetch needed components.- Author:
- Sanne Grinovero <sanne@hibernate.org> (C) 2012 Red Hat Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCacheManager(EmbeddedCacheManager cm)
-
Methods inherited from interface org.infinispan.commands.remote.CacheRpcCommand
getCacheName, getOrigin, setOrigin
-
Methods inherited from interface org.infinispan.commands.ReplicableCommand
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, perform, readFrom, writeTo
-
-
-
-
Method Detail
-
setCacheManager
void setCacheManager(EmbeddedCacheManager cm)
-
-