MCPcopy Create free account
hub / github.com/crate/crate / Node

Method Node

server/src/main/java/org/elasticsearch/node/Node.java:287–289  ·  view source on GitHub ↗
(Environment environment)

Source from the content-addressed store, hash-verified

285 private final NodeService nodeService;
286
287 public Node(Environment environment) {
288 this(environment, Collections.emptyList());
289 }
290
291 /**
292 * Constructs a node

Callers

nothing calls this directly

Calls 15

builderMethod · 0.95
jvmInfoMethod · 0.95
logVersionMethod · 0.95
loadMethod · 0.95
setPossibleRolesMethod · 0.95
assertEquivalentMethod · 0.95
terminateMethod · 0.95
buildersMethod · 0.95
getClusterSettingsMethod · 0.95
ofMethod · 0.95
getClusterSettingsMethod · 0.95

Tested by

no test coverage detected