MCPcopy Create free account
hub / github.com/apache/storm / scheme

Method scheme

storm-client/src/jvm/org/apache/storm/generated/NodeInfo.java:543–545  ·  view source on GitHub ↗
(org.apache.storm.thrift.protocol.TProtocol proto)

Source from the content-addressed store, hash-verified

541 }
542
543 private static <S extends org.apache.storm.thrift.scheme.IScheme> S scheme(org.apache.storm.thrift.protocol.TProtocol proto) {
544 return (org.apache.storm.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCHEME_FACTORY).getScheme();
545 }
546}
547

Callers 2

readMethod · 0.95
writeMethod · 0.95

Calls 2

getSchemeMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected