Class QueryProxyActionInfo

java.lang.Object
com.gigaspaces.internal.client.spaceproxy.actioninfo.CommonProxyActionInfo
com.gigaspaces.internal.client.spaceproxy.actioninfo.QueryProxyActionInfo
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AggregateProxyActionInfo, ChangeProxyActionInfo, CountClearProxyActionInfo, NotifyProxyActionInfo, ReadTakeMultipleProxyActionInfo, ReadTakeProxyActionInfo, SnapshotProxyActionInfo

public abstract class QueryProxyActionInfo extends CommonProxyActionInfo
SubAction that contains most Action parameters and implements ParamProxyAction for access.
Since:
6.0
Version:
1.0
Author:
Mordy Arnon Gigaspaces.com
  • Field Details

    • _devLogger

      protected static final org.slf4j.Logger _devLogger
    • _query

      protected Object _query
    • _queryObjectType

      protected final ObjectType _queryObjectType
    • queryPacket

      public ITemplatePacket queryPacket
    • isSqlQuery

      public final boolean isSqlQuery
  • Constructor Details

    • QueryProxyActionInfo

      protected QueryProxyActionInfo(ISpaceProxy spaceProxy, Transaction txn, int modifiers)
    • QueryProxyActionInfo

      protected QueryProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean requiresOperationId)
    • QueryProxyActionInfo

      protected QueryProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean requiresOperationId, boolean supportIdsQuery)
  • Method Details