MCPcopy Create free account
hub / github.com/apache/cloudstack / toString

Method toString

server/src/main/java/com/cloud/ha/HaWorkVO.java:201–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 @Override
202 public String toString() {
203 return new StringBuilder("HAWork[").append(id)
204 .append("-")
205 .append(workType)
206 .append("-")
207 .append(instanceId)
208 .append("-")
209 .append(previousState)
210 .append("-")
211 .append(step)
212 .append("]")
213 .toString();
214 }
215
216 public HighAvailabilityManager.ReasonType getReasonType() {
217 return reasonType;

Callers 15

scheduleDestroyMethod · 0.95
jquery.jsFile · 0.45
ajaxviewer.jsFile · 0.45
bigIntToU8ArrayFunction · 0.45
u8ArrayToBigIntFunction · 0.45
_configureDecoderMethod · 0.45
getSettingFunction · 0.45
serverVerifyFunction · 0.45
setupMethod · 0.45
setupMethod · 0.45

Calls 1

appendMethod · 0.45