MCPcopy Index your code
hub / github.com/OpenTSDB/async / stateString

Method stateString

src/Deferred.java:1436–1444  ·  view source on GitHub ↗
(final int state)

Source from the content-addressed store, hash-verified

1434 }
1435
1436 private static String stateString(final int state) {
1437 switch (state) {
1438 case PENDING: return "PENDING";
1439 case RUNNING: return "RUNNING";
1440 case PAUSED: return "PAUSED";
1441 case DONE: return "DONE";
1442 }
1443 throw new AssertionError("Should never be here. WTF: state=" + state);
1444 }
1445
1446}

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected