Uses of Class
org.elasticsearch.client.core.BroadcastResponse
-
Packages that use BroadcastResponse Package Description org.elasticsearch.client org.elasticsearch.client.core org.elasticsearch.client.indices -
-
Uses of BroadcastResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return BroadcastResponse Modifier and Type Method Description BroadcastResponseCcrClient. forgetFollower(ForgetFollowerRequest request, RequestOptions options)Instructs an index acting as a leader index to forget the specified follower index.Method parameters in org.elasticsearch.client with type arguments of type BroadcastResponse Modifier and Type Method Description CancellableCcrClient. forgetFollowerAsync(ForgetFollowerRequest request, RequestOptions options, ActionListener<BroadcastResponse> listener)Asynchronously instructs an index acting as a leader index to forget the specified follower index. -
Uses of BroadcastResponse in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core with type parameters of type BroadcastResponse Modifier and Type Method Description protected static <T extends BroadcastResponse>
voidBroadcastResponse. declareShardsField(ConstructingObjectParser<T,Void> PARSER)Methods in org.elasticsearch.client.core that return BroadcastResponse Modifier and Type Method Description static BroadcastResponseBroadcastResponse. fromXContent(XContentParser parser)Parses a broadcast response. -
Uses of BroadcastResponse in org.elasticsearch.client.indices
Subclasses of BroadcastResponse in org.elasticsearch.client.indices Modifier and Type Class Description classReloadAnalyzersResponseThe response object that will be returned when reloading analyzers
-