Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crate/crate
/ state
Method
state
server/src/main/java/org/elasticsearch/client/Client.java:65–65 ·
view source on GitHub ↗
(final ClusterStateRequest request)
Source
from the content-addressed store, hash-verified
63
}
64
65
default CompletableFuture<ClusterStateResponse> state(
final
ClusterStateRequest request) {
66
return
execute(TransportClusterState.ACTION, request);
67
}
68
Callers
15
ensureClusterStateConsistency
Method · 0.95
getMasterName
Method · 0.95
test_getRemoteClusterState_upgrades_indexMetadata
Method · 0.95
getRemoteClusterState
Method · 0.95
doReferenceResolveTest
Method · 0.65
Builder
Method · 0.65
addNodesToClusterState
Method · 0.65
publishInitialClusterState
Method · 0.65
addTable
Method · 0.65
startShards
Method · 0.65
failShards
Method · 0.65
closeTable
Method · 0.65
Implementers
3
PgClient
server/src/main/java/io/crate/protocol
NodeClient
server/src/main/java/org/elasticsearch
SniffRemoteClient
server/src/main/java/org/elasticsearch
Calls
no outgoing calls
Tested by
15
ensureClusterStateConsistency
Method · 0.76
getMasterName
Method · 0.76
test_getRemoteClusterState_upgrades_indexMetadata
Method · 0.76
doReferenceResolveTest
Method · 0.52
Builder
Method · 0.52
addNodesToClusterState
Method · 0.52
publishInitialClusterState
Method · 0.52
addTable
Method · 0.52
startShards
Method · 0.52
failShards
Method · 0.52
closeTable
Method · 0.52
addView
Method · 0.52