public static interface Protos.TaskResourceLimitationOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.Resource |
getResources(int index)
This field contains the resource whose limits were violated.
|
int |
getResourcesCount()
This field contains the resource whose limits were violated.
|
java.util.List<Protos.Resource> |
getResourcesList()
This field contains the resource whose limits were violated.
|
Protos.ResourceOrBuilder |
getResourcesOrBuilder(int index)
This field contains the resource whose limits were violated.
|
java.util.List<? extends Protos.ResourceOrBuilder> |
getResourcesOrBuilderList()
This field contains the resource whose limits were violated.
|
java.util.List<Protos.Resource> getResourcesList()
This field contains the resource whose limits were violated. NOTE: 'Resources' is used here because the resource may span multiple roles (e.g. `"mem(*):1;mem(role):2"`).
repeated .mesos.Resource resources = 1;
Protos.Resource getResources(int index)
This field contains the resource whose limits were violated. NOTE: 'Resources' is used here because the resource may span multiple roles (e.g. `"mem(*):1;mem(role):2"`).
repeated .mesos.Resource resources = 1;
int getResourcesCount()
This field contains the resource whose limits were violated. NOTE: 'Resources' is used here because the resource may span multiple roles (e.g. `"mem(*):1;mem(role):2"`).
repeated .mesos.Resource resources = 1;
java.util.List<? extends Protos.ResourceOrBuilder> getResourcesOrBuilderList()
This field contains the resource whose limits were violated. NOTE: 'Resources' is used here because the resource may span multiple roles (e.g. `"mem(*):1;mem(role):2"`).
repeated .mesos.Resource resources = 1;
Protos.ResourceOrBuilder getResourcesOrBuilder(int index)
This field contains the resource whose limits were violated. NOTE: 'Resources' is used here because the resource may span multiple roles (e.g. `"mem(*):1;mem(role):2"`).
repeated .mesos.Resource resources = 1;