package com.cloudera.flume.util;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import com.cloudera.flume.conf.FlumeConfigData;
import com.cloudera.flume.master.Command;
import com.cloudera.flume.master.CommandStatus;
import com.cloudera.flume.master.StatusManager;
public boolean isFailure(
long cmdid)
throws IOException;
public boolean isSuccess(
long cmdid)
throws IOException;
public long submit(Command command)
throws IOException;
throws IOException;
public Map<String, FlumeConfigData>
getConfigs()
throws IOException;
public Map<String, List<String>>
getMappings(String physicalNode)
throws IOException;
public boolean hasCmdId(
long cmdid)
throws IOException;
}