Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resolveReleasedVersions
Method · 0.80
testVersion
Method · 0.80
testSysNodesVersionFromMultipleNodes
Method · 0.80
testVersion
Method · 0.80
SysNodesTableInfo
Class · 0.80
formatVersion
Method · 0.80
writeJSON
Method · 0.80
main
Method · 0.80
logVersion
Method · 0.80
Calls
no outgoing calls
Tested by
4
resolveReleasedVersions
Method · 0.64
testVersion
Method · 0.64
testSysNodesVersionFromMultipleNodes
Method · 0.64
testVersion
Method · 0.64