Class DefaultReactiveClusterOperations
java.lang.Object
org.springframework.data.elasticsearch.client.erhlc.DefaultReactiveClusterOperations
- All Implemented Interfaces:
ReactiveClusterOperations
@Deprecated
public class DefaultReactiveClusterOperations
extends Object
implements ReactiveClusterOperations
Deprecated.
since 5.0
Default implementation of
ReactiveClusterOperations
using the ReactiveElasticsearchOperations
.- Since:
- 4.2
- Author:
- Peter-Josef Meisch
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClusterHealth>
health()
Deprecated.get the cluster's health status.
-
Constructor Details
-
DefaultReactiveClusterOperations
Deprecated.
-
-
Method Details
-
health
Deprecated.Description copied from interface:ReactiveClusterOperations
get the cluster's health status.- Specified by:
health
in interfaceReactiveClusterOperations
- Returns:
- a Mono emitting the health information for the cluster.
-