@Internal public interface ClusterClientProvider<T>
ClusterClients
.Modifier and Type | Method and Description |
---|---|
ClusterClient<T> |
getClusterClient()
Creates and returns a new
ClusterClient . |
ClusterClient<T> getClusterClient()
ClusterClient
. The returned client needs to be closed via
ClusterClient.close()
after use.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.