Package | Description |
---|---|
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
WorkerResources |
WorkerResources.deepCopy() |
WorkerResources |
LocalAssignment.get_resources() |
Modifier and Type | Method and Description |
---|---|
Map<NodeInfo,WorkerResources> |
Assignment.get_worker_resources() |
Modifier and Type | Method and Description |
---|---|
int |
WorkerResources.compareTo(WorkerResources other) |
boolean |
WorkerResources.equals(WorkerResources that) |
void |
Assignment.put_to_worker_resources(NodeInfo key,
WorkerResources val) |
void |
LocalAssignment.set_resources(WorkerResources resources) |
Modifier and Type | Method and Description |
---|---|
void |
Assignment.set_worker_resources(Map<NodeInfo,WorkerResources> worker_resources) |
Constructor and Description |
---|
WorkerResources(WorkerResources other)
Performs a deep copy on other.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.