}
@Override
public ApiBulkCommandList hdfsBootstrapStandByCommand(ApiRoleNameList strings) {
System.out.println("calling " + this.getClass().getInterfaces()[0].getName() + "#" + Thread.currentThread().getStackTrace()[1].getMethodName());
ApiBulkCommandList commands = new ApiBulkCommandList();
ApiCommand command = new ApiCommand();
command.setName("bootstrap standby namenode");
command.setId(1L);
commands.add(command);
return commands;
}