
public class OrientGraphCommand extends Object implements OCommandRequest
| Constructor and Description |
|---|
OrientGraphCommand(OrientBaseGraph iGraph,
OCommandRequest iCommand) |
| Modifier and Type | Method and Description |
|---|---|
<RET> RET |
execute(Object... iArgs) |
OCommandContext |
getContext() |
String |
getFetchPlan() |
int |
getLimit() |
OCommandContext.TIMEOUT_STRATEGY |
getTimeoutStrategy() |
long |
getTimeoutTime() |
boolean |
isIdempotent() |
OCommandRequest |
setContext(OCommandContext iContext) |
<RET extends OCommandRequest> |
setFetchPlan(String iFetchPlan) |
OCommandRequest |
setLimit(int iLimit) |
void |
setTimeout(long timeout,
OCommandContext.TIMEOUT_STRATEGY strategy) |
void |
setUseCache(boolean iUseCache) |
public OrientGraphCommand(OrientBaseGraph iGraph, OCommandRequest iCommand)
public <RET> RET execute(Object... iArgs)
execute in interface OCommandRequestpublic int getLimit()
getLimit in interface OCommandRequestpublic OCommandRequest setLimit(int iLimit)
setLimit in interface OCommandRequestpublic long getTimeoutTime()
getTimeoutTime in interface OCommandRequestpublic OCommandContext.TIMEOUT_STRATEGY getTimeoutStrategy()
getTimeoutStrategy in interface OCommandRequestpublic void setTimeout(long timeout,
OCommandContext.TIMEOUT_STRATEGY strategy)
setTimeout in interface OCommandRequestpublic boolean isIdempotent()
isIdempotent in interface OCommandRequestpublic String getFetchPlan()
getFetchPlan in interface OCommandRequestpublic <RET extends OCommandRequest> RET setFetchPlan(String iFetchPlan)
setFetchPlan in interface OCommandRequestpublic void setUseCache(boolean iUseCache)
setUseCache in interface OCommandRequestpublic OCommandContext getContext()
getContext in interface OCommandRequestpublic OCommandRequest setContext(OCommandContext iContext)
setContext in interface OCommandRequestCopyright © 2009–2016 OrientDB. All rights reserved.