public abstract class QueryProxyActionInfo extends CommonProxyActionInfo
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
_devLogger |
protected Object |
_query |
protected ObjectType |
_queryObjectType |
boolean |
isSqlQuery |
ITemplatePacket |
queryPacket |
modifiers, txn
Modifier | Constructor and Description |
---|---|
protected |
QueryProxyActionInfo(ISpaceProxy spaceProxy,
Object query,
Transaction txn,
int modifiers,
boolean requiresOperationId) |
protected |
QueryProxyActionInfo(ISpaceProxy spaceProxy,
Object query,
Transaction txn,
int modifiers,
boolean requiresOperationId,
boolean supportIdsQuery) |
protected |
QueryProxyActionInfo(ISpaceProxy spaceProxy,
Transaction txn,
int modifiers) |
Modifier and Type | Method and Description |
---|---|
AbstractProjectionTemplate |
clearProjectionTemplate() |
QueryProxyActionInfo |
clone() |
Object |
getQuery() |
protected void |
setFifoIfNeeded(ISpaceProxy spaceProxy) |
protected boolean |
verifyLogScannedEntriesCountParams(long timeout) |
initOperationId, requireTransactionForMVCC, toEntryPacket, validateReadModifiers
protected static final org.slf4j.Logger _devLogger
protected Object _query
protected final ObjectType _queryObjectType
public ITemplatePacket queryPacket
public final boolean isSqlQuery
protected QueryProxyActionInfo(ISpaceProxy spaceProxy, Transaction txn, int modifiers)
protected QueryProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean requiresOperationId)
protected QueryProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean requiresOperationId, boolean supportIdsQuery)
public QueryProxyActionInfo clone()
clone
in class CommonProxyActionInfo
protected void setFifoIfNeeded(ISpaceProxy spaceProxy)
public AbstractProjectionTemplate clearProjectionTemplate()
public Object getQuery()
protected boolean verifyLogScannedEntriesCountParams(long timeout)
Copyright © GigaSpaces.