Class FollowInfoRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.FollowInfoRequest
public class FollowInfoRequest extends RequestBase
Retrieves information about all follower indices, including parameters and
status for each follower index
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFollowInfoRequest.BuilderBuilder forFollowInfoRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<FollowInfoRequest,FollowInfoResponse,ErrorResponse>_ENDPOINTEndpoint "ccr.follow_info". -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>index()Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesstatic FollowInfoRequestof(java.util.function.Function<FollowInfoRequest.Builder,ObjectBuilder<FollowInfoRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "ccr.follow_info".
-
-
Method Details
-
of
public static FollowInfoRequest of(java.util.function.Function<FollowInfoRequest.Builder,ObjectBuilder<FollowInfoRequest>> fn) -
index
public final java.util.List<java.lang.String> index()Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesAPI name:
index
-