backtype.storm.scheduler
Class SupervisorDetails
java.lang.Object
backtype.storm.scheduler.SupervisorDetails
public class SupervisorDetails
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SupervisorDetails
public SupervisorDetails(String id,
Object meta)
SupervisorDetails
public SupervisorDetails(String id,
Object meta,
Collection<Number> allPorts)
SupervisorDetails
public SupervisorDetails(String id,
String host,
Object schedulerMeta,
Collection<Number> allPorts)
getId
public String getId()
getHost
public String getHost()
getMeta
public Object getMeta()
getAllPorts
public Set<Integer> getAllPorts()
getSchedulerMeta
public Object getSchedulerMeta()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.