Interface ResourceIDRetrievable
-
- All Known Implementing Classes:
KubernetesWorkerNode
,ResourceID
,SlotID
,YarnWorkerNode
public interface ResourceIDRetrievable
An interface to retrieve the ResourceID of an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceID
getResourceID()
Gets the ResourceID of the object.
-
-
-
Method Detail
-
getResourceID
ResourceID getResourceID()
Gets the ResourceID of the object.
-
-