*/
private void mapDroppedAndDisabledPartitions(Cluster cluster,
ResourceAssignment resourceAssignment, ResourceCurrentState currentStateOutput,
StateModelDefinition stateModelDef) {
// get the total partition set: mapped and current state
ResourceId resourceId = resourceAssignment.getResourceId();
Set<PartitionId> mappedPartitions = Sets.newHashSet();
mappedPartitions.addAll(currentStateOutput.getCurrentStateMappedPartitions(resourceId));
mappedPartitions.addAll(resourceAssignment.getMappedPartitionIds());
for (PartitionId partitionId : mappedPartitions) {
// for each partition, get the dropped and disabled mappings