public class SupervisorDetails extends Object
Constructor and Description |
---|
SupervisorDetails(String id,
Object meta) |
SupervisorDetails(String id,
Object meta,
Collection<Number> allPorts) |
SupervisorDetails(String id,
Object meta,
Map<String,Double> total_resources) |
SupervisorDetails(String id,
String host,
Object schedulerMeta,
Collection<Number> allPorts) |
SupervisorDetails(String id,
String host,
Object schedulerMeta,
Collection<Number> allPorts,
Map<String,Double> total_resources) |
SupervisorDetails(String id,
String host,
Object meta,
Object schedulerMeta,
Collection<Number> allPorts,
Map<String,Double> total_resources) |
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
getAllPorts() |
String |
getHost() |
String |
getId() |
Object |
getMeta() |
Object |
getSchedulerMeta() |
Double |
getTotalCPU() |
Double |
getTotalMemory() |
public SupervisorDetails(String id, String host, Object meta, Object schedulerMeta, Collection<Number> allPorts, Map<String,Double> total_resources)
public SupervisorDetails(String id, Object meta, Map<String,Double> total_resources)
public SupervisorDetails(String id, Object meta, Collection<Number> allPorts)
public SupervisorDetails(String id, String host, Object schedulerMeta, Collection<Number> allPorts)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.