Class ClusteredQueryCommand

  • All Implemented Interfaces:
    org.infinispan.commands.remote.CacheRpcCommand, ReplicableCommand, CustomQueryCommand

    public final class ClusteredQueryCommand
    extends org.infinispan.commands.remote.BaseRpcCommand
    implements CustomQueryCommand
    Encapsulates all rpc calls for distributed queries actions.

    This class is public so it can be used by other internal Infinispan packages but should not be considered part of a public API.

    Since:
    5.1
    Author:
    Israel Lacerra <israeldl@gmail.com>
    • Constructor Detail

      • ClusteredQueryCommand

        public ClusteredQueryCommand​(ByteString cacheName)
        For CommandFactory only. To create a ClusteredQueryCommand, use createLazyIterator(), destroyLazyQuery(), getResultSize() or retrieveKeyFromLazyQuery()