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
SubAction that contains most Action parameters and implements ParamProxyAction for access.
- Since:
- 6.0
- Version:
- 1.0
- Author:
- Mordy Arnon Gigaspaces.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.slf4j.Loggerprotected Objectprotected final ObjectTypefinal booleanFields inherited from class com.gigaspaces.internal.client.spaceproxy.actioninfo.CommonProxyActionInfo
modifiers, txn -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQueryProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean requiresOperationId) protectedQueryProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean requiresOperationId, boolean supportIdsQuery) protectedQueryProxyActionInfo(ISpaceProxy spaceProxy, Transaction txn, int modifiers) -
Method Summary
Modifier and TypeMethodDescriptionclone()getQuery()protected voidsetFifoIfNeeded(ISpaceProxy spaceProxy) protected booleanverifyLogScannedEntriesCountParams(long timeout) Methods inherited from class com.gigaspaces.internal.client.spaceproxy.actioninfo.CommonProxyActionInfo
initOperationId, requireTransactionForMVCC, toEntryPacket, validateReadModifiers
-
Field Details
-
_devLogger
protected static final org.slf4j.Logger _devLogger -
_query
-
_queryObjectType
-
queryPacket
-
isSqlQuery
public final boolean isSqlQuery
-
-
Constructor Details
-
QueryProxyActionInfo
-
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
-
clone
- Overrides:
clonein classCommonProxyActionInfo
-
setFifoIfNeeded
-
clearProjectionTemplate
-
getQuery
-
verifyLogScannedEntriesCountParams
protected boolean verifyLogScannedEntriesCountParams(long timeout)
-