public class StatementResourceService extends Object
Constructor and Description |
---|
StatementResourceService(boolean partitioned) |
Modifier and Type | Method and Description |
---|---|
StatementResourceHolder |
deallocatePartitioned(int agentInstanceId) |
StatementResourceHolder |
deallocateUnpartitioned() |
StatementResourceHolder |
getPartitioned(int agentInstanceId) |
Map<Integer,StatementResourceHolder> |
getResourcesPartitioned() |
StatementResourceHolder |
getResourcesUnpartitioned() |
StatementResourceHolder |
getUnpartitioned() |
void |
setPartitioned(int agentInstanceId,
StatementResourceHolder statementResourceHolder) |
void |
setUnpartitioned(StatementResourceHolder statementResourceHolder) |
public StatementResourceHolder getResourcesUnpartitioned()
public Map<Integer,StatementResourceHolder> getResourcesPartitioned()
public StatementResourceHolder getPartitioned(int agentInstanceId)
public void setUnpartitioned(StatementResourceHolder statementResourceHolder)
public void setPartitioned(int agentInstanceId, StatementResourceHolder statementResourceHolder)
public StatementResourceHolder getUnpartitioned()
public StatementResourceHolder deallocatePartitioned(int agentInstanceId)
public StatementResourceHolder deallocateUnpartitioned()
Copyright © 2005–2018. All rights reserved.