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

Method isSnapshot

server/src/main/java/org/elasticsearch/Version.java:470–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

468 }
469
470 public boolean isSnapshot() {
471 return isSnapshot;
472 }
473
474 public boolean after(Version version) {
475 return version.internalId < internalId;

Callers 9

testVersionMethod · 0.80
testVersionMethod · 0.80
SysNodesTableInfoClass · 0.80
formatVersionMethod · 0.80
writeJSONMethod · 0.80
mainMethod · 0.80
logVersionMethod · 0.80

Calls

no outgoing calls

Tested by 4

testVersionMethod · 0.64
testVersionMethod · 0.64