backtype.storm.scheduler
Class SupervisorDetails

java.lang.Object
  extended by backtype.storm.scheduler.SupervisorDetails

public class SupervisorDetails
extends Object


Constructor Summary
SupervisorDetails(String id, Object meta)
           
SupervisorDetails(String id, Object meta, Collection<Number> allPorts)
           
SupervisorDetails(String id, String host, Object schedulerMeta, Collection<Number> allPorts)
           
 
Method Summary
 Set<Integer> getAllPorts()
           
 String getHost()
           
 String getId()
           
 Object getMeta()
           
 Object getSchedulerMeta()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.