Uses of Class
org.elasticsearch.client.ccr.FollowInfoResponse.Status
-
Packages that use FollowInfoResponse.Status Package Description org.elasticsearch.client.ccr -
-
Uses of FollowInfoResponse.Status in org.elasticsearch.client.ccr
Methods in org.elasticsearch.client.ccr that return FollowInfoResponse.Status Modifier and Type Method Description static FollowInfoResponse.StatusFollowInfoResponse.Status. fromString(String value)FollowInfoResponse.StatusFollowInfoResponse.FollowerInfo. getStatus()static FollowInfoResponse.StatusFollowInfoResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static FollowInfoResponse.Status[]FollowInfoResponse.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-