public class ComponentInformation extends Object
This is sent in REST calls as a JSON object —but is also marshalled into
a protobuf structure. Look at RestTypeMarshalling
for the specifics there.
This means that if any fields are added here. they must be added to
src/main/proto/SliderClusterMessages.proto and
the protobuf structures rebuilt via a mvn generate-sources -Pcompile-protobuf
See also RoleStatus.serialize()
| Modifier and Type | Field and Description |
|---|---|
int |
actual |
int |
completed |
List<String> |
containers |
int |
desired |
int |
failed |
int |
failedRecently |
String |
failureMessage |
boolean |
isAARequestOutstanding |
String |
name |
int |
nodeFailed |
int |
pendingAntiAffineRequestCount |
int |
placementPolicy |
int |
preempted |
int |
priority |
int |
releasing |
int |
requested |
int |
started |
int |
startFailed |
int |
totalRequested |
| Constructor and Description |
|---|
ComponentInformation() |
public String name
public int priority
public int desired
public int actual
public int releasing
public int placementPolicy
public int requested
public int failed
public int started
public int startFailed
public int completed
public int totalRequested
public int nodeFailed
public int failedRecently
public int preempted
public int pendingAntiAffineRequestCount
public boolean isAARequestOutstanding
public String failureMessage
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.