}
private Map<String, Map<String, String>> getMapping(final Map<String, List<String>> listResult) {
final Map<PartitionId, Map<ParticipantId, State>> mapResult =
new HashMap<PartitionId, Map<ParticipantId, State>>();
ClusterId clusterId = ClusterId.from("clusterId");
ClusterConfig.Builder clusterConfigBuilder =
new ClusterConfig.Builder(clusterId).addStateModelDefinition(_stateModelDef);
for (State state : _stateModelDef.getTypedStatesPriorityList()) {
clusterConfigBuilder.addStateUpperBoundConstraint(Scope.cluster(clusterId),
_stateModelDef.getStateModelDefId(), state,