@PublicEvolving public class SlotSharingGroup extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SlotSharingGroup.Builder
Builder for the
SlotSharingGroup . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Optional<Double> |
getCpuCores() |
Map<String,Double> |
getExternalResources() |
Optional<MemorySize> |
getManagedMemory() |
String |
getName() |
Optional<MemorySize> |
getTaskHeapMemory() |
Optional<MemorySize> |
getTaskOffHeapMemory() |
int |
hashCode() |
static SlotSharingGroup.Builder |
newBuilder(String name) |
public String getName()
public Optional<MemorySize> getManagedMemory()
public Optional<MemorySize> getTaskHeapMemory()
public Optional<MemorySize> getTaskOffHeapMemory()
public static SlotSharingGroup.Builder newBuilder(String name)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.