Package com.alipay.bluewhale.core.callback.impl

Source Code of com.alipay.bluewhale.core.callback.impl.ActiveTransitionCallback

package com.alipay.bluewhale.core.callback.impl;

import com.alipay.bluewhale.core.callback.BaseCallback;
import com.alipay.bluewhale.core.cluster.StormStatus;
import com.alipay.bluewhale.core.daemon.StatusType;
/**
* ��topology��״̬����Ϊactive״̬
*
*/
public class ActiveTransitionCallback extends BaseCallback {

  @Override
  public <T> Object execute(T... args) {
   
    return new StormStatus(StatusType.active);
  }

}
TOP

Related Classes of com.alipay.bluewhale.core.callback.impl.ActiveTransitionCallback

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.