public static class SQLSession.ExtendedQueryStatus<Q extends ExtendedQuery> extends Object
| Constructor and Description |
|---|
ExtendedQueryStatus(Q query,
Operation operation,
SQLCommandType type) |
ExtendedQueryStatus(Q query,
Operation operation,
SQLCommandType type,
boolean toProcess,
List<Integer> involvedBackends) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getInvolvedBackends() |
Operation |
getOperation() |
Q |
getQuery() |
SQLCommandType |
getType() |
boolean |
isProcessed() |
boolean |
isToProcess() |
boolean |
release() |
void |
retain() |
void |
setInvolvedBackends(List<Integer> involvedBackends) |
void |
setProcessed(boolean processed) |
public ExtendedQueryStatus(Q query, Operation operation, SQLCommandType type)
public ExtendedQueryStatus(Q query, Operation operation, SQLCommandType type, boolean toProcess, List<Integer> involvedBackends)
public Q getQuery()
public Operation getOperation()
public SQLCommandType getType()
public boolean isToProcess()
public boolean isProcessed()
public void setProcessed(boolean processed)
public void retain()
public boolean release()
Copyright © 2017 The CLARUS Consortium. All rights reserved.