public final class ResourceAllocationEventImpl extends Object implements ResourceAllocationEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceAllocationEventImpl.Builder
Builder used to create ResourceAllocationEvent instances.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
String |
getNodeId() |
int |
getResourceMemory() |
Optional<Integer> |
getVirtualCores() |
static ResourceAllocationEventImpl.Builder |
newBuilder() |
public String getIdentifier()
getIdentifier in interface ResourceAllocationEventpublic int getResourceMemory()
getResourceMemory in interface ResourceAllocationEventpublic String getNodeId()
getNodeId in interface ResourceAllocationEventpublic Optional<Integer> getVirtualCores()
getVirtualCores in interface ResourceAllocationEventpublic static ResourceAllocationEventImpl.Builder newBuilder()
Copyright © 2015 The Apache Software Foundation. All rights reserved.