Class Substitute_RestClient
- java.lang.Object
-
- io.quarkus.elasticsearch.restclient.common.runtime.graal.Substitute_RestClient
-
final class Substitute_RestClient extends Object
BasicAuthCacheused in theRestClientis using serialization which is not supported by GraalVM.We substitute it with an implementation which does not use serialization.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classSubstitute_RestClient.DeadHostState(package private) static classSubstitute_RestClient.NodeTuple<T>
-
Constructor Summary
Constructors Constructor Description Substitute_RestClient()
-
-
-
Method Detail
-
setNodes
public void setNodes(Collection<org.elasticsearch.client.Node> nodes)
-
-