Uses of Class
org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsResponse
-
Packages that use ClusterGetSettingsResponse Package Description org.elasticsearch.action.admin.cluster.settings org.elasticsearch.client -
-
Uses of ClusterGetSettingsResponse in org.elasticsearch.action.admin.cluster.settings
Methods in org.elasticsearch.action.admin.cluster.settings that return ClusterGetSettingsResponse Modifier and Type Method Description static ClusterGetSettingsResponseClusterGetSettingsResponse. fromXContent(XContentParser parser) -
Uses of ClusterGetSettingsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClusterGetSettingsResponse Modifier and Type Method Description ClusterGetSettingsResponseClusterClient. getSettings(ClusterGetSettingsRequest clusterGetSettingsRequest, RequestOptions options)Get the cluster wide settings using the Cluster Get Settings API.Method parameters in org.elasticsearch.client with type arguments of type ClusterGetSettingsResponse Modifier and Type Method Description CancellableClusterClient. getSettingsAsync(ClusterGetSettingsRequest clusterGetSettingsRequest, RequestOptions options, ActionListener<ClusterGetSettingsResponse> listener)Asynchronously get the cluster wide settings using the Cluster Get Settings API.
-